Chapter Contents

Previous

Next
Input Field: _setLength

Input Field: _setLength



Specifies the display length of the input field, in characters, and optionally the maximum length of the field


Syntax
Details

Syntax

CALL NOTIFY (field-name, '_setLength', length<max>);

Argument Type Description
length
N specifies the display length of the field
max
N specifies the maximum length of the field


Details

If the length specified is too long to display, the method returns without changing anything. The default length is 14 characters.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.