Eoclean-LH
Feb 18, 2019Copper Contributor
DataField visible Checkbox
Hi,
I have a DataField called "Car" it should only be shown when the CheckBox "Car" is true.
It works when I put this into Visible: If(Check_Car.Value=true;true)
The problem is when you start a new form the DataField "Car" is shown. You have to select and unselect the Checkbox, then it's gone.
Is there a variable i have to put into OnStart to clear the form?