Source file structure

The contents of a source file depends on the type of resource the source file contains. Some resources have their own source file. Other resources are stored as a group within a single source file. The following is a list of the resources that are each stored in a separate source file:

 

This means that there is one source file for every form, report, table, global procedure and global function in an application dictionary.

The following is a list of resources that are stored within a single source file:

 

This means there is one source file that stores all constants, another source file that stores all composites, another that stores all data types, and so on. Resources that are stored this way are called base resources.


Documentation Feedback