rowAbutUnit
layoutrowAbutUnit boolean {t|nil}
Description
Sets the Options: Abut check box in the Definition section of the Create – P&R Objects – Row form to abut a specified number of rows.
The default is nil. When set to t, you can set the number of rows for the data entry field next to the Abut option with the rowAbutNumberOfUnits environment variable.
GUI Equivalent
Examples
envGetVal("layout" "rowAbutUnit")
envSetVal("layout" "rowAbutUnit" 'boolean t)
Related Topics
Return to top