You use ADSC to define dialogs. To define a skeleton dialog, you invoke ADSC, specify basic information about the dialog, and then create a load module for the dialog.
Steps
In this chapter, you will define skeleton versions of dialogs XXXDADD and XXXDUPD by using ADSC. You will:
After you compile dialogs XXXDADD and XXXDUPD, you can exit from ADSC.
Dialogs for the Department Application
The following table lists specifications for defining skeleton dialogs XXXDADD and XXXDUPD. If you need additional information at any time about the use of ADSC, see Using ADSC.
|
Dialog name |
Associated map |
Purpose of dialog |
|---|---|---|
|
XXXDADD |
XXXMAP1 |
Allows a user to add a new department record. XXXDADD is invoked by the ADDDEP dialog function. |
|
XXXDUPD |
XXXMAP1 |
Allows a user to modify or delete an existing department record. XXXDADD is invoked by the MODDEP and DELDEP dialog functions. |
|
1 You defined map XXXMAP earlier in this sample application development session |
||
|
Copyright © 2013 CA.
All rights reserved.
|
|