G. The ABF Demo Program : 4GL Code for the Sample Application
 
Share this page                  
4GL Code for the Sample Application
This section contains the code used to create the frames and procedures of the Project Management application. If possible, read these listings as you review the individual frames in the window with ABF. In particular, it is valuable to examine each form with VIFRED as you read the 4GL code that accompanies it.
The map of the sample application presented earlier shows the relationship of these frames to one another. Here, they are presented in alphabetical order for convenience.
Windows: The pathnames for the application code are similar to the following examples:
'c:\usr\joe\abfdemo\database.hlp'
'c:\usr\joe\abfdemo\database.osq'
'c:\usr\joe\abfdemo\design.txt'
'c:\usr\joe\abfdemo\emptasks.hlp'
'c:\usr\joe\abfdemo\emptasks.osq'
'c:\usr\joe\abfdemo\list.osq'
'c:\usr\joe\abfdemo\top.hlp'
'c:\usr\joe\abfdemo\top.osq'
UNIX: The pathnames for the application code are similar to the following examples:
'usr/joe/abfdemo/database.hlp'
'usr/joe/abfdemo/database.osq'
'usr/joe/abfdemo/design.txt'
'usr/joe/abfdemo/emptasks.hlp'
'usr/joe/abfdemo/emptasks.osq'
'usr/joe/abfdemo/list.osq'
'usr/joe/abfdemo/top.hlp'
'usr/joe/abfdemo/top.osq'
VMS: The example file names are as shown in the application code.