Number of Columns (Columns)

Number of columns used to display the options in the radio group. Default is 1.

"Columns=Number"

Description

If you specify too few rows or columns to accommodate the number of values and representations defined, and there is sufficient space, Uniface calculates the number of rows and columns needed to fit everything in.

If there is insufficient space, Uniface draws the buttons overlapping one another.

Columns Rows Appearance
Empty or 0 Empty or 0 One column is used.
Empty or 0 >0 Number of Rows is used.
>0 Empty or 0 Number of Columns is used.
>0 >0 Number of Columns is used.

Setting in ProcScript

$fieldproperties(FLD) = "columns=2"