Nilesh Padbidri
Posts: 11
Joined: 2006-12-08
|
Hi,
1.
I am using ADXBuiltInControl class and have captured the "Action" event. I am trapping the "Save As" (748) command.
In the Action event I perform intelligent processing & decide whether to allow actual "Save As" to execute or not. This is done by setting
"DisableStandardAction" to false. However when I set
"DisableStandardAction" to false within the built in controls Action handler, the "Save As" dialog box is still displayed, which means "DisableStandardAction" does not work as expected when set from within its handler.
Is there a solution to this ? I would want to disable the standard action within the Action handler itself.
2.
How do I get access to the Active document. Should I import the Office COM components into my project ?
Thanks,
- Nilesh Padbidri. |
|
Sergey Grischenko
Add-in Express team
Posts: 7235
Joined: 2004-07-05
|
Hi Nilesh.
1. It is not possible in the ADX.NET v2.8. I will try to fix it in the next build.
2. You can use the WordApp.ActiveDocument property to get the activate document in Word application.
P.S. Note that we take up your forum requests in the order we receive them.
Besides, it may take us some time to investigate your issue. Please be sure we will let you know as soon as the best possible solution is found. |
|