| |
AllModifiableWithReportsAndQueries | ..AllModifiableWithReportsAndQueries is used to find out whether a report can be entirely modified in Reports & Queries. |
BackgroundImage | ..BackgroundImage is used to find out and modify the background image of an element: window, page, control or report. |
BackgroundImagePrinted | ..BackgroundImagePrinted is used to: - Find out whether the background image of a report (form report or not) must be printed.
- Print (or not) the background image of a report.
|
BottomMargin | ..BottomMargin is used to:- Find out the bottom margin of a report.
- Modify the bottom margin of a report.
|
BrowsedItem | ..BrowsedItem is used to:- Find out the item used to automatically browse the Table, Looper, List Box, ListView and Combo Box controls, the reports based on file or the supercontrols.
- Modify the item used to automatically browse the Table, Looper, List Box, ListView and Combo Box controls, the reports based on file or the supercontrols. Then, the browse is reinitialized.
|
HSpace | ..HSpace is used to find out and modify the horizontal spacing between the report labels. This spacing was defined when creating the Label report. |
Versions 09 and laterHTML New in version 09HTML HTML | ..HTML is used to: - find out whether the current report is printed in HTML mode.
- manage the HTML type of a Static control found in a report.
|
InterfaceModifiableWithReportsAndQueries | ..InterfaceModifiableWithReportsAndQueries is used to find out whether the interface of a report can be modified in Reports & Queries. |
KeepVisibleHierarchy | ..KeepVisibleHierarchy is used to:- Find out which elements of the TreeView table will be printed: printing the entire hierarchy or printing the hierarchy that is visible in the control.
- Modify the print mode of the hierarchy: printing the entire hierarchy or printing the hierarchy that is visible in the control.
|
LabelHeight | ..LabelHeight is used to:- Find out the height of labels in a Label report.
- Modify the height of labels in a Label report.
|
LabelNumberToStart | ..LabelNumberToStart is used to:- Find out the number of the label on the label sheet from which the print will be performed.
- Modify the number of the label from which the print will be performed on the label sheet.
|
LabelWidth | ..LabelWidth is used to:- Find out the width of labels in a "Label" report.
- Modify the width of labels in a "Label" report.
|
LeftMargin | ..LeftMargin is used to:- Find out the left margin of a report.
- Modify the left margin of a report.
|
MaxValue | ..MaxValue is used to:- find out and modify the upper bound of a report based on a data file.
- find out the upper bound defined for the current filter.
- find out the maximum value of a chart series.
- find out and modify the maximum value for some types of controls.
|
MemZoneName | ..MemZoneName is used to:- find out the name of the memory zone used as data source for a report.
- modify the name of the memory zone used as data source for a report.
|
MinValue | ..MinValue is used to:- find out and modify the lower bound of a report based on a data file.
- find out the lower bound defined for the current filter.
- find out the minimum value of a chart series.
- find out and modify the minimum value for some types of controls.
|
MsgSortSel | ..MsgSortSel is used to:- Find out the wait message displayed when sorting and selecting the report records.
- Modify the wait message displayed when sorting and selecting the report records.
|
Versions 09 and laterName New in version 09Name Name | ..Name is used to find out:- the name of the font associated with a Font variable.
- the name of a control, report or report block.
- the name of a control, group of controls or window.
- the name of a control, group of controls or page.
|
NbColumn | ..NbColumn is used to find out the number of report columns. |
NbCopy | ..NbCopy is used to find out and modify the number of report copies that must be printed. |
NbLabel | ..NbLabel is used to:- Find out the number of labels printed across the page width.
- Modify the number of labels printed across the page width.
|
NbLabelCopy | ..NbLabelCopy is used to:- Find out the number of copies of identical labels.
- Modify the number of copies of identical labels.
|
NbPrintedRec | ..NbPrintedRec is used to find out the number of records already printed. |
NbRecRead | ..NbRecRead is used to find out the number of records read: selected both by the source of the report AND by the filter code (if it exists). |
ODBCConnectionName | ..ODBCConnectionName is used to:- Find out the name of the ODBC connection used when printing a report based on a "query performed on a connection".
- Specify the name of the ODBC connection used when printing a report based on a "query performed on a connection".
|
ODBCDatabaseName | ..ODBCDatabaseName is used to:- Find out the name of the database used when printing a report based on a "query performed on a connection".
- Specify the name of the database used when printing a report based on a "query performed on a connection".
|
ODBCPassword | ..ODBCPassword is used to:- Find out the password used to connect to a database via an ODBC driver or via a Native Access.
- Specify the password used to connect to a database via an ODBC driver or via a Native Access.
|
ODBCSQLCode | ..ODBCSQLCode is used to:- Find out the SQL code of the "query performed on a connection" (data source of report).
- Modify the SQL code of the "query performed on a connection" (data source of report).
|
ODBCUserName | ..ODBCUserName is used to:- Find out the user name that was used to connect to a database via an ODBC driver or via a Native Access.
- Specify the user name that was used to connect to a database via an ODBC driver or via a Native Access.
|
PageByPagePrint | ..PageByPagePrint is used to:- Ask a report to be printed page by page. Each page of the report will be sent separately to the printer spooler.
- Find out the print mode of the report (page by page or all at once).
|
PageEndStick | ..PageEndStick is used to:- Find out whether the page footer must be stuck to the last block.
- Modify the management mode of the Page Footer block.
|
PageNumber | ..PageNumber is used to: - find out and modify the number of the page displayed in an image control ("multi-page" image files)
- find out and modify the page number of a PDF file displayed in an image control of a window
- find out and modify the page number of a PDF file displayed in report background.
|
Versions 09 and laterPlane Plane | ..Plane is used to:- Find out:
- the active plane of a window (or report) or the plane to which a control belongs.
- the active plane of a WEBDEV element.
- Modify:
- the active plane of a window (or report) or associate a control with another plane.
- the active plane of a WEBDEV element.
|
Process | ..Process is used to modify the processes that must be run by the events available on a control, window, page, report, etc. |
ReturnedValue | ..ReturnedValue is used to:- Find out and modify the value returned by a window, a page or a report.
- Find out and modify the value returned by an option in a Radio Button control.
|
RightMargin | ..RightMargin is used to:- Find out the right margin of a report.
- Modify the right margin of a report.
|
RightToLeft | ..RightToLeft is used to find out the actual writing direction, effective on a control, a column, a window or a report. |
SelectionOnly | ..SelectionOnly is used to:- Find out which elements of the table or treeview table will be printed: printing all the records or the selected records only.
- Modify the print mode of the table or treeview rows: printing all the records or the selected records only.
|
SourceName | ..SourceName is used to:- Find out the name of the data source for the report.
- Change the data source of the report.
|
TextDirection | ..TextDirection is used to find out and modify the writing direction used in a window, in a report or in a control (useful for managing languages such as Arabic or Hebrew). |
TopMargin | ..TopMargin is used to:- Find out the top margin of a report.
- Modify the top margin of a report.
|
TotalNbRec | ..TotalNbRec is used to:- Find out the number of records to print.
- Modify the number of records to print.
|
ViewName | ..ViewName is used to:- find out the name of the HFSQL view, data source of a report
- modify the name of the HFSQL view, data source of a report.
|
VSpace | ..VSpace is used to find out and modify the vertical spacing between the report labels. This spacing was defined when creating the Label report. |