|
|
|
|
|
|
|
WINDEV Tutorial: WINDEV application: Managing data Lesson 6 - Chart and Pivot Table - 30 min |
|
|
|
|
|
|
When a table column is a Numeric column, the end user can create a chart on the column data and therefore benefit from the power of charts created with WINDEV...... |
|
|
|
|
|
|
The Vertical property is used to:
determine if a control is oriented horizontally or vertically.
change the orientation of Table and Looper controls (switch from vertical to horizontal and conversely).... |
|
|
|
|
|
|
Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control. |
|
|
|
|
|
|
The SelectedText property is used to get and change the text selected in an Edit control, editable Combo Box control or editable column in a Table control. |
|
|
|
|
|
|
Imports the HTML content of an email and its images into an HTML Display control. The images contained in the email are also displayed in the control. |
|
|
|
|
|
|
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control. |
|
|
|
|
|
|
Imports the HTML content of an email and its images into an HTML Editor control. The images contained in the email are also displayed in the control. |
|
|
|
|
|
|
WINDEV includes several Automatic Application Features (AAFs)...... |
|
|
|
|
|
|
The RTFWithImagesAndTables property is used to manage images and tables in RTF Static controls in a report. |
|
|
|
|
|
|
The table below presents the main extensions of files created and supported by WINDEV, WEBDEV and WINDEV Mobile...... |
|
|
|
|
|
|
The HTML control displays HTML pages or HTML code...... |
|
|
|
|
|
|
When end users work on a complex Table or Looper control with multiple breaks, they may want to save the current layout...... |
|
|
|
|
|
|
The ImageMode property is used to get and change the display mode of an image in an Image control, in the column of a table of type Image or in the background of a Chart control in a window. |
|
|
|
|
|
|
The SelectedTextWithTag property is used to get or change the text selected in a rich edit control (RTF or HTML) with HTML or RTF formatting tags. |
|
|
|
|
|
|
The main SQL statements allowed in the SQL queries managed by WINDEV and WEBDEV are as follows...... |
|
|
|
|
|
|
To edit the styles available in the current help system, select "Help system...... |
|
|
|
|
|
|
The HTML Editor control allows users to create and modify HTML pages...... |
|
|
|
|
|
|
An iOS application with an iOS widget configuration can contain one or more iOS 14 widget windows...... |
|
|
|
|
|
|
Converts text to HTML (carriage returns are replaced by <BR>, accented characters are replaced by their equivalent in HTML, etc.). |
|
|
|
|
|
|
The Columns property allows access:
to the configuration of a table column in a Word Processing document (docTable variable).
to the configuration of a text column in a multicolumn document (docFormatMulticolumn variable).... |
|
|
|
|
|
|
In some cases, you may want to use a custom synchronization for Table controls based on a data file...... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|