|
|
|
|
|
HReset (Function) In french: HRAZ
Not available with this kind of connection
Initializes: - one or all variables of file items with their default values.
The default values are defined when the table is described in the data model editor. Remarks: - HReset does not modify the record in the table, it only modifies the data in memory.
- The function HReset modifies the NewRecord property of the table concerned: this property changes to Vrai.
HReset(Customer)
DataToPage()
Syntax
Initializing the file items with their default values Hide the details
<Result> = HReset([<Table> [, <Item>]])
<Result>: Boolean - True if the initialization was performed,
- False if a problem occurs. HErrorInfo returns more details.
<Table>: Optional character string Name of the table used. If this name is not specified, HReset will use the last table used by the last HFSQL function (function starting with "H"). <Item>: Optional character string Name of item to initialize. If this parameter is not specified or if it is equal to "*", the initialization will be performed for all table items.
Remarks Opening tables HReset opens the table used. Therefore, the table must have been created.
Business / UI classification: Business Logic
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|