Hi,



I am trying to create an action on a combo box that if a certain value is selected, will change the property of a date Box from not visible to visible.





I created the after update action and in the IF section I have



[Status_ComboBox]="Inactive"

Set Property

Control Name - Sale_DateTextBox

Property - Visible

Value - True



When I test it, it throws the following error



"The expression resulted in an overflow because the value is too large for the resulting data type."



The combo box is shorttext field and the date box is a date/time field.



Am I missing something?