rbuser
Comments
-
Nard
Thanks for that, however I do not seem to have that event
"BeforeOpenDataPipelines"
I should point out that I am currently using version 7.04
Cheers
Mark
-
Nard
Thanks for that...
Can you send me an example RTM file that shows how to do just this in RAP ??
I have an End User Report Solution already used globally and would rather
issue an RTM then a new EXE.
Thanks
Changing the IBO in the requires clause fixed it
Mike
located daIbo.pas in the Demo sub folder but receive following when I
build into a new package:
"[Fatal Error] daIBO.pas(1): Program or unit 'daIBO.pas' recursively
uses itself"
Stumped.
Please ignore. Not sure how, but the problem went away.
Yes, I expect that's right.
So are we concluding that RB requires the quotes to be stripped but when
it passes the tablename to the database engine it needs to surround the
name in quotes ?
I don't mind doing that b…O.K. fixed that problem. The quotes are stripped.
Moved now to the field generator and am receiving 'table not known at
line 4 column 20'. sql error -204
Apologies for delay in responding.
Ran your procedure and you are correct, most of the table names and
fields are surrounded by '"'.
I confirm daIBO.pas has the call
if lDatabase.Connected then
alist.Assign…I have been playing around with this most of today and I must say I am
stumped.
I have connected to a number of interbase databases containing "_" in
the table name. I only have trouble with the database giving rise to the
This is a multi-part message in MIME format.
Nico
This is really frustrating.
Ive done the following :
On a clean machine - Firebird , and Interbase removed , including all
references of GDS32.dll
Ive reinstalled Interbase 7.5.1 , user the Emplo…Nico
What version of GDS32.dll are you using.
My version shows as - 6.3.2.4731
My associate who has D2006 installed shows 6.3.3.4870.
Ian
Nico
Yes , i get this error every time i try and Load.
Ive tried to create a simple report, save and reload, i get the same error.
Ive tried to use the demo as is, on the Employeee.GDB, and i get the same
proble…Hi Nico
Delphi 2005.
Reportbuilder 10.02
DDL of Items table in my Database looks as follows :
CREATE TABLE RB_ITEM (
ITEM_ID INTEGER,
FOLDER_ID INTEGER NOT NULL,
NAME …I did the same test and it is fine. Obviously it must be a component that
has an OutlineSettings property in the old but not the new? Any idea which
components have this property? Could it be third-party?
Thanks
…Thanks very much. Checking it out now...
glenn
The designer database settings show up in object inspector at design time,
but it just doesn't show in the designer at run-time.
- Larry
The database component is on a data module. It used to work this way with
our older version of report builder. Are you saying that now I need to move
it to the same form? Does this apply only to the database component or
other c…Nico
Version 7.04
If I set the ppReport to False (OutlineSettings visible, enabled etc) the
outline is still shown.
So that must mean it is stored in the template I guess....
So I assume the only way is as …Hi Nico,
I tried your former option of creating a section style subreport. I have
put this in the outside group footer as it is supposed to total all the
detail line entries together. It does print on a new page, however, al…Thanks but how do I get RB to use my derived dialog then?
We have done this (using Firebird) just by simply adding a stored proc to
the RB_TABLES table.
Of course we cannot pass parameters but we do not need to for what we are
doing.
We would love to be able to pass params so we…Thanks Nico.
I'll have to try that when I upgrade.
Hi Nard,
Thank you for help.
I have it working now.
I do a locate on the tblFolder for the Folder name and get the FolderID.
Then I save it to a variable called "myFolderID".
To call the report, I use this:
Hi,
I was wondering if this feature made it into any current release.
Thanks.
pl
Hi Nico,
Yes, it would be a very nice feature to have. I'm surprised that nobody
has asked for this before.
Thank you for all your help and consideration.
pl
Hi Nico,
thank you for your response.
I do not understand what you are saying. Are you saying that I can create
a RAP event, declare a teechart, add series to a pie chart in there and then
copy it's bitmap to an image which…Hi Nico,
This is bad news. That does not work. Even if you have only one record
(which I can do using SQL tables and linking), you still can't add multiple
fields from the record to one pie chart.
The only way the end…