Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I posted this question already in the Deployment-Server-Area but it came to my mind that the ones who know might read in this section. I am sorry for the doublepost. (Maybe it might be an improvement to allow a post to be existing in several sections.
I have a document which contains a macro using the function ActiveDocument.GetDocBookmarkNames to retreive the list of bookmarks and writes it to a variable which defines the dropdownlist for an inputbox. This works perfectly on desktop, and also on the Access Point using the IE-Plugin.
But: It doesn't work when the customer opens it in his Accesspoint. Our server where I developed and tested it has an Enterprise license, but the customer has only the Small Business Edition.
Doesn't ActiveDocument.GetDocBookmarkNames work in the Accesspoint on SBE? Is this considered as Server Object or something similar?
Thanks a lot in advance,
Martin
Ok...I forgot the difference to GetUserBookmarkNames. So in SBE GetDocBookmarkNames seems to really only read the document bookmarks.