Export Method
PixelPointer
Vaughan, Ontario
I am attempting to export to csv via Pascal Script. I am not sure if there is an export method for the TfrxReport object, or where I might find the syntax for it. I have run searches in this forum, and in the manuals, but to no avail. Can anyone help me out on this one?
Thank you,
Kevin <-(sorry, had to put that guy on, he just looks cool LOL)
Thank you,
Kevin <-(sorry, had to put that guy on, he just looks cool LOL)
Comments
It work's like that:
On Delphi:
On the Script, you just call the function you declared.
Btw, I think you should look for an alternative. Try to don't use FastScript.
Regards.
when he created your report design app.
i.e.
What I really don't like is FastScript (like PascalScript). I had a lot of problems with it and have given up to use.
You can Export on the AfterPrintReport event, if you have access to the source code.
i.e.:
regards.