- Initializing the ..NewLine property
NewLine (Property) In french: Nouveau
..NewLine is used to find out: - in a Table control, whether the current row was created by TableAdd, TableAddLine, TableInsert or TableInsertLine.
- in a Looper control, whether the current row was created by LooperAdd, LooperAddLine, LooperInsert or LooperInsertLine.
Versions 15 and later in an Organizer control, whether an appointment was created via the popup menu. This property can be used in the "Entry in edit in an appointment" and "Exit from input for the appointment" processes. New in version 15 in an Organizer control, whether an appointment was created via the popup menu. This property can be used in the "Entry in edit in an appointment" and "Exit from input for the appointment" processes. in an Organizer control, whether an appointment was created via the popup menu. This property can be used in the "Entry in edit in an appointment" and "Exit from input for the appointment" processes. Versions 16 and later  in a Scheduler control, whether an appointment was created via the popup menu. This property can be used in the "Entry in edit in an appointment" and "Exit from input for the appointment" processes. New in version 16  in a Scheduler control, whether an appointment was created via the popup menu. This property can be used in the "Entry in edit in an appointment" and "Exit from input for the appointment" processes.   in a Scheduler control, whether an appointment was created via the popup menu. This property can be used in the "Entry in edit in an appointment" and "Exit from input for the appointment" processes.
Note: ..NewLine can be used on a browsing control and on a memory control. Versions 18 and later New in version 18 Versions 21 and later New in version 21
// Checks whether the current row in "TABLE_CustomerTable" was just created ResNew = TABLE_CustomerTable..NewLine
Syntax
<Result> = <Control Name>..NewLine
<Result>: Boolean - True if:
- in the Table control, the current row was just created by TableAdd, TableAddLine, TableInsert or TableInsertLine.
- in the Looper control, the current row was just created by LooperAdd, LooperAddLine, LooperInsert or LooperInsertLine.
Versions 15 and later in an Organizer control, an appointment was just created via the popup menu. New in version 15 in an Organizer control, an appointment was just created via the popup menu. in an Organizer control, an appointment was just created via the popup menu. Versions 16 and later  in a Scheduler control, an appointment was just created via the popup menu. New in version 16  in a Scheduler control, an appointment was just created via the popup menu.   in a Scheduler control, an appointment was just created via the popup menu.
- False otherwise (if the current element in the control comes from the linked file for example).
<Control Name>: Character string (without quotes) Name of control to use: - Table control,
- Looper control,
Versions 15 and later Organizer control. New in version 15 Organizer control. Organizer control. Versions 16 and later  Scheduler control. New in version 16  Scheduler control.   Scheduler control.
This page is also available for…
|
|
|