onprint question
Hi,
I'm evaluating Rbuilder, testing with 6.03.
My question:
An SQL statement will read in 500+ rows alphabetically, but on each row I
need to perform, 1 of 3 possible math routines depending on a field
contained with in the row. This all needs to be done before it is printed.
Is onprint the correct event OR
is beforecalc the correct event I should be using?
Environment:
win2k
D6
paradox tables using BDE to access them
Thanks
Dave Evans
I'm evaluating Rbuilder, testing with 6.03.
My question:
An SQL statement will read in 500+ rows alphabetically, but on each row I
need to perform, 1 of 3 possible math routines depending on a field
contained with in the row. This all needs to be done before it is printed.
Is onprint the correct event OR
is beforecalc the correct event I should be using?
Environment:
win2k
D6
paradox tables using BDE to access them
Thanks
Dave Evans
This discussion has been closed.
Comments
directly reference the datapipeline field value with something like
ldAmountPaid := plOrders['AmountPaid'];
Cheers,
Jim Bennett
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com