
Tree View Control Problem
Are you doing this on the same computer, or on different computers with
different versions of comctl32.ocx?
If versions are incompatible you will get exactly that error.
If you are distributing a runtime version of Access, and the comctl32.ocx
file already present on the computer is not properly registered, the
installation program (Access97 - ODE tools) will not install your version.
The remedy is:
Copy your version of comctl32.ocx (the one you used when developing the
program) to the computer (provided that the version already installed is
older - otherwise you should update your dev. version).
Then select "Run" from the start menu and enter the following command:
regsvr32 c:\windows\system\comctl32.ocx
or whereever the file resides.
Hope it helps!
Johnny
Quote:
>Hi,
>I'm using Tree View Control on some forms. Sometimes when I try to open one
>of them I receive an error "There is no object in this control". Then I
need
>to re-insert this control on that form and rename it. What can be wrong?
>What am I supposed to do to get rid of this trouble?
>Thanks in advance
>Murat