ACC95: Incorrect ChangeChart Example in Building ApplicationsLast reviewed: June 3, 1997Article ID: Q153466 |
The information in this article applies to:
SYMPTOMSAdvanced: Requires expert coding, interoperability, and multiuser skills. The ChangeChart_Click() sub procedure on page 271 of the "Building Applications with Microsoft Access for Windows 95" manual causes the error, (Run-time error 1000) "Application does not have ChartTitle property."
RESOLUTIONChange the following line in the ChangeChart_Click() procedure
obj.ChartTitle.Caption = strNewTitleto read as follows:
obj.Chart.ChartTitle.Caption = strNewTitle REFERENCESFor more information about using Microsoft Graph as an OLE automation server, please refer to VBA_GRP.HLP. If you need to obtain this file, please see the following article in the Microsoft Knowledge Base:
ARTICLE-ID: Q128364 TITLE : ACC2: Microsoft Graph VBA Help File Available on MSL |
Keywords : AutoGrph DcmMnl kberrmsg kbinterop
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |