When using this method to jump to another field in the document, it will not scroll the page to the field with the focus if it happens to be off of the page.
Any suggestions would be helpful.
Thanks.
When using this method to jump to another field in the document, it will not scroll the page to the field with the focus if it happens to be off of the page.
Any suggestions would be helpful.
Thanks.
Subject: GotoField method won’t scroll page
AFter your gotofield command, add one of the following:
@Command( [EditDown] )
or
@Command( [EditDown] ; count )
Moves the insertion point in a document down by the number of lines you specify. If you don’t specify a number, moves the insertion point down one line.
Subject: RE: GotoField method won’t scroll page
Is Formula language the only way, or is a LotusScript equivalent?