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