frmpanemanager.setpane

I get this error message from an OLE when I try to open a form with run command in interactive mode. The debugger says that the source code is unavailable.


The call stack is as follows:
frmpanemanager.setpane
frmpanemanager.init


ClassLib: forxpaneengine.fxp
The file path leads to a directory in C:\\documents and settings\\.....
That's it.
I have never seen this object before.
What can I do about it

Thanks.




Answer this question

frmpanemanager.setpane

  • Ben Ark

    Regretably it did not help at all. I think that problem is deeper. Thanks.

  • Arnab Saha

    Just to be clear, this isn't a problem that happens when you're using the Task Pane Manager, right

    Are you using some of the classes from the Task Pane Manager in your project They have certain expectations for how things will work.

    Now I get what you're saying you're doing. I didn't know what you meant by "interactive mode."

    Tamar

  • Nobody you know

    Did you just copy the VFP folder and its contents to the new computer But you have actually installed VFP on the fist computer

    If so, Tamar is right!!

    On the task pane manager,

    Click options, taskpane manager the uncheck the box “open on , task pane manager when foxpro starts.”

    Dave M.



  • Dipsy

    I have a complete installation of VFP on both computers but as far as the project goes I have it in a separate folder unrelated to the VFP HOME(). It is in C:\VFP_Projects\. I either copy the whole folder from system to system (this happens seldom) or more common--just a few subfolders that have changed, like FORMS,PROGS, etc.

    I also just recently reinstalled VFP on the computer in question.

    Thanks for advice, I will try.



  • Arnel Foronda

    It is actually very simple. I keep development on two system and I've tried to make them as identical as possible in terms of the OS and the like. The hardware is identical. I take the whole project (directory with subdirectories) from one system to another. And despite my attempts to simulate the environment on both they behave totally different.

    This problem never arises on one system but invariably pops up on the other. By interactive mode I mean NOT

    _VFP.StartMode = 4

    but

    _VFP.StartMode = 0

    when you first invoke the screen and then modify or run your form or prg file whatever.

    When I click on RUN this message appears and I have to deal with it. I have never used any pane related classes or anything. I actually remained to be ignorant of their existence until I got this message. The message also says that it is OLE related. The exact message is:

    OLE exception error "name". OLE object may be corrupt. (Error 1440)

    Thanks.



  • -Sam-

    By default, in a new installation of VFP 8 or 9, the Task Pane Manager opens up when you start VFP. You can turn that behavior off by clicking the Options button in the Task Pane Manager and then unchecking the appropriate checkbox. Have you done this on both machines

    Tamar

  • Mukhpreet

    <<open a form with run command in interactive mode.>>

    What do you mean by this

    frmPaneManager is one of the classes involved with the Task Pane Manager tool. Are you using that tool

    Tamar

  • Brandon R.

    Not explicitly. It pops up as a part of my form which has a framepage and pages. I think it is a part of it. But I could not find it among classes in the project so far.

    I do not understand your question. My statement was self explainatory, I think. I still continue some development and when I clinck on the "RUN" button in VFP project explorer (NEW, ADD, MODIFY, RUN, REMOVE, BUILD) this happens.

    Thanks.



  • frmpanemanager.setpane