The steps to building a web page consist of the following:
The publish button on Great Plants produces a list of violets that have been checkmarked in the EditRecords portion of the database. This listing includes a header and footer that are output into the html pages. To change the header or footer, edit the file named “@listfo.txt”. The file can contain html formatting info such as fonts, heading level, etc. The nonstandard tags “tghead” and “tgfoot” define delimiters for the heading and footing respectively. Edit everything between the tag “taghead” and “/taghead” for the header and between “tgfoot” and “/tgfoot” for the footer. Text anywhere else in the file will not be included in the heading and footing.
The violet pictures consist of 4 images for each plant. They are:
These images go into the fimages subdirectory. This is directly under MyDocuments\GreatData\Vcat\fimages. The GreatViolets program finds “MyDocuments” and accesses the jpg image files under it. Naming Convention
The file naming convention uses all lower case letters and has the following format:
Here is an example for the violet named “candy swirl”
The program is in the GreatViolets directory under \\TomsData\VBProjects on 'Manon'. Click on the VB project file (extension vbp) and the project will open in Visual Basic 6. Select Make greatviolets.exe under the file menu of the vb6 compiler