|
|
|
|
|
NewRecord (Property)
 No disponible con estos tipos de conexión
The NewRecord property is used to determine if the record is a new record or if it comes from the data file.
IF Customer.NewRecord = True THEN
Info("This record was created")
END
Sintaxis
Finding out whether the record is a new record Ocultar los detalles
<Result> = <Data file>.NewRecord
<Result>: Boolean - True if registration is new (function HReset has been used),
- False otherwise.
<Data file>: Character string Name of the data file used. Observaciones By default, the NewRecord property is set to True. This property is also True if the HReset function has been used. It is reset to False when one of the following functions is called: Note: assigning a variable of type Record to a file also modifies the value of property NewRecord PROPERTY.
Esta página también está disponible para…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|