The information in this article applies to:
SYMPTOMSWhen you press F1 in the Microsoft Visual Basic Editor window to view the help topic for an object, you do not see any text or user interface elements, such as toolbars or menu bars. The window is blank and gray. CAUSEThe Visual Basic Editor is attempting to reference a help topic other than the correct help topic. This behavior occurs with the Component Object Model (COM) co-class of objects beginning with FPHTML. It does not affect help topics concerning interfaces, methods, properties, or events. RESOLUTIONTo access the help topic for the object, follow these steps:
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. MORE INFORMATIONThe Microsoft FrontPage object model consists of three separate object models—the Application object model, the Web object model, and the Page object model that is based on the Microsoft Internet Explorer 4 Document object model. In FrontPage, the objects in the Page object model are prefaced with an "FP" and take on the form "FPHTMLobject_name" or "IHTMLobject_name," while the objects in Internet Explorer have the form "HTMLobject_name" and "IHTMLobject_name." For example, if you want to reference the IHTMLDocument2 object in FrontPage, you would use "FPHTMLDocument." Additional query words: front page dom document object model fphtml coclass wom web vbe context sensitive help menu
Keywords : kbdta |
Last Reviewed: July 26, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |