NetTalk Central

Author Topic: Popup form focus issue  (Read 1063 times)

wasatchconsulting

  • Jr. Member
  • **
  • Posts: 72
    • View Profile
    • Email
Popup form focus issue
« on: August 20, 2022, 07:35:56 PM »
I have a popup form with the save and cancel buttons located above the fields (at the top of the form). I noticed that the focus was not on the first field and discovered that the focus is on the Save button. If I select for the buttons to appear at the bottom of the form, then the focus is on the first field.

How can I have the focus set to the first field rather that the Save button?

I have tried to place p_web.Setvalue('SelectField',clip(loc:formname) & '.fieldname') in a couple of places without success.

Any thoughts would be appreciated
Ken Watts