makaveliuk
Programmer
I wrote an app a while ago using CR 8.5 which opens a report and builds a table which shows which page each record starts on (Because it can reflow depending on system).
I did it by exporting the report to PDF and using the BeforeFormatPage event then reading the field value on that page, the only problem being that fonts did not export properly, I now use CR .NET which exports fonts okay, but the BeforeFormatPage event is gone, any ideas what I could use instead or maybe a better method of doing this?
I did it by exporting the report to PDF and using the BeforeFormatPage event then reading the field value on that page, the only problem being that fonts did not export properly, I now use CR .NET which exports fonts okay, but the BeforeFormatPage event is gone, any ideas what I could use instead or maybe a better method of doing this?