Hi,
where am I going wrong here? GEtting expected Enum error here on DefaultMode of my editform1 -
If(conclu=true, Set(varFormMode, FormMode.View), varFormMode)
conclu is a popup, when its visible i want to make the rest of the form..not clickable i guess.
when its closed i want it to be varFormMode.
Thanks.