Report variable back into BCB6

BJLBJL Brussels, Belgium
edited 12:07PM in FastReport 3.0
Working with BCB6 and FR3

I need to recover into BCB6 the value of Engine.TotalPages fron a 2-pass report.

The way I did it with FR2 does not work anymore.

Please help.

BJL

Comments

  • BJLBJL Brussels, Belgium
    edited 12:07PM
    I founf the way:

    TfrxCustomEngine* eng = frxReportGL->Engine;
    int nbpg = eng->TotalPages;

    BJL

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.