LogiView

Command 'widget_set_buf'

     

This command is used to enter the forwarded value below the specified key in the buffer of the specified widget.

 

Syntax:

  widget_set_buf ({WDG_ID}, {STR_EXPR}, {EXPR})
 

I/O parameters:

{WDG_ID} ID of the widget.
{STR_EXPR} Key of the entry in the widget buffer.
{EXPR} Value to be entered in the widget buffer.
-  
  Return value:
 
-  
 

Example:

  Declaration of Variables
 
70 widget_set_buf (widget_id(),"CUSTO_DEL","yes")

Functions and commands: Editing Masks