savemode

When data is saved

For assistants, if saving is done for each lost focus or when pressing the Finish button.

Syntax:

savemode =( OnLostFocus | OnFinish ) ;


         assistant SomeName {
            label = "Some name";
            savemode = OnLostFocus;
            ...
         }

This page is generated from IFS Developer Studio at 2021-08-13 08:42.