Hi ,
I would like to control the open mode of the document , if it’s opened in edit mode by any user document open in read mode , else in edit mode
Is it p[ossible to do that for web ?
note : server rel 5
client rel 6
thanks
Hi ,
I would like to control the open mode of the document , if it’s opened in edit mode by any user document open in read mode , else in edit mode
Is it p[ossible to do that for web ?
note : server rel 5
client rel 6
thanks
Subject: Control opening document in read or edit mode via web
On the top of my head:Set the form to open automatically in edit mode;
Create a twin form (“Form2”) - same as the original one, but not opening in edit mode;
On WebQueryOpen of the original form, change the form to “Form2” and save the document;
On WebQuerySave change the form back.
Just a suggestion, I haven’t tested this.
There may be side effects (you may need to change view selection formulae, etc.)
HTH,
Simeon
Subject: Control opening document in read or edit mode via web
Maybe http://www.xetrion.com can help you.