J
John
Hi,
I have used a condition to make a label red if the value is null
Condition: "IsNull([RegistrationDate])"
Action: "SetProperty"
Arguments: "Label233, ForeColor, 255"
this works fine but does not change back to the orginal label color if there
is a date in the field [RegistrationDate].
Does anyone know the condition for the opposite i.e.
IsNotNull([RegistrationDate]) or how do I reset the label color if the
condition is false.
Regards
John
I have used a condition to make a label red if the value is null
Condition: "IsNull([RegistrationDate])"
Action: "SetProperty"
Arguments: "Label233, ForeColor, 255"
this works fine but does not change back to the orginal label color if there
is a date in the field [RegistrationDate].
Does anyone know the condition for the opposite i.e.
IsNotNull([RegistrationDate]) or how do I reset the label color if the
condition is false.
Regards
John