Report variable back into BCB6

BJLBJL Brussels, Belgium
edited 8:58PM 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 8:58PM
    I founf the way:

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

    BJL

Leave a Comment