|
|
|
|
|
- Initializing the NewLine property
NewLine (Property) In french: Nouveau
The NewLine property is used to determine: - in a Table control, whether the current row was created with TableAdd, TableAddLine, TableInsert or TableInsertLine.
- in a Looper control, whether the current row was created with LooperAdd, LooperAddLine, LooperInsert or LooperInsertLine.
in an Organizer control, whether an appointment was created via the context menu. This property can be used in the "Entry in edit in an appointment" and "Exit from input for the appointment" events.   in a Scheduler control, whether an appointment was created via the context menu. This property can be used in the "Entry in edit in an appointment" and "Exit from input for the appointment" events.
Note: The New property can be used both on a field linked to a data file and on a field manipulated by programming.
ResNouveau = TABLE_TableClient.Nouveau
Syntax
<Result> = <Control used>.NewLine
Remarks Initializing the NewLine property The NewLine property is initialized to True by: This property is initialized to False after the execution of the "Row exit" event, except if this process contains:
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|