DADE CALC FIELDS & RAP CALCULATION
Is it possible (in the next release) to have in RAP module a Event Handler
like :
"Report.OnCalcField (mydataset:TppDataset);"
because sometimes SQL query are too complex and i need to have a calculated
Field like :
Fieldx.AsDouble := (FieldA.AsDouble-FieldB.AsDouble)/FieldC.AsDouble;
I know i can use TppVariable to do calculation but when you want to Totalize
the result in a Sumary band or a Footer Band....
It is much easyer to use the TppDBCALC
like :
"Report.OnCalcField (mydataset:TppDataset);"
because sometimes SQL query are too complex and i need to have a calculated
Field like :
Fieldx.AsDouble := (FieldA.AsDouble-FieldB.AsDouble)/FieldC.AsDouble;
I know i can use TppVariable to do calculation but when you want to Totalize
the result in a Sumary band or a Footer Band....
It is much easyer to use the TppDBCALC
This discussion has been closed.