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:
The attach, the setting i made in the desktop.
have a nice days and thanks.