Skip to content

Prompt - cWebBaseDEO

Invokes a prompt list for this DEO when sent

Type: Procedure

Syntax

Procedure Prompt

Call Example

Send Prompt

Description

When Prompt is sent to this object, it will attempt to invoke a web prompt object. It does this by getting the PromptObject handle and, if non-zero, sending Show to this handle. This is normally sent from the client via the OnPrompt event. If you wish to send this manually, you should call the OnPrompt event.

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.