Tree View Control Problem 
Author Message
 Tree View Control Problem

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



Sun, 06 Oct 2002 03:00:00 GMT  
 Tree View Control Problem
TreeView control is modified after you insert it on the form. I create
custom ActiveX controls in VB5 and use them on my forms in Access 97.
Whenever I modify the code and recompile OCX, I got that error message, then
I remove the control and reinsert it.

Probably you've installed new software. Good luck..

Alper Sen
www.geocities.com/alpersen

---------------------------------------------------------

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



Sun, 06 Oct 2002 03:00:00 GMT  
 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



Mon, 14 Oct 2002 03:00:00 GMT  
 
 [ 3 post ] 

 Relevant Pages 

1. Tree View Control problem!!!

2. Tree View Control as file view

3. Tree control / List view in ONE control?

4. tree view and list view..

5. Tree View / List View

6. List View to Tree View

7. Tree View & List View Icons

8. Another Tree View problem arghh

9. Problem customizing VB .Net tree view context menu

10. how to storing tree view in database and avoid concurrency problem

11. Tree view problems

12. Problem with Tree View OCX in VB 5.0

 

 
Powered by phpBB® Forum Software