DtvLong dal_wdg_map_wdg (iwd, row, col)

Outputs a widget at the screen position specified and activates the widget.

Input Parameters Significance
DtvLong iwd widget Id
DtvLong row row position of the widget [0 = automatic]
DtvLong col column position of the widget [0 = automatic]

Output Parameters Significance
no -

Return Code Significance
0 no error

Row and column position of the widget is the position of the upper left corner of the widget frame, calculated from the upper left corner of the screen. Row and column counter start with the value > 1 < . If you specify the value > 0 < for row- and column-position, DataView will automatically shift the widget one row or column position to the lower right relative to the last active widget.

If Widget-Virtual mode is active, no widgets can be output on the screen.