Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
can I create a copy (save as clone) of active document through a macro (Ajax mode) or Action or other on a Server and publish it on access point?
The action must be activated by the user on browser with a button....
i try this :
sub SaveAs
Set obj= .ActiveDocument
obj.SaveCopyAs("C:\Users\XXX\Desktop\FileCopy.qvw")
end sub
but it's not working.
Have you an idea??
thanks all.
MC
Hi,
it's possible with Loop and Reduce on a field on publisher and a macro calls a Task EDX.
MC
Hi,
I know that you can do that with IE PlugIn.
You can right click on the object and clone it.
BR
Ariel
Hi,
i want to clone the .qvw document not an object.
And i want to publish it on server.
MC
Hi,
it's possible with Loop and Reduce on a field on publisher and a macro calls a Task EDX.
MC