|
Previous Top Next |
Properties of Xplore can be changed at runtime using statements such as:
Xplore1.MaxFontSize = 10
.MaxFontSize - default value = 14
.MinFontSize - default value = 6
These two properties determine the range of font sizes to be used for the Xplore reports. Xplore will use the largest font whilst trying to fit all columns on the page.
.PaperType - default value = Paper:Letter
This property specifies which paper type to be used in reports.
.AllPreview - default value = True
This property determines whether the Report Previewer is to be used for 'Print All'.
.PagePreview - default value = False
This property determines whether the Report Previewer is to be used for 'Print Page'.
.HeaderStyle - default value = FONT:Regular
This property specifies which font is to be used for the column headers.
.AsciiFileName - default = Xport.CSV
This Xplore Property holds the ASCII file name for the exported CSV file
.Separator - default = ',' a comma
The Xplore Property holds the separator character between fields for the CSV file
.HtmlFileName - default = Xport.HTM
The Xplore Property holds the HTML file name for the exported HTML file
.ShellExexcute - default = True
The Xplore Property decides whether to launch the file type application after exporting the ASCII or HTML files.
.FilterShared - default = False (C5 only)
This property when set to False causes only the current sort order to be applied with the cell right-click filter option. If set to True, then ALL sort orders will be applied the new filter.
.Graph - default = True
This property specifies whether the right-clcik menu option for Graphing a column is enabled or disabled.
.Upper - default = True (or as set by the Global Template dialog)
This property determines whether the sort order fields use the syntax of UPPER(FIL:Field) or just FIL:Field