We have some Word 2007 functionality that relies on the value of the SaveAsUI parameter in Word's DocumentBeforeSave event to work correctly. However, ever since we did an upgrade to FileSite 9, this parameter no longer works correctly. Previously, it returned False when an auto save was running and True in any case where the user initiated a save. Now, it always returns False for a FileSite document; it still works correctly for locally saved documents.
This is causing us serious problems; does anyone know how to fix or work around this problem?