Chapter Contents

Previous

Next
Widget Class: _errorOn

Widget Class: _errorOn



Turns on a widget's error state


Syntax
Details

Syntax

objectName._errorOn( );


Details

Example

_errorOn turns the error attribute on if the widget's value is greater than 100:

MYVALID:
  method;
    if (_value_>100) then
    _self_._errorOn();
  endmethod;


Chapter Contents

Previous

Next

Top of Page

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