PromptSetMode()

Specifies whether to suppress macro prompt messages.

Token ID

BFTKN_SET_PROMPT or 374

Syntax

VOID PromptSetMode( ENUM PromptingMode)

Parameters

PromptingMode As ENUM
  • 1 Normal
  • 226 Suppressed

Remarks

Prompt messages that cannot be anticipated or responded to can interfere with DDE macro playback. When PromptingMode is Suppressed!, macros perform default actions and do not display a prompt message.

This command which does not affect error messages, is automatically set to Normal! when the macro or DDE conversation ends.