Navigation bar
  Home Print document Start Previous page
 100 of 234 
Next page End  

Gravitybox Schedule Primer
Page 98 
1998-2004 Gravitybox Software LLC
exists.
PageTitle
This is the HTML page name. This is the name the browser will
display.
TableOnly
This property determines if only the HTML inside the table tag
is written. If this is true, there will be no head tags, page tags,
of any other tags in the HTML file. The file will start with
“<Table>” and end with “</Table>”.
HTMLHeader
This property is a string value that inserts raw HTML directly
above the schedule.
HTMLFooter
This property is a string value that inserts raw HTML directly
below the schedule.
These properties are used to build the page to specification. A parameter object was
used for future expansion. In the future, the functionality for exporting may be
augmented. When this happens the object will add more parameters but the calls the
ExportHTML function will not change.
Dim oHTMLParameter As New CHTMLParameters
  
  oHTMLParameter.FileName = "c:\test_html.htm"
  oHTMLParameter.Overwrite = True
  oHTMLParameter.PageTitle = "Schedule for Jun 3, 2002"
  oHTMLParameter.TableOnly = False
  oHTMLParameter.HTMLHeader = “”
  oHTMLParameter.HTMLFooter = “”
  Call Schedule1.ExportHTML(oHTMLParameter)
http://www.purepage.com