|
|
|
|
|
|
|
When creating the setup program via the wizard, you have the ability to choose the options regarding the setup support.... |
|
|
|
|
|
|
The different operations that can be performed with WDOptimizer are as follows...... |
|
|
|
|
|
|
The NbPrintedRec property is used to determine the number of records already printed. |
|
|
|
|
|
|
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). |
|
|
|
|
|
|
The Description property is used to get and change the page description. |
|
|
|
|
|
|
The ViewName property 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.... |
|
|
|
|
|
|
The VisibleOutsideWindow property is used to:
determine if a button is visible even if its position (X,Y) is outside the border of the window (entirely or partially).
modify the visibility of an "off-window" button.... |
|
|
|
|
|
|
The UsefulWidth property is used to get and change the useful width of an internal window (or supercontrol) with scrollbars. |
|
|
|
|
|
|
The UsefulHeight property is used to get and change the useful height of an internal window (or supercontrol) with scrollbars. |
|
|
|
|
|
|
The AutomaticTextColor property is used to identify and change the color to be used for the text of the elements that use the "automatic" color. |
|
|
|
|
|
|
The following events are associated to reports (order of appearance in the code editor)...... |
|
|
|
|
|
|
The BackgroundImagePrinted is used to:
Determine if the background image of a report (form or other) should be printed.
Print (or not) the background image of a report.... |
|
|
|
|
|
|
Defines the zoom of a chart. |
|
|
|
|
|
|
Modifies or returns the visibility state of the refresh bar in a window. |
|
|
|
|
|
|
Several operations are performed when printing a report. These operations are performed in the following order...... |
|
|
|
|
|
|
The LabelHeight property is used to:
Find out the height of labels in a Label report.
Modify the height of labels in a Label report.... |
|
|
|
|
|
|
The SourceName property is used to:
Get the name of the report data source.
Change the report data source.... |
|
|
|
|
|
|
The MDIBottom property is used to determine and change the distance between the bottom border of the MDI parent window and the bottom border of the MDI area. |
|
|
|
|
|
|
Defines the zoom of a chart. |
|
|
|
|
|
|
The MDIRight property is used to determine and modify the distance between the right border of the MDI parent window and the right border of the MDI area. |
|
|
|
|
|
|
The MDILeft property is used to determine and change the distance between the left border of the MDI parent window and the left border of the MDI area. |
|
|
|
|
|
|
The MDITop property is used to determine and change the distance between the top border of the MDI parent window and the top border of the MDI area. |
|
|
|
|
|
|
The SystemBarColor property is used to get or change the system bar color in full-screen windows on mobile devices. |
|
|
|
|
|
|
The Appointment type is used to define the advanced characteristics of an appointment: time, location, ... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|