I have an app that opens to a screen1
Just textbox controls
When the screen opens I need to "setfocus to" a textbox.
I have tried using "OnVisible" but the textbox will not gain focus.
SetFocus(txtTeam_Member) ?
For the app: here is my "OnStart"
code:
Set(varFormID, Value(Param("FormID")));
If(varFormID <> 0, Set(varRecord, LookUp(eMail_Flow_Intake_Information,ID = varFormID));Navigate(Screen3))
I have tried it here also, at the end
Thanks
Dave