Use Variables in Detailtables
D6, Interbase
There is a table A with a personalnumber. An there is a table B, which is connected with A (1:n) over personalnumber. Is there a possibility with the ongetvalue-procedure to put all values of B on a special place in a detailband?
For example:
the second value in B is 'xxx' and when this appears the variable should get the value 'test'
Thanks
PS: The ongetvalue-procedure works fine, when I use only the masterband. But I have many problems with the detailband
There is a table A with a personalnumber. An there is a table B, which is connected with A (1:n) over personalnumber. Is there a possibility with the ongetvalue-procedure to put all values of B on a special place in a detailband?
For example:
the second value in B is 'xxx' and when this appears the variable should get the value 'test'
Thanks
PS: The ongetvalue-procedure works fine, when I use only the masterband. But I have many problems with the detailband
Comments
better to write onuserfunction events where you can pass out upto 3 values,
do what you want in delphi code and return 1 value to the report .
if you need examples see the public.binaries news group.
regards