Create_Prompt_Button - Form
Creates or removes a prompt button
Type: Procedure
Parameters
| Parameter | Type | Description |
|---|---|---|
| CreateMode | Integer | the following modes are supported ConstantMeaning |
Syntax
Procedure Create_Prompt_Button Integer CreateMode
Call Example
Send Create_Prompt_Button CreateMode
Description
Create_Prompt_Button is used internally to create or remove a prompt button. When CreateMode is PB_promptOn, the button is created. When CreateMode is PB_promptOff, the button is removed. When CreateMode is PB_promptAuto, the button is created if a prompt object exists (prompt_object_id is non-zero). There should be no need to send or augment this message. You should be able to control prompt buttons with the prompt_button_mode property.