I am trying to update a standard text field via a web button. The text field is in a scetion which is actually hidded fromt the web but it accessible via the Notes client.
The formula i am trying to use is:
where LongTopic is a field updated by the web form (successfully). InputHistory however won't update.
I did find in Notes Help (version 6) that @SETFIELD cannot be used if Hide-When is selected. Does "Hide from Web browsers" equate to "Hides-when" ? Is there a way round this ?
thanks
pdmatty
The formula i am trying to use is:
Code:
@SetField("InputHistory"; LongTopic);
@Command([FileSave]);
result := @Text(IncrementedD);
@Command([FileCloseWindow])
I did find in Notes Help (version 6) that @SETFIELD cannot be used if Hide-When is selected. Does "Hide from Web browsers" equate to "Hides-when" ? Is there a way round this ?
thanks
pdmatty