Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

TppVariable

edited March 2002 in General
Is it possible to enter a formula into a TppVariable without having to
compile the report into the application? I want to create a running total
field, and I can do it in the OnCalc event of the TppVariable but is there
another way?

Bill

Comments

  • edited March 2002
    The OnCalc event is the only way to go on this one. You can place it in a
    RAP OnCalc event handler if you do not want to compile it in with the
    application. The RAP code is saved in the report template, so you won't have
    to recompile to provide your end user with a new report (if you change the
    code in the RAP event handler).


    Cheers,

    Jim Bennett
    Digital Metaphors

This discussion has been closed.