lotus notes - Is there a way to automatically answer a dialog box using formula coding? -


is there way automatically answer dialog box using formula coding? in ibm notes domino - have formula code behind button automatically answer dialog box. possible?

avoid "would save?" dialog box.

save document after changed fields in button.

@command([editdocument]; 1);  field counter := counter + 1;      @postedcommand([filesave]); @postedcommand([editdocument]; 0);  

Comments

Popular posts from this blog

Android : Making Listview full screen -

jsf - How to order SelectItems in custom renderer extending MyFaces HtmlMenuRenderer -

sql server - SQL, get max id of column -