Popup - cWebModalDialog

Activates the modal dialog

Type: Procedure

Parameters: Handle hoReturnObject

ParameterDescription
hoReturnObjectHandle of the object to receive the callback message when the dialog is closed


Syntax
Procedure Popup Handle hoReturnObject

Call: Send Popup hoReturnObject


Description

Send Popup to activate the modal dialog. You should pass the handle of the object that will receive the OnCloseModalDialog callback message when the dialog is closed.

Modal dialogs containing prompt lists (cWebPromptList) are a special case and are not activated via the Popup message. These modal dialogs use a custom method for activating and updating the modal dialog. Please see cWebPromptList for details.

See Also

OK | Cancel | pbServerOnEscape | psReturnMessage