| Stonefield Query SDK |
| Creating Project Documentation |
To create project documentation, choose the Project Documentation function from the File menu, shortcut menu, or toolbar (). It shows its progress in the status bar as it runs.
Once it has completed, all of the documentation files are located in a Documentation subdirectory of your Stonefield Query project directory. Two types of documentation are produced. The first is a set of HTML files. The main file is named INDEXMAIN.HTM and others are named with system-generated names. The other type is a West Wind HTML Help Builder project. HTML Help Builder, from West Wind Technologies (http://www.west-wind.com) is a great, inexpensive utility for creating HTML Help files. The main file for this type of documentation is QueryDoc.HBP.
You can customize the layout and formatting of the project documentation if you wish. The Templates subdirectory of the Stonefield Query program directory contains the templates used for the documentation. All standard templates are in the Standard subdirectory of Templates. Templates consist of QDT files, which are really HTML files containing script code similar to ASP but written in Visual FoxPro code. If you want to change the layout of a particular part of the documentation, change the appropriate template files as necessary.
The template files are:
There are a few other files as well. QueryDoc.CSS is the style sheet used for the generated HTML files. Lookups.DBF, __Lookups.DBF, and all of the files in the WW subdirectory are West Wind HTML Help Builder support and template files.
| Last Updated: 02/05/2008 |