Is there a way to change the color of a control on a report dynamically? for instance, can I do the following:
IF(“pallet ledger entry”.“posted to inventory” <> yes) THEN BEGIN
//Change the color of a textbox to red
END;
Is there a way to change the color of a control on a report dynamically? for instance, can I do the following:
IF(“pallet ledger entry”.“posted to inventory” <> yes) THEN BEGIN
//Change the color of a textbox to red
END;
You cannot use colors in reports at all…
Yu woul have to do this with Bit Maps