Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
rnepla83
Partner - Creator
Partner - Creator

Set analysis bookmarks - macro parse fail.

Hi to all.

General:

I need your help to solve a situation happen in the moment that i publish a qvw file on the server.

The qvw document:

The document contain some events called by macro in VBScript.

for example:

sub create_book

  ActiveDocument.CreateDocBookmark false, "Set1"

  ActiveDocument.CreateDocBookmark false, "Set2"

  ActiveDocument.CreateDocBookmark false, "Set3"

  ActiveDocument.CreateDocBookmark false, "Set4"

  ActiveDocument.CreateDocBookmark false, "Set5"

end sub

Other macros are to delete, and recall bookmarks.

  _________________________

All works fine in a desktop version but when i publish on a server the macro parse fail.

 

I got such error when i try to open the file published on a server connecting with the access point

Print.png

The attach, the setting i made in the desktop.

have a nice days and thanks.

0 Replies