Chapter Contents

Previous

Next
Text Entry: _setValue

Text Entry: _setValue



Assigns a value to a simple numeric text entry field of type NUM, FIXED, or SHORT


Syntax
Details
Example

Syntax

CALL NOTIFY (text-field-name, '_setValue', text-value);

Argument Type Description
text-value
N specifies the numeric value to assign to the field


Details

_setValue is inherited from Widget.


Example

This example assigns the value 25 to TEXT1, a field with the type FIXED:

   call notify ('text1','_set_value_',25);

For more information, see the note in _getText in this class.


Chapter Contents

Previous

Next

Top of Page

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