OnGetValue has no dataset-Parameter
Hello,
I'm using Fast-Report without a database, but selfdefined datasets and fieldnames.
The event OnGetValue of datasets requests the fieldvalues but does not
give the dataset as parameter:
procedure frxUserDataSetGetValue(const VarName;var Value: Variant)
I would like to use one OnGetValue-procedure for all datasets because there are
many datasets but similar calculations.
Within this procedure it is impossible to decide to which dataset the VarName belongs.
Equal VarNames in different datasets can not be used.
Is there a possibility (or other procedure) do get the dataset)?
E.g. as sender-parameter like in other standard-events.
Thanks,
Steffen
I'm using Fast-Report without a database, but selfdefined datasets and fieldnames.
The event OnGetValue of datasets requests the fieldvalues but does not
give the dataset as parameter:
procedure frxUserDataSetGetValue(const VarName;var Value: Variant)
I would like to use one OnGetValue-procedure for all datasets because there are
many datasets but similar calculations.
Within this procedure it is impossible to decide to which dataset the VarName belongs.
Equal VarNames in different datasets can not be used.
Is there a possibility (or other procedure) do get the dataset)?
E.g. as sender-parameter like in other standard-events.
Thanks,
Steffen