Hi,
When I load a new edit form I would like to automatically set the data field "Category" to a particular value "Corrective". I was trying to use the function of "OnVisible" of the editform and set the logic to Gallery1.Selected.Category = "Corrective". But this doesn't seem to work.
I can visualize the field to my screen and set the logic, but I don't want this field to take up any screen space, so I would prefer to define the field when the form is loaded.
Any suggestions?