|
- Displaying a memory table
- Display in a browsing table
Table,Display (External language) In french: Table,Affiche Refreshes the display of the table. The calculated controls are recalculated. The table is repositioned according to the data file.
// In C CALLWD("Table,Display,ProductTab,10");
// In Pascal CALLWD('Table,Display,ProductTab,10');
// In VB call CALLWD("Table,Display,ProductTab,10")
Syntax
Table,Display(<Table name> , <Subscript>)
<Table name>: Character string Name of the table to use. <Subscript>: Character string Subscript of the element to redisplay or character indicating the action to perform. Remarks Displaying a memory table - If <Subscript> is specified, Table, Display redisplays the row whose subscript is specified.
- If <Subscript>=P or if <Subscript>=T or if <Subscript>=*, Table, Display redisplays the elements currently viewed.
- Table, Display is used to recalculate the calculated controls.
Display in a browsing table - If <Subscript> is specified, Table, Display redisplays the row whose subscript is specified.
- If <Subscript>=P, Table,Display redisplays the elements currently viewed in the table. This is used to refresh the display (after a write operation performed in the file by Table,Save for instance)
- If <Subscript>=T, Table,Display redisplay the table from the current element in the file. This allows you to display the table from a given position.
For example, to display the records corresponding to a search. - The search is performed (HReadSeek).
- The result is displayed by Table,Display.
|
|
|
| |
| Click [Add] to post a comment |
|
| |
|
| |
| |
| |
| |
| |
| |
| | |
| |