Programming the report
Hi,
I have a subreport that looks like this: (for example)
amount partNo Description price totalprice
1 123445 toy 1,50 1,50
My problem is : the value of the field partNo can be NULL
In that case I have to take the value from another place.
How can I define a if-condition in ReportBuilder (not i my delphi-program)
that handles my problem?
Tia
Andreas
I have a subreport that looks like this: (for example)
amount partNo Description price totalprice
1 123445 toy 1,50 1,50
My problem is : the value of the field partNo can be NULL
In that case I have to take the value from another place.
How can I define a if-condition in ReportBuilder (not i my delphi-program)
that handles my problem?
Tia
Andreas
This discussion has been closed.
Comments
RAP. Otherwise you will have to implement the event handler in Delphi.
--
Cheers,
Alexander Kramnik
Digital Metaphors
http://www.digital-metaphors.com
info@digital-metaphors.com
The other method is to create a calculated field that always has the correct
value in it..
HTH
Ed Dressel
Team DM