Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

@SetField on Web?

Status
Not open for further replies.

DerStephan

Programmer
Aug 19, 2003
54
DE
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top