Previous Topic: SummaryNext Topic: Modifying a Map Using MAPC


Modifying a Map Using MAPC

In the previous chapter, you modified the structure of the Department application based on preferences at the site. Map layouts can also be modified to satisfy end-user and site requirements. As a developer, you can modify a map's layout as soon as the modifications are suggested and approved.

This chapter provides instructions for using MAPC to modify the layout of XXXMAP, and includes:

Maps can be modified easily during development or at any other time in an application's life cycle. Modifications can be suggested by development staff and end users. For example, end users who execute the prototype Department application can request that the department ID variable field be displayed in bright intensity to make it easier to locate on the screen.

You can modify a map to make the map conform to screen-display conventions at a given site. For example, it may be necessary to display the current date on each map, or to change the location of particular fields on the map.

Changes to XXXMAP

In this chapter, you will make changes to map XXXMAP so that:

The following screen shows the layout of the modified map. To modify map XXXMAP, you will use the online mapping facility (MAPC), which you used to define the map in Chapter 8, "Defining an Application Structure Using ADSA". After you modify map XXXMAP, you need to update dialogs that use the modified map. To do this, you will use the CA ADS dialog compiler (ADSC), which you used to define dialogs in Chapter 10, "Defining Dialogs Using ADSC".

     FUNCTION: ________    DATE....: ________                               DEPARTMENT INFORMATION    DEPARTMENT ID .......: ____               NAME .....: ____________________________________________________               HEAD ID ..: ____    NEXT RESPONSE:  ________   ______________________________________________________________________________

MAPC and ADSC procedures are presented below, followed by a discussion of executing the application.

This section contains the following topics:

Modifying a Map Using MAPC

Step 1: Retrieve the Map To Be Modified

Step 2: Add and Select Map Fields

Step 3: Edit the Selected Fields

Step 4: Optionally Display the Map Layout

Step 5: Recompile the Map

Updating Modified Maps In Dialogs Using ADSC

Step 1: Retrieve Dialog XXXDADD

Step 2: Recompile Dialog XXXDADD

Step 3: Retrieve and Recompile Dialog XXXDUPD

Executing the Application

Optionally Loading the Modified Map

Invoking and Executing the Application

Summary