| Subject |
Re: open form data entryfields scroll to focus |
| From |
Mervyn Bick <invalid@invalid.invalid> |
| Date |
Sat, 9 May 2020 23:14:14 +0200 |
| Newsgroups |
dbase.getting-started |
On 09/05/2020 20:57, edward racht wrote:
> What code is used to not have data entryfields scroll to selected rowset
> on focus when opening? this looks like a flutter.
>
> i remember this was in discussions in the last century but cannot find
> them.
>
> I have forms with tabbox class and other forms with notebook class.
>
> The large data file entryfieldss make an adjustment flutter on the index
> rowset.
You can try not setting the datalink properties for the entryfields in
the constructor code for each entryfield.
In the form's onOpen event handler navigate to the required record and
then assign the fields to the the datalinks.
Mervyn.
|