Skip to content

phoPrompt - cWebBaseDEO

Object handle of a web dialog or view to be activated by the OnPrompt event

Type: Property
Access: Read/Write
Data Type: Handle
Parameters: None

Syntax

Property Handle phoPrompt
Access Type Syntax
Read Access: Get phoPrompt to HandleVariable
Write Access: Set phoPrompt to HandleVariable/Value

Description

Set phoPrompt to the object handle of a web dialog or view (cWebModalDialog, cWebView) to be activated by the OnPrompt event. The control's embedded prompt button will be automatically shown. This is the easiest way to provide prompt support outside of DataDictionary prompt support.

Prompt can be used to handle custom prompt behaviors, although most customizations should be handled by either setting phoPrompt, augmenting PromptObject or finally augmenting Prompt.