Board index » delphi » Saving Report Components and Loading again

Saving Report Components and Loading again

Hi :)
Here is the situation:
I have a blank Report and dinamically create components on it: QRLabel,
QRText and so on.
I want to save them somehow and after that to load this new created Report.
Is it possible?

Thanks a lot!

 

Re:Saving Report Components and Loading again


Excellent question!

I don't know of any 'Save' command in QR or anyway to save the created form
in Delphi.  Usually the data itself is saved, not the report format that
created the output.

What if you saved the method of creating the report?  I presume that your
users are dynamically creating a report somehow.  Could you save the actions
of your users (The fieldnames, filenames, totals, etc) and into a file and
then use the file as the input to 'Autocreate' the report?

Hope this helps!

Tom Nesler

Quote
Vania <kost...@mail.vega.bg> wrote in message

news:8adluq$ki010@bornews.borland.com...
Quote
> Hi :)
> Here is the situation:
> I have a blank Report and dinamically create components on it: QRLabel,
> QRText and so on.
> I want to save them somehow and after that to load this new created
Report.
> Is it possible?

> Thanks a lot!

Other Threads