Prompt_Object - DfBaseEntry

The object that pops up when the kPrompt key (F4) is pressed/the Popup message is sent

Type: Property

Access: Read/Write

Data Type: Handle

Parameters: Integer iItem

ParameterDescription
iItem (Optional)The item number (0 if omitted)


Syntax
 Property Handle Prompt_Object

Read Access: Get Prompt_Object [iItem] to HandleVariable
Write Access: Set Prompt_Object [iItem] to HandleVariable/Value


Description

The Prompt_Object is the object that pops up when the kPrompt key (F4) is pressed or the Popup message is sent.

Sample

Set Prompt_Object to oLoginDialog


For column-based classes, see Column_Prompt_Object.