|
|
|
|
|
- Overview
- Notes
- Limitations for Android
- Limitations for iOS
- Table controls with direct access to the data source and with in-memory data source
- Types of Table controls based on a data file
- Limitations in Java: Cascading input
- Automatic synchronization (HFSQL Client/Server data)
- Automatic view of bound records
- Implementation via the window editor (automatic mode)
- Implementation via the window editor (custom mode)
- Implementation through programming
Table control based on a data file
Not available with this kind of connection
A Table control based on a data file is a control whose columns are bound to the items of a data file or query (data source). Each Table control column can be: - Bound to an item of the data source.
- Bound to an item of a data file related to the data source.
- Calculated: If the column is not bound to a data file item, then it is a calculated column. For calculated columns, the content of the column is recalculated each time a row is displayed.
Each row in the Table control corresponds to a record of the data source. A table based on a data file control is used to: - View the content of a data file (or query) with one record per row and select a record (view the entire file or a selection of records selected according to a filter).
- View the content of bound records (for example, view the order lines associated with an order displayed in the Table control).
- Delete a record by deleting a row from the Table control.
- Modify a record by modifying the content of a row found in the Table control.
- Add a record by entering a row in the Table control.
- Automatically refresh the data modified from another computer.
The number of records that can be viewed is unlimited, but only the visible rows in the Table control are loaded in memory. Notes - Table controls based on a data file are mainly used to view data. To enter data, use the Edit controls.
- The row selected in the Table control corresponds to the current record in the data file. If the position is set to a different row in the Table control, the position in the data file also changes to the corresponding record.
Table controls with direct access to the data source and with in-memory data source
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|