Popup - cUIObject

Activates a modal dialog

Type: Procedure

Parameters: None

Syntax
Procedure Popup 

Call: Send Popup


Description

Popup activates a modal dialog. The object to be popped up must have Popup_State set to True. This is typically used to pop up custom dialogs or dbModalPanel objects containing selection lists.


See Activate for detailed explanations of the View and Modal Dialog activation process.


Sample

On_Key kZoom Send Popup of oCustomDialog

See Also

Prompt_Object | Zoom