Chapter Contents

Previous

Next
Data Form: _getCurrentWidgetInfo

Data Form: _getCurrentWidgetInfo



Returns information about the active widget


Syntax
Details

Syntax

CALL SEND (form-id, '_getCurrentWidgetInfo', info-list);

Argument Type Description
info-list
N specifies the identifier of an SCL list to contain information about the active widget


Details

The _getCurrentWidgetInfo method returns the widget identifier, the linked column name, and the linked column identifier of the active widget. If the active widget is not inside of the data form or if there is no active widget, then each of the list items has the values listed in the table below. If the active widget is inside the data form but does not have an associated column, then the column items also have the values listed in the following table.

Widget Information List Items
Item Type Value
'WIDGET_ID' N 0
'COLUMN_NAME' C ''
'COLUMN_ID' N 0


Chapter Contents

Previous

Next

Top of Page

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