P
Peter Karlström
Hi
In a VB6-developed COM-Addin for Office 2007, we have experience problems
working with files from a web-interface.
We have solved the issue in Word 2007, but we have difficulties to implement
the same strategi for Powerpoint presentations and Excel Spreadsheets.
The error we handle in Word is 5487 (Permission denied).
When we issue the appObj.Activepresentation.Save command, and the file is
locked, we get a message telling us to Abort or Retry.
We don't want that message to show, and appObj.DisplayAlerts = ppAlertsNone
doen't work.
The error returned if we choose Abort is -2147467259, but the message we
presents with that error should be the only one.
Is there another way to supress this message?
Whe we try the same in Excel, a Save As dialogue is displayed.
We don't want that dialogue either.
Thanks in advance for any help
In a VB6-developed COM-Addin for Office 2007, we have experience problems
working with files from a web-interface.
We have solved the issue in Word 2007, but we have difficulties to implement
the same strategi for Powerpoint presentations and Excel Spreadsheets.
The error we handle in Word is 5487 (Permission denied).
When we issue the appObj.Activepresentation.Save command, and the file is
locked, we get a message telling us to Abort or Retry.
We don't want that message to show, and appObj.DisplayAlerts = ppAlertsNone
doen't work.
The error returned if we choose Abort is -2147467259, but the message we
presents with that error should be the only one.
Is there another way to supress this message?
Whe we try the same in Excel, a Save As dialogue is displayed.
We don't want that dialogue either.
Thanks in advance for any help