rbuser
Comments
-
I've looked at the wiki but am also giving you a description of the
application for your comments.
I have written the application using the ppDesigner and ppReport controls.
All the application does is call "ShowModal" on the … -
I also never heard of this problem.
I discovered that the problem is in the resources file of Advanced Data
Import (localize).
I think I solved this problem with the command "MOVEABLE .../ LANGUAGE
..." in QIResSTR.… -
I discovered that the problem only occurs if the project use component
Advanced Data Import (from EMS).
What can I do to prevent a component interfering with another?
-
-
-
-
> As I was away on a Customer site the email below was placed by Antony, on
FWIW, I use RB pipelines a lot and have never seen anything like this. Also
11.05 D2007.
Ed Dressel
Team DM
-
Philip,
Have you been able to resolve this issue with support from DM? We are
experiencing the same problem. Just upgraded to 11.06 and use Delphi 7.
Data pipeline is usually located at far bottom of an almost infinite Data … -
Hi
This still is an issue and I note that this has also been raised by Tom on
21/07/09 in the .general newsgroup under the heading "Problem on Data view
in designer"
He is also using the 11.05.02 version.
Hi
As I was away on a Customer site the email below was placed by Antony, on my
behalf, and I gave him the wrong Report Builder version over the phone.
The correct versions we use are Report Builder v11.05.02 with Delphi …Thanks Paul. That is very helpful.
Richard Harding
"Richard Harding" wrote in message
"Nico Cizik (Digital Metaphors)" wrote in
> Thanks for the clarification. You are correct, it is not currently
Thanks Nico. I would love to see this feature. In the meantime, I'll keep
making "custom report helper" views.
> I'm sorry but I do not understand what you mean by "join a table to
No problem. Something like this...
SELECT T1.COLUMN1, T3.COLUMN2
FROM TABLE1 T1
LEFT OUTER JOIN TABLE2 T2 ON (T1.KEY1 = T2.KEY1) -- this work …
Hi!
Due to other tasks this last month i have not tried this until now. And i
still get AV when i attempt to use one of the buttons in preview. I found
that the OnPreviewFormCreate event never occurs so my attempt to turn off …I have excluded the ReportBuilder units from localizing but still get the
error. As a temporary solution i would like to turn off the hints in the
preview-window so that our customers can use this application. Is there a
way to do …This is a multi-part message in MIME format.
I Downloaded file but can not see any chm files... Where they are
installed ?
I think it would be much better if you (Digital Metaphors) do this
conversion and make chm file available for everyone. Especially if you
consider this a simple job.
Hi Nard,
thank you for the idea - it works!
Also: making the TabSet public sounds good.
Regards,
Mark
Hi Nico,
I wasn't thinking about my own form here. I hoped it's possible to do it on
a different way.
To copy the original form is never good in my opinion. Because of potential
future updates etc.
I tried to do the …That sounds good, Nico, thank you!
It is the copied code from the demo example.
I tried many different combinations and wound up calling a separate .exe. I
can live with this - no real change to my end users.
Thanks Nico.
Kevin
This is the strangest thing.
- I can run the standalone .exe and the explorer comes up fine.
- I can create and show the form from my app, click the lauch button and all
is fine.
- What I can't do (which I've literally bee…I have just upgraded to RB 11.06 and still no change.
Help!
Thanks,
Kevin
Hey Nico,
I just found the IBO example and it does take a bit to load, but I do get
the user interface.
I will copy these units to my app directory and see how it goes. I am
looking to totally replace IBO with either FIBPlus o…The demo comes up fine which uses the BDE. I'm using an older version of
IBO.
Thanks Nico - will do.