LogiView

Command 'set_father_cid'

     

This command sets the internal C_ID of the parent element for the specified widget.

The 'Set_father_cid' function is useful only for Refine and Aggregate widgets. This command could be compared with the function 'wdg_set_ide' of the DataView programming interface.

 

Syntax:

  set_father_cid({WDG_ID},{NUM_EXPR})
 

I/O parameters:

{WDG_ID} ID of the widget for the mask.
{NUM_EXPR} Internal C_ID of the parent element.
-  
 

Return value:

 
-  
 

Example:

  Declaration of Variables
 
 40 set_father_cid(DOKU_INT_1,1091178571)	
  Result:
  The internal C_ID of the parent element for the current widget is assigned with the value "1091178571".

Functions and commands: Editing Masks