// Fill STORE_FORM: might need Form.fillStoreVar={{!SELECT ...}}) to provide STORE_VAR - therefore the FORM-definition should already been processed. #8058
switch($formMode){
caseFORM_UPDATE:
caseFORM_SAVE:
caseFORM_REST:
$fillStoreForm=newFillStoreForm();
$fillStoreForm->process($formMode);
break;
}
if($formName!==false){
// Validate (only if there is a 'real' form, not a FORM_DELETE with only a table name).