|
There are two main HTML generation enhancements:
- HTML tables The HTMLTable feature uses new DataWindow properties to create additional table attributes, including CLASS references for cascading stylesheets
- HTML forms You call the GenerateHTMLForm function to generate HTML form syntax for freeform and tabular DataWindows
Both of these features use the new HTMLTable.StyleSheet property, which defines a stylesheet containing font information for the DataWindow.
Although you can use these features to generate and save HTML files, they are particularly useful when used with Web.PB to create HTML pages dynamically.
See also
New DataWindow object properties
Using HTMLTable enhancements
Displaying DataWindows as HTML forms
integrating DataWindow HTML capabilities with Web.PB
GenerateHTMLForm discussion
|