FP2000: Blank Window Appears When Accessing Help for DOM ObjectID: Q229571
|
When 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.
The 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.
To access the help topic for the object, follow these steps:
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.
The 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
Version : WINDOWS:
Platform : WINDOWS
Issue type : kbbug
Last Reviewed: July 26, 1999