Hi.
I am working with Delphi and Crystal Reports 9.0 ActiveX objects.
I know that I can load a report from a file like this:
crApplication.OpenReport(AFileName)
However, I would like to store my report in memory and open it from memory instead of file. I don't want to create any temporary files on my disk.
Any ideas?
Thanks for your time.