resize field

Examples


The resize field statement changes the size of a window field.

Syntax

resize field field_name to h-size, v-size

Parameters

field_name – The name of the field to be resized.

h-size – An integer specifying the new horizontal width of the field, measured in pixels.

v-size An integer specifying the new vertical height of the field, measured in pixels.

Comments

This statement doesn’t change the top, left position of the field, only the overall horizontal or vertical size. If one of the dimensions is to remain unchanged, use -1 as the parameter.


Documentation Feedback