Default focus on a form. Actually fourth field on the form

Hey now.Need some help with geting the default focus set on my form. Actually the field is fourth on the table. First three are for getting users information. Pre-populates with end users data. For whatever reason I can not get it to default to this field. It is an editable text field.

Any help in trying to get this resolved would be great. Thanks for checking and helping out in advance.

Subject: Default focus on a form. Actually fourth field on the form.

what have you tried so far?

Subject: RE: Default focus on a form. Actually fourth field on the form.

I have searched the site with “focus” “default focus”.I have tried all that was posted and it did not work.

Subject: RE: Default focus on a form. Actually fourth field on the form.

Notes client? Web browser? Mind to tell us one or two things of “all that was posted”, so we don’t have to search to find what you did?

Subject: RE: Default focus on a form. Actually fourth field on the form.

did you enable the field property, give this field default focus? Also, you could add some code to the form’s postopen event:

If Source.EditMode = True Then

Call Source.GotoField(“”)

End If

Subject: RE: Default focus on a form. Actually fourth field on the form.

I have tried that code and it did not work. I also set it to default focus. I have been working on this one for awhile.

For Paul K. This is the same form you helped me with the save and continue. Thanks for that one.

Any other thoughts on this?

Subject: RE: Default focus on a form. Actually fourth field on the form.

Did you try the postopen event?

Subject: RE: Default focus on a form. Actually fourth field on the form.

Yes I did. The thing with this is that when i open a new form it will not default to the field I need. When i click to edit…right to the field i need. I had it working while I was creating it…but after I put it into production…stopped working.