Chapter Contents

Previous

Next
Form Editor: _popup

Form Editor: _popup



Displays the run-mode pop-up menu


Syntax
Details

Syntax

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

Argument Type Description
fill-lst
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 form editor 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.