22. Using 3GL Procedures : Set_4gl
 
Share this page                  
Set_4gl
Set error display status
Syntax
exec 4gl set_4gl (messages = value)
value
Specifies 1 to display error messages from exec 4gl statements, 0 to suppress them. Integer.
Description
The set_4gl statement turns error reporting to the screen on and off. By default, errors from exec 4gl statements are displayed.
This is similar to the set_frs getmessages call.