How to check the IP form is a readonly file or not, using JavaScript? - InfoPath Dev Sign in | Join | Help in Code InfoPath (Entire Site) InfoPath Dev InfoPath Dev is dedicated to bringing you the information and tools you need to be successful in your Microsoft Office InfoPath development projects. Home Blogs Forums Photos Downloads InfoPath Dev » InfoPath » Code » How to check the IP form is a readonly file or not, using JavaScript? Use our Google Custom Search for best site search results. How to check the IP form is a readonly file or not, using JavaScript? Last post 09-12-2007 06:28 PM by Jeff.Wang. 1 replies. Page 1 of 1 (2 items) Sort Posts: Oldest to newest Newest to oldest Previous Next 09-10-2007 11:54 PM Jeff.Wang Joined on 06-18-2007 Sydney, Australia Posts 13 How to check the IP form is a readonly file or not, using JavaScript? Reply Contact Or how can I use JavaScript to tell the form opened from SP library is checked out or not? thanks. Jeff WangSydney Australia. 09-12-2007 06:28 PM In reply to Jeff.Wang Joined on 06-18-2007 Sydney, Australia Posts 13 Re: How to check the IP form is a readonly file or not, using JavaScript? Mark as Not AnswerMark as Answer... Reply Contact I found I can use "if (XDocument.IsReadOnly)". Jeff WangSydney Australia. Page 1 of 1 (2 items) Copyright © 2003-2019 Qdabra Software. All rights reserved.View our Terms of Use.
Use our Google Custom Search for best site search results.
Or how can I use JavaScript to tell the form opened from SP library is checked out or not? thanks.
I found I can use "if (XDocument.IsReadOnly)".