Needing some clarification
A few questions we cannot seem to find answers to, so here they are;
1. Can we store the template in a CLOB within oracle instead of a BLOB?
We wish to be able to search a text.
2. Can we run/ call a report from an ID instead of having to use a name
and a name path? (on the server and RB)
3. I wish to start RB without going through explorer, and open to a new or
existing report. Is there a demo or can you give me some pointers?
Regards
Charles
--- posted by geoForum on http://delphi.newswhat.com
1. Can we store the template in a CLOB within oracle instead of a BLOB?
We wish to be able to search a text.
2. Can we run/ call a report from an ID instead of having to use a name
and a name path? (on the server and RB)
3. I wish to start RB without going through explorer, and open to a new or
existing report. Is there a demo or can you give me some pointers?
Regards
Charles
--- posted by geoForum on http://delphi.newswhat.com
This discussion has been closed.
Comments
I am not sure what Oralce (?) requieres but you should be able to--juse set
the TppReport.Template.Format to ftAscii.
you can load/save from stream off of the tempate giving yourself full
control. I don't use RB server right now so someone else might need to
respond.
I've never used the explorer, just a fully customized dialog. Works great. I
store all my reports in a single file.
HTH,
Ed Dressel
Team DM