HiUsing formulalanguage; how can I get the same resault as “continue = False”. After a validation I want to return to the UIdoc. I tried:
FIELD SaveButtValue := “”;
@If( SaveButt = “0” ; @Set(“SaveButtValue”; @Prompt([Ok];“OBS!”;“Du må bruke en av lagringsknappene”;“”;“”;“”)) ; “”);
@If( SaveButtValue = @True ; @Return(“”) ; “” );
The Querysave just continues to the next event, and finaly saves and closes the doc.