Function
EN
Version 1.90
@SaveMain
Import
Note
System
Syntax
@SaveMain
Description
Only within IDF:
Negates the general setting for saving the MAIN documentes.
See IDF document SECTION SYSTEM.
Example: @SaveMain
SECTION SYSTEM:
SET SaveMain :=0;
SECTION PROCESSING;
IF(x[MAIN]="SAVE")
{
@SaveMain;
}
SECTION END;
Generally, the MAIN document is not saved, but if the field x of the imported record contains "SAVE", this MAIN document is saved.
Note : This text was machine-translated and may contain inaccuracies.
