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
Post a Comment