Home DADE

varibles on detail line without RAD

edited January 2007 in DADE
Can I have a calculated value on a ppvariable on DADE without using RAD.
I want NumBox*ItemxBox on the ppvariable in a detail line. Is this posible
on RBpro?
Carlos

Comments

  • edited January 2007

    Just to clarify for anyone else reading this thread, I think you mean RAP
    (the run-time Pascal environment)

    Options:

    - use the Query Designer to add a calc field that contains an expression.
    (This will work if NumBox and ItemBox are fields in the query).

    - use a TppVariable and implement an TppVariable.OnCalc event-handler using
    Delphi code

    - use a TppVariable and implement an TppVariable.OnCalc event-handler using
    RAP code


    --
    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com

    Best regards,

    Nard Moseley
    Digital Metaphors
    www.digital-metaphors.com
This discussion has been closed.