|
|
|
|
|
PersistedCalculatedItem (Property) In french: PersistanceRubriqueCalculée
The PersistedCalculatedItem property is used to: - Find out whether the value of a calculated item is stored in the data file. This item was defined in the data model editor or programmatically.
- Define whether the value of a calculated item is stored in the data file (when describing the item through programming).
Note: The calculated fields correspond to the "Formula" fields in the data model editor. UnFichier is File Description
UneRubrique is Item Description
UneRubrique.Name = "DateCmd"
UneRubrique.CalculatedItemExpression = "'Ecrit par ' + CURRENT_USER + ' le ' + SYSDATE"
UneRubrique.PersistedCalculatedItem = True
HDescribeItem(UnFichier, UneRubrique)
Syntax
Find out whether the value of a calculated item is stored in the data file Hide the details
<Result> = <Data file>.<Item>.PersistedCalculatedItem
<Result>: Boolean - True if the value of the calculated item is stored in the data file.
- False if the value of the item is recalculated at each reading.
<Data file>: Name of data file Name of the data file used. <Item>: Item name Name of item used.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|