Please enable JavaScript to view this site.

ESL Documentation

Action Statement

Change the width of multiple row headings.

change TABLE_NAME row headings width {to|by} N

TABLE_NAME

The identifier for a table whose row headings width you want to change.

by N

Increase or decrease the width of the row headings by the positive or negative number of dialog units specified.

to N

Change the width of the row headings to the number of dialog units specified. N cannot be negative.

Description

Use this statement to change the width of all row headings for the specified table. The default row heading width is nine dialog units for row headings blank and 24 dialog units for row headings numbers.

Example

 

if (InputOK_BV) then

 copy "change Table row headings width to " X_IV to MsgStr_SV

 action SendMsg

 change Table_TBL row headings width to X_IV

end if # InputOK

See Also

table Definition