|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Allows you to find out the properties of a table located in an HFSQL server. |
|
|
|
|
|
|
|
| A Table control (populated programmatically, based on a data file or based on a variable) can include Combo Box columns...... |
|
|
|
|
|
|
|
| Returns the number of the current record in a Table control based on a data file. |
|
|
|
|
|
|
|
| Returns:
the index of the current indexed column in a Table control (based on a data file or populated programmatically).
the number of the column currently in edit mode in the specified Table control (based on a data file or populated programmatically).... |
|
|
|
|
|
|
|
| Refreshes a List Box, ListView or Combo Box control based on a table |
|
|
|
|
|
|
|
| Here is an overview of how to handle Table controls populated programmatically in WLanguage.... |
|
|
|
|
|
|
|
| The property AfficheMêmeSiNull property property allows you to:
Determine whether a row or column in a Pivot Table control is displayed even if it contains no value.
Show or hide a row or column in a Pivot Table control if it does not contain any values.... |
|
|
|
|
|
|
|
| The StoredItem property is used to:
Find out the stored item or the stored variable of a Table, Looper, List Box or Combo Box control.
Modify the stored item or the stored variable of a Table, Looper, List Box or Combo Box control.... |
|
|
|
|
|
|
|
| The report editor allows you to create "Crosstab" reports...... |
|
|
|
|
|
|
|
| WDMap can be used both to determine whether an HFSQL table should be reindexed and to reindex an HFSQL table...... |
|
|
|
|
|
|
|
| A List Box or Combo Box control can be used to display the content of a table or query, to allow a user to select a record, for example...... |
|
|
|
|
|
|
|
| Lists the scheduled optimization tasks of HFSQL Client/Server tables for a connection.... |
|
|
|
|
|
|
|
| The NullAllowed property is used to manage the NULL value in the items of HFSQL tables. |
|
|
|
|
|
|
|
| A Link Description variable is used to describe a link between two tables programmatically. |
|
|
|
|
|
|
|
| Lists the scheduled optimization tasks of HFSQL Client/Server tables for a connection.... |
|
|
|
|
|
|
|
| Whatever the platform used, the data stored in HFSQL tables is in ANSI format. |
|
|
|
|
|
|
|
| The ExpandedImage property is used to:
find out and modify the default image associated with an expanded row in a TreeView Table control.
find out and/or modify the default image associated with an expanded row in a TreeView control.
find out and modify the image associated with a specific expanded row in a TreeView Table control.
find out and modify the image associated with an expanded row in a treeview item of a "TreeView table" report.... |
|
|
|
|
|
|
|
| Pivot Table controls include an automatic context menu that allows users to perform different actions on the data displayed in the control...... |
|
|
|
|
|
|
|
| Refreshes a Table or TeeeView Table control from a given position:
for a control linked to a file: changes made in the linked data file are reflected in the control.
for a control handled programmatically: the calculated columns are re-calculated.... |
|
|
|
|
|
|
|
| The PersistedCalculatedItem property is used to:
Find out whether the value of a calculated item is stored in the table. This item was defined in the data model editor or programmatically.
Define whether the value of a calculated item is stored in the table (when describing the item through programming).... |
|
|
|
|
|
|
|
| A Table control proposes an automatic popup menu allowing the user to perform several operations on the data displayed in the table...... |
|
|
|
|
|
|
|
| Searches for a value in a column of a TreeView Table control, in a specified branch. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|