rbuser
Comments
-
Not after load, Now it's ok.
Thanks
"Chris Ueberall [TeamDM]" a ?crit dans le message
-
Hi Olivier MAS,
After the template is loaded?
yes. (I use the application folder)
no.
regards,
Chris Ueberall;
-
Yes of course;
On my computer:at design and at runtime --> it's good but onthe enduser
computer (at runtime) --> It's in english.
Is necessary to put FRA's Files on the enduser computer ?
Must rename xxx.fra to xxx.dl… -
Hi Olivier,
did you set the property 'TppReport.Language'?
regards,
Chris Ueberall;
-
I have downloaded the trial / demo version to check this out, but now after
installing the new version I get the following error while compiling my
project:
[Error] TxtraDev.pas (534): Undeclared identifier: 'ppParentWnd' and th… -
Nard,
sorry, my statement was a bit incomplete I guess. I'm fully aware about the
capabilities of ReportBuilder you mentioned and I've used it successfully to
implement a wide variety of reports.
What I was trying to … -
Nigel,
it seems what you want doesn't really fit into the ReportBuilder concept as
the preview of a report is static (no user interaction possible) and the
end-user designer has a banded approach, so you don't see any real data … -
Thanks Nard
What I was after was a way of doing this from RAP so that within a report
designed for output to Excel ( using ExtraDevices ), I can set up the print
dialog to expect output to a file rather than the printer.
Hello Jim Bennet,
I used your Function "GetSQLObject(aReport: TppCustomReport; var aSQL:
TdaSQL): Boolean;"
and with aSQL I continued
aSQL.EditSQLAsText := true;
aSQL.MagicSQLText.add(sWhere);
a…We have found similar problems with certain HP Printer drivers.
Changing to LaserJet 5L or LaserJet Series 2 drivers worked for us.
Paul.
Thanks Jim
That works a treat now, cheers !!
Paul.
Thanks Jim
I have decided on the simpler option of controlling the standard dialog.
This means setting the PrintToFile checkbox and choosing a file format.
I have a the following procedure which looks at the ReportFileTy…I`m using the Data Dictionary and UseTableOwnerName is set to False.
The strange thing is looking at the report template SQL, only one of the
tables (out of a few) has the owner name specified.
I`m wandering if this could be related t…I'm using SQL server7 database and i'm using a custom report explorer.
I'm not changing the datasetting between these two reports.
I'm disconnect the data dictionnary and the problem goes away,
and i reproduced the problem with your d…Thanks, this works! (sorry for the late reply, you are starting there the
same time we go to home)
Best regards,
Mischa E.J. Hoogendoorn
"Jim Bennett (Digital Metaphors)" wrote in
Sorry spoke too soon. I figured it out
Chris Lawery
Hi Nelson,
you can use the property 'TppTemplate.Offset'.
see also tech-tip 'Storing Custom Information with Templates' in group 'tech-tips' chapter 'Templates'.
regards,
Chris Ueberall;
I am saving to the Database and not to a file
It does not occur in the default report explorer - but i get a folder_id
cannot be empty if i do a demo app where i have a report and a dataasource
linked to the item table. Is it possible to overide the save as event of the
designer …Sorry, but i now how to do this, i have an other problem
I have 2 query's build in the enduser env. one master query with fields
named Date_Max and Date_Min i want to display only those records from the
other query where the fie…We are talking about ENDUSER...... NG
I need to do this in enduser env.
Regards,
Yes, Henk.
You can set up links between pipelines or the queries/tables which they
represent.
Use the Master/Detail mechanism through Delphi's TDataset or use the
MasterPipeline and FieldLinks of the ppPipelines.
If yo…Rock-n-Roll,
Thanks Nard.
When I launch my application from another,
I don't execute the ppReportExplorer.Execute and the ppReportExplorer.form
is nil.
How do I assigned the ppReportExplorer.Form?
thank's
"Nico Cizik (Digital …I want to print my report from an another program(xxx.exe)
The xxx.exe send a command line to my program with the report name and the
folder id and preview or print.
And in my program i execute this code when i receive this commande l…Chris,
SQL is standardized, RB sticks to this standard and the SQL builder is a
tool for building SQL statements (without having to know the exact syntax
and limitations!). And using the SQL builder it is possible to cosntruct a…Bernd,
the grouping clause is correct in your example but not not the order clause.
Sure it would be possible to exclude some fields in some situations, but that's no fun!
You have to re-invent the SQL logic of every datab…Hi Chris,
You are right, I overlooked that the fields are appenden at the end of the
list. My fault - sorry.
in
live,
I can construct the following SQL by selecting from the lists
SELECT COUNT(*)…Hi Bernd,
what database are you using?
I have no problem in using ...
SELECT myField
FROM myTable
ORDER BY mySortField
... with the database I'm using.
Calculated fields are available fo…