formxy
VERTICAL
,
HORIZONTAL

The formxy statement programmatically scrolls a form to a new position.


Parameters

This statement has two parameters:

vertical – the vertical distance (in points) you wish to move the form in its window (72 points = 1 inch), measured from the top edge of the form.

horizontal – the horizontal distance (in points) you wish to move the form in its window (72 points = 1 inch), measured from the left edge of the form.


Description

This statement allows you to perform the same task as manually adjusting the vertical or horizontal scroll bars of any active form window; even if the scroll bars are not available for that form’s window.

This example opens a form called List View 1 and scrolls the window down four inches from the top of the form.

openform "List View 1"
formxy 4*72,0

See Also


History

VersionStatusNotes
10.0No ChangeCarried over from Panorama 6.0.