|
|
|
|
|
|
|
The iOutputInfo type is used to get the details of a report print or export job, or the details of a print job performed programmatically from the report viewer. |
|
|
|
|
|
|
In a Table control, you have the ability to customize the following elements...... |
|
|
|
|
|
|
You can print different technical documentations describing all the elements of the project (windows, pages, reports, data files, items, components, assemblies, Custom-Folders, etc.)...... |
|
|
|
|
|
|
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 Note property is used to:
Find out the notes associated with a control, a window, a page or a report.
Modify the notes associated with a control, a window a page or a report.... |
|
|
|
|
|
|
The HTML property 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.... |
|
|
|
|
|
|
Configures the report viewer. |
|
|
|
|
|
|
All report controls can be handled through programming...... |
|
|
|
|
|
|
The development of a Windows application with WINDEV is based on two main elements: the Project and the Analysis.... |
|
|
|
|
|
|
An external component is a set of WINDEV elements: windows, reports, analysis, etc.... |
|
|
|
|
|
|
A project was already created and translated...... |
|
|
|
|
|
|
An internal component is a set of elements from a project...... |
|
|
|
|
|
|
The ImageState property is used to get and change the number of drawings in:
The image associated with a button.
The image of the cursor in a slider.
The image associated with the button of a sidebar pane.
The image associated with the button of a tab pane.
The image associated with the Rating control.
The image associated with a group in a Ribbon control.
The image associated with a menu option.... |
|
|
|
|
|
|
The data is interpreted as "columns" whose height is proportional to the value of data...... |
|
|
|
|
|
|
The Font property is used to
Get the identifier of the font used in a control in a report, page or window.
Change the font used in a control in a report, page or window.... |
|
|
|
|
|
|
The MemZoneName property is used to:
find out the name of the memory area used as data source for a report.
modify the name of the memory area used as data source for a report.... |
|
|
|
|
|
|
The MsgSortSel property 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.... |
|
|
|
|
|
|
Forces a report block to print. |
|
|
|
|
|
|
Prints a duplicate copy of a report. |
|
|
|
|
|
|
Forces the report print to stop. |
|
|
|
|
|
|
Initializes the query linked to the report. |
|
|
|
|
|
|
Initializes the query linked to the report. |
|
|
|
|
|
|
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).... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|