CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: System Error

  1. #1
    Join Date
    Aug 1999
    Location
    Québec (Canada)
    Posts
    210

    System Error

    When I Try to put the object"Microsoft Excel Chart" in my form I recived this error.

    "System Errro (&H80070001)(-2343423425)Incorrect function

    Do you know where is the problem?

    Thanks
    Redg


  2. #2
    Join Date
    Jan 2000
    Location
    MO, USA
    Posts
    1,506

    Re: System Error

    If you're not doing anything more than just placing this control on your form and getting this error, then the problem is in the control itself. When you place a control on a form, that control's code is running - even though your project isn't.

    That's my guess at the where the problem is, but unfortunately, I don't have a clue on how to fix it.

    John

    John Pirkey
    MCSD
    www.ShallowWaterSystems.com
    John Pirkey
    MCSD (VB6)
    http://www.stlvbug.org

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured