move field

Examples


The move field statement changes the position of a field in a window.

Syntax

move field field_name to h-position, v-position

Parameters

field_name – The name of the field to be moved.

h-position – The new horizontal position of the upper left corner of the field, measured from the left edge of the window.

v-position – The new vertical position of the upper left corner of the field, measured from the top of the window.

Comments

The positions are expressed in pixels. The coordinates 0, 0 specify the upper left corner of the window. The upper left corner of the field will be moved to the specified coordinates. To leave one of the coordinates unchanged, use -1 as the parameter.


Documentation Feedback