Any sample formula to compose a form just after save & close a form for Web?
Posted by Harry Kuolarie on 15.Oct.07 at 05:41 AM using a Web browser Category : Domino Designer Release: 6.5.4 Platform: Windows XP
On Notes Client, on saving and closing a new form, I need to compose a second new form again, where some fields will be copied from the form just saved, that is how I implement:
'Save fields tmp1, tmp2 from the first form first.
@If(@Command([FileSave]);
@Do (@Command([CloseWindow]);
@Command([Compose];"FormA");
@UpdateFormulaContext;
@SetField("Fld1";tmp1);
@SetField("Fld2";tmp2)
);
@Return("")
)
But I have big problem when implement on web.
It seems when I close the window, it cannot compose a new form then......
Also @UpdateFormulaContext cannot be used on web......
??
Any sample formula to compose a for... (Harry Kuolarie 15.Oct.07)
. . RE: Any sample formula to compose a... (Cesar Mugnatto 15.Oct.07)
. . . . RE: Any sample formula to compose a... (Harry Kuolarie 16.Oct.07)
. . . . . . RE: Any sample formula to compose a... (Cesar Mugnatto 17.Oct.07)
. . . . . . . . RE: Any sample formula to compose a... (Harry Kuolarie 21.Oct.07)
. . . . . . . . RE: Any sample formula to compose a... (Harry Kuolarie 21.Oct.07)