DerStephan
Programmer
Hi
I'm creating an Action that set's a field to a value when the document is in readmode
The formula:
@Command([EditDocument]);
FIELD SubmitTo:=SubmitTo;
@SetField("SubmitTo";"test"
@Command([FileSave]);
FIELD saveoptions:="0";
@Command([EditDocument];"0"
On Notes Client it works fine but on web @SetField seems not to work and FileSave makes http error 500 (internal server error)
Notes Help gives no restrictions for @SetField when use for web and there are no restrictions for filesave as well
Regards
Stephan Hofmann
I'm creating an Action that set's a field to a value when the document is in readmode
The formula:
@Command([EditDocument]);
FIELD SubmitTo:=SubmitTo;
@SetField("SubmitTo";"test"
@Command([FileSave]);
FIELD saveoptions:="0";
@Command([EditDocument];"0"
On Notes Client it works fine but on web @SetField seems not to work and FileSave makes http error 500 (internal server error)
Notes Help gives no restrictions for @SetField when use for web and there are no restrictions for filesave as well
Regards
Stephan Hofmann