Toggle navigation
ReportBuilder Support Forums
Categories
Discussions
Activity
Sign In
Home
›
DADE
ReportBuilder 22.06 now available including Delphi 12.2 support!
New Blog Posts: Merging Reports -
Part 1
and
Part 2
varibles on detail line without RAD
rbuser
January 2007
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
nardmoseley
January 2007
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.
Comments
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