FieldBreak Min Spaces: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with " See also FieldBreak. The '''FieldBreak Min_Spaces''' BRConfig.sys specification is defined that controls the automatic division of input fields into separate control...")
 
No edit summary
 
Line 1: Line 1:
See also [[FieldBreak]].
See also [[FieldBreak]].


The '''FieldBreak Min_Spaces''' [[BRConfig.sys]] specification is defined that controls the automatic division of input fields into separate controls.  If Min_Spaces is N, then N or more consecutive blanks denote a new sub-field.
The '''FieldBreak Min_Spaces''' [[BRConfig.sys]] specification is defined that controls the automatic division of input fields into separate controls.  If Min_Spaces is N, then N or more consecutive blanks denote a new sub-field.

Latest revision as of 21:24, 11 October 2013

See also FieldBreak.

The FieldBreak Min_Spaces BRConfig.sys specification is defined that controls the automatic division of input fields into separate controls. If Min_Spaces is N, then N or more consecutive blanks denote a new sub-field.

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+.