Querysave

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.

Subject: *try using lotusscript and set continue = false to not save the document

Subject: Lotus script

There’s no way to achieve your functionality in Formula Language. It can only be done in LotusScript as suggested by the previous response.