DLG Generation Options

Restriction: This topic applies only when the AppMaster Builder AddPack has been installed, and applies only to Windows platforms.
Help Panel Name
Type the name of the panel to display, if the user requests help. This option generates the .HELP = panelname statement.
Program Controlled
Click this if you want the program to control PF key processing. AMB saves the user's original PF key values and replaces them with literals not recognized by Dialog so that you can control the PF key usage. When the program terminates, the original PF key values are restored.
ISPF Command Table
Click this to control PF key processing using the ISPF Command Table. This is the default.
Command Field
Select the screen field to be the panel command field that allows users to enter DLG commands and prevent truncation errors when they use PF keys. The default field is the first unprotected I/O field on the screen.

This option generates the native )BODY CMD(variable) statement.

Short Message
Select a screen field name for the panel short message field. The program moves the literal message to the screen via this field.

This option generates the native )BODY SMSG(variable) statement.

Long Message
Select a screen field name for the panel long message field. The program moves the literal message to the screen via this field.

This option generates the native )BODY LMSG(variable) statement.