COMPACT DISC DATABASE DEMO APPLICATION To install this application, all the files should reside in a single subdirectory. As supplied, the files are in [.applv23.cd] where is the top level directory of your account. The directory path is then defined to point to that directory using the logical CD_DATA_DIR. Edit the OAINI.SCP file supplied to reflect the exact directory path where you have placed the files, and then copy OAINI.SCP into your ALL-IN-1 subdirectory (wherever OAUSER: points to). OAINI.SCP as supplied appears below: !+------------------------------------------------------------------- ! OAINI.SCP !+ .LABEL START .FX GET LOG$CD_DATA_DIR = '[allin1.applv23.cd]' .EXIT Next, copy the 2 *.UDP files into your ALL-IN-1 [.UDP] subdirectory (1 level below your OAUSER: directory) and edit as above to reflect the correct directory path. The CD UDP invokes the application by setting the file search path and then opening the form library and calling the main menu. Call this UDP only ONCE per ALL-IN-1 session. To return later to the CD application from a different menu, just type the menu name (CD_SYSMGR). If you have installed everything correctly, when you invoke the CD UDP, the menu is displayed, and pressing the UP ARROW key should cause the first database record to be displayed in the current item window. These general set-up details are described in generic terms in the OA-110 session notes included in the [.applv23] directory in this submission. Note: Some of the script and/or com files in the [.CD] directory were early tools for massaging the data as the application evolved. They are not used anymore, but are left as code examples. Enjoy!