Finding the page number

Hi !

I have a report with some objects and, after PREPARE the report, how can I find out what the page number of a specific tFrxMemoView is ?

Thank's !

Comments

  • edited 3:49PM
    Not sure, but I think you can create a variable on the report, and on the OnBeforePrint of the Memo object, you can set this variable to <Page#>. So, you get this variable later, and it'll contain the page number where the Memo has been printed.

    Regards.

Leave a Comment