FieldBreak: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The '''FieldBreak Min_Spaces''' BRConfig.sys specification controls the automatic division of input fields into separate controls. If Min_Spaces is N, then N or more cons...") |
No edit summary |
||
Line 14: | Line 14: | ||
Available in [[Business Rules!]] [[4.16]]+. | Available in [[Business Rules!]] [[4.16]]+. | ||
It can also be used within a program line using the [[Execute]] statement. | |||
<noinclude> | <noinclude> | ||
[[Category:Config]] | [[Category:Config]] | ||
</noinclude> | </noinclude> |
Latest revision as of 21:24, 27 July 2015
The FieldBreak Min_Spaces BRConfig.sys specification controls the automatic division of input fields into separate controls. If Min_Spaces is N, then N or more consecutive blanks denote a new subfield.
In BRConfig.sys:
FieldBreak Min_Spaces 2
From the command console:
Config FieldBreak Min_Spaces 2
Additionally UnderScore Off may be specified, i.e.:
Config FieldBreak Min_Spaces 2, UnderScore Off
Available in Business Rules! 4.16+.
It can also be used within a program line using the Execute statement.