FP2000: Application Object Model Does Not Support the Visible Property

ID: Q219842


The information in this article applies to:
  • Microsoft FrontPage 2000


SYMPTOMS

If you attempt to use the Application.Visible property in a Visual Basic for Applications (VBA) macro to access a FrontPage Web from another application, an "object not supported" error message may appear.


CAUSE

FrontPage uses Single Document Interface (SDI). The Application.Visible property is used for applications that support Multiple Document Interface.


RESOLUTION

When you are using another application to access a FrontPage Web, you have to use the WebWindow.Visible property.

Additional query words: front page vba vbe code

Keywords : kbdta
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbprb


Last Reviewed: December 28, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.