Description: | Indicates whether input is completed when the input character string reaches the field length defined by the RenderText object. | |||
Used in control(s): | Table | TextBox | ||
Values (with constants): | True - Fixed input. - Focus moves to the next cell.(POW-TRUE) False - Not fixed input. - Focus does not move. (POW-FALSE) When it is true, and a cell is filled, the focus moves to the next cell to the right, or the first cell of the next line. If there are no cells to move to, the focus does not move. When it is False, the focus remains in the cell, but attempts to extend the data beyond the maximum length are ignored. The DecisionMaxString property is only effective when the RenderStyle property is something other than "0 - Standard". When DecisionMaxString is effective, setting MaxLength to a value greater than the number of characters specified in the PictureString property has no effect. If the value of MaxLength is less than the picture definition and the input reaches the MaxLength number, the Return event is not generated - whether or not you checked the "Text length reached RenderText definition" in the TextBox property page. | |||
Default value: | True(POW-TRUE) | |||
COBOL picture: | S9(4) COMP-5 | |||
OLE data type: | VT_BOOL | |||
Design time access: | Set and reference. | |||
Execution time access: | Set and reference. | |||
Backward compatibility attribute: | None. |