hiMoveField
hiMoveField(
r_2DFormOr2DMenu
s_field
l_location
)
=> t / nil
Description
Moves the specified field to a new location. This function cannot be used for fields that have field attachments. Use hiReattachField for fields with field attachments.
Arguments
|
r_2DFormOr2DMenu
|
2D form or menu returned from hiCreateAppForm, hiCreateForm, or hiCreate2DMenu.
|
|
s_field
|
SKILL symbol representing the field in r_form you wish to move.
|
|
l_location
|
Location to which you want to move the field. The location is relative to the upper-left corner of the form. location is of the form:
list( x_xLoc x_yLoc ) or
x_xLoc : y_yLoc
|
Values Returned
|
t
|
The field is moved.
|
|
nil
|
The field is not moved. An error message is displayed.
|
Related Topics
Form and Field Functions
hiCreateAppForm
hiCreateForm
Return to top