PRB: TabPicture Property of SSTab Control Gives an OLE ErrorLast reviewed: November 11, 1996Article ID: Q158757 |
The information in this article applies to:
SYMPTOMSWhen you use the TabPicture property of the SSTab control, the following error message appears:
OLE error code 0x8002000e: Invalid number of parametersThe TabPicture property set the bitmap or icon so that it appears on the specified tab of an SSTab control.
WORKAROUNDUse the Tab property to set the current tab. Use the Picture property to set the graphic you want to display.
ThisForm.Olecontrol1.Object.Tab = 1 ThisForm.Olecontrol1.Object.Picture = LoadPicture(Home()+"fox.bmp") STATUSMicrosoft is researching this behavior and will post new information here in the Microsoft Knowledge Base as it becomes available.
MORE INFORMATION
Steps to Reproduce Behavior
REFERENCESVisual FoxPro 5.0 Help file, version 4.005.000; Search on: "SSTab Control," Topic: "ActiveX Controls Overview."
|
KBCategory: kbinterop kbole kbprb kberrmsg
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |