Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
Is there any way for run a macro when a user access to a document through the web server.
Thanks
OnOpen Action in document Properties - > Triggers Tab
You can create an Action Run Macro (External type)
Hi,
From Client not problem, but from server this not working
Regards
hmm strange. trigger in document properties must work always when document is opened (it must work with different clients Dev Client, IE Plugin or AJAX) What kind of client do you use?
I could imagine it's not the trigger that's not working, it's the Macro that cannot - or due to security reasons whatsoever - must not be executed. To check whether the trigger itself works I would chose another action (e. g. apply bookmark) and try.
rgds,
Joachim