Chapter Contents

Previous

Next
Text Entry: _setNondisplay

Text Entry: _setNondisplay



Specifies whether to display the text that is entered in the field


Syntax
Details

Syntax

CALL NOTIFY (text-field-name, '_setNondisplay', action);

Argument Type Description
action
C specifies the setting:


'Y' hides the text that is entered


'N' echoes the text that is entered


Details

If the NON-DISPLAY attribute is set to 'Y', text is not displayed. Although users can tab to the field, user input is not echoed to the display. This is often used for entering passwords. By default, the NON-DISPLAY attribute is off.


Chapter Contents

Previous

Next

Top of Page

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