Chapter Contents

Previous

Next
Data Form: _popup

Data Form: _popup



Displays the run-mode pop-up menu


Syntax
Details

Syntax

CALL SEND (form-id, '_popup', fill-list, selection);

Argument Type Description
fill-list
N specifies the identifier of an SCL list that contains the pop-up menu items that will be appended to the default pop-up menu
selection
N returns the selected pop-up menu item


Details

The _popup method for the data form displays a run-mode pop-up menu. You can pass an empty list if you only want the default items on the pop-up menu. See _popup in the Widget class for more information and an example.


Chapter Contents

Previous

Next

Top of Page

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