| Subject |
Re: open form data entryfields scroll to focus |
| From |
edward racht <e.racht@gmail.com> |
| Date |
Sun, 10 May 2020 10:19:00 -0400 |
| Newsgroups |
dbase.getting-started |
Ken
The following works.
You rang my bell. I just couldn't place the code.
Is this a long term solution to a program?
FUNCTION form_canOpen
// Do any startup code to occur before the form opens.
this.rowset.first()
RETURN
ed
|