|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Finds a character string in an entire Word Processing control. |
|
|
|
|
|
|
|
| Undoes the last action performed on a Word Processing control. |
|
|
|
|
|
|
|
| Converts the content of a Word Processing control into an HTML file. |
|
|
|
|
|
|
|
| Exports a page from a Word Processing control in image format. |
|
|
|
|
|
|
|
| Creates a character string from the data of a Word Processing control. |
|
|
|
|
|
|
|
| Restores the last undone action on a Word Processing control. |
|
|
|
|
|
|
|
| Restores the last undone action on a Word Processing document. |
|
|
|
|
|
|
|
| Undoes the last action performed on a Word Processing document. |
|
|
|
|
|
|
|
| Prints the content of a Word Processing control in "docx" format. |
|
|
|
|
|
|
|
| The Replication property is used to:
know the replication mode used for a table (table defined in the data model editor or programmatically defined).
specify the replication mode used for a table (only for tables defined programmatically).... |
|
|
|
|
|
|
|
| Let's see a simple and illustrated example about the use of MVP to create a Table window with its linked form...... |
|
|
|
|
|
|
|
| Displays a progress bar when:
receiving the response to an HTTP request.
sending an HTTP form (HTTPSendForm) or an HTTP query.... |
|
|
|
|
|
|
|
| Automatically updates the controls in a window or page with:
the values of the bound items in the current record (loaded in memory) of the table described in the data model editor.
the values of the bound WLanguage variables.
This operation is performed regardless of the state of the controls (grayed, inactive or invisible).... |
|
|
|
|
|
|
|
| Automatically updates the controls of a page with:
the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor.
the values of the bound WLanguage variables.
This operation is performed regardless of the state of the controls (grayed, inactive or invisible).... |
|
|
|
|
|
|
|
| Automatically updates the controls of a page with:
the values of the bound items in the current record (loaded in memory) of the HFSL table described in the data model editor.
the values of the bound WLanguage variables.
This operation is performed regardless of the state of the controls (grayed, inactive or invisible).... |
|
|
|
|
|
|
|
| Automatically updates the controls in a window or page with:
the values of the bound items in the current record (loaded in memory) of the table described in the data model editor.
the values of the bound WLanguage variables.
This operation is performed regardless of the state of the controls (grayed, inactive or invisible).... |
|
|
|
|
|
|
|
| An Edit control can be bound to an item in a data file, query, etc, ...... |
|
|
|
|
|
|
|
| The ZOrder property defines the Z-order of an element. |
|
|
|
|
|
|
|
| Creates a Word file (.RTF) using the data from a Looper control. |
|
|
|
|
|
|
|
| A trigger is a WLanguage procedure automatically called by the HFSQL engine whenever a modification is performed (addition, deletion, modification, ...) on a record of a table.... |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|