Can we set a document in Edit mode by using Javascript in lotus client…?
Subject: Can we set a document in Edit mode by using Javascript…?
No – the closest you can come is to click a button that does @Command([EditDocument]).
Subject: RE: Can we set a document in Edit mode by using Javascript…?
Thanks Stan for your replyThe querymodechange event is enabled to execute java script. What is the equivalent statement in javascript for " Continue =False" in lotus script.
Subject: RE: Can we set a document in Edit mode by using Javascript…?
There isn’t one. If LotusScript does what you want, why not just use LotusScript?