rbuser
Comments
-
Managed to get wizard fields sorted by coding and "OnGetFieldList" event,
but the drop-down on the Edit toolbar does not seem to fire this event - so
fields are not sorted.
-
I think this was indead the sollution. I've reinstalled Delphi 6, including
update 2, but not the rtl update. Then reinstalled al my components.
Now RBuilder works.
Strange......
-
It is very frustrating because im out of options.
Tried removing as many as possible components, changed order in Library Path
to set Rbuilder's library almost first, reinstalled rbuilder, removed
rbuilder, installed rbuilder again … -
Followed this instructions, removed all former sources. Downloaded the
Trail version of RBuilder 10 and the same results.
Taking example dm0011, put on a grid to see that the data is there; All data
is shown in the grid.
Tried Version 7.01 for Delphi 6 with the same results (including not showing
data in the demo's)
The demos give the same results
Hi,
the data is showing in grids just fine. On the example tab it is showing
just fine. When running the exe nothings shows :-(
What if you are using the end-user report designer? I really need to do the
same thing since my results are in a stored procedure, yet I need to supply
search criteria at run-time.
Thanks,
-Max
>> I noticed already, that you guys love DADE
I invested some time into getting used with DADE, since m…Hi Nico,
that's what I figured out a bit earliler today and it works fine
Thank you!
Hi Nico,
unfortunatelly there is an other case, where the name of the DataModule is
used again:
if I hide the DataTree via the mainmenu and then show it again...
I tried to use the lDataTree.OnVisibleChanged event, but it …Hi Nico,
OnTabChanged did work. Still had to remove the refresh-popupmenu of the
DataTree, since after refreshing the DataModule-name was showed again, but
now it's ok.
Thanks for your help!
Mark
Hm, I just noticed, that once I click on "Preview" within the designer to
show the built-in preview, and then back to the designer itself, the text of
the first tree-entry is set to the name of the datamodule again.....
Why should t…Hi Nico,
the keyword was "code inside the Designer.OnShow". I was doing it *before*
Designer.ShowInPanel all the time, since I thought, that the designer can be
prepared first and then just showed afterwards. Seemingly "OnShow" sets…Hi Nico,
I tried this now and it isn't working for me. When debugging, I see that the
changes actually happen, but I don't see them in the TreeView afterwards.
Not even if I try to refresh / rebuild it. I treid all this in dif…
That makes sense of course and I agree, that this should be possible, but
there should be a way to determine, what DataModules / Pipelines should be
available for this at all. In our application we have one DataModule per
Hi Nico,
I probably did describe it not that well. I mean that it is already not
understandable and "bad", that several datamodules (+ pipelines on them) are
visible in the data tree, despite the fact, that those d…Hi Nico,
thanks for your reply!
That would be nice, thanks for considering this!
I noticed already, that you guys love DADEin Pipelines visible of several datamodules... Comment by rbuser October 2009
Hello,
in some cases in our application we need to use the common way with
pipelines (no DADE) and now we are having the same problem... Not
understandable, how such a "problem" can exist that long without being fixed
/ addres…In article <443e5284@dm500.>, Kurt Rogiers wrote:
We changed the source so that only the current forms is searched and all
datamodules (which holds global pipelines). Maybe you should also change the
source.
G…Nico,
Maybe a have to ask my question in a different way!
Here's an example.
TLabel = Class (TDatamodule)
- Report
- Designer
- Serveral datapipe's
TLabelProduct = Class (TLabel)…Hi,
I had the EXACT same issue but found the necessity of adding ppTypes to the
uses clause in a post from a while ago. I'm still using RB7x so I
don't know if the help file has been changed, but I would suggest
adding a …Thank you,
I didn't notice the components being added to my code
It comes back to my reluctance to read …Thnak you! ReportBuilder is an awesome product with awesome support!
You were right, I had multiple daIBO.pas files and can now compile. Thanks.
However, after adding daDatMan and daIBO to my uses clause, I still doon't
see the IBO session type. Is there something else that I need to do?
When I add "daIBO" into my applicaiton, I get an error "Unit daIBO was
compiled with a different version of ppClass.TdaDataView". How do I fix
this?
I definitely want to use IBO, but after following the tutorial, a "Missing
DriverName Property" error. How should the "Session Type" property be set?
Using the IBO plug-in would be ideal. I believe I've followed the example,
but I'm getting a "Missing DriverName Property" error when I try to use the
Query Wizards. What would cause this?
My settings in the "Data Settings" ar…Works great now, thank you for the excellent support.
What can i use to cause this refresh to happen in code - without user
intervention.