if some data in masterdetail is zero
hi there:
basically i need to make the master data not print if one of the fields is 0.
I tryed coding this in the server but what happens is makes every instance of the master data invisible.
pls help
Auser
basically i need to make the master data not print if one of the fields is 0.
I tryed coding this in the server but what happens is makes every instance of the master data invisible.
pls help
Auser
Comments
if <dataset."fieldname"> = 0 then bandname.visible := false else bandname.visible := True;