treeview control

From: Bart (anonymous_at_discussions.microsoft.com)
Date: 11/22/04


Date: Mon, 22 Nov 2004 09:05:04 -0800

The product which we are producing requires us to give
the customer a working model of our database. In this
database (on some forms) we are implementing the treeview
control extensively (four one one page) to give the
customer visibility into our data at different levels.
Whenever we ran it on their computer, an Access violation
occurred each time we came back to those treeview
controls. I have narrowed it down to the "painting" event
as I had several
form.painting=false
form.painting=true
statements in the code. When I took those out, it seemed
to work OK, but it was still a tad bit slow to navigate
though. Does anyone know what the conflict is with the
treeview control? Any suggestions on how to speed things
up?

Bart



Relevant Pages

  • Re: Best way to create ActiveX for Access 2000 in (vb).net
    ... the customer uses Access 2000 and Windows 2000. ... I've used Regasm and I've checked "register for ... database can't do anything with it (complaining it's not registered, ... form shows an empty control. ...
    (microsoft.public.dotnet.framework.interop)
  • Re: Best way to create ActiveX for Access 2000 in (vb).net
    ... the customer uses Access 2000 and Windows 2000. ... I've used Regasm and I've checked "register for ... database can't do anything with it (complaining it's not registered, ... form shows an empty control. ...
    (microsoft.public.dotnet.framework.interop)
  • Re: Sequential Record numbering
    ... numbering system for my database. ... sequential record numbering system. ... I have a table named "Customer Info" with a field named "Customer ... I used a sample control name because the terminology you used in your second ...
    (microsoft.public.access.forms)
  • Does anybody have a real-world sample of building a treeview control
    ... Does anybody have a real-world sample of buiding a treeview control using ... data from database tables? ... more difficult because of the node structure. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: MsAccess Form as an Object-with-Methods (class?) that can have descendants?
    ... data out of the database. ... you're right that the TreeView (part of Microsoft Windows Common ... to the timeout for refreshing with data from the back-end tables.". ... > the TreeView control in an Access application. ...
    (microsoft.public.access.formscoding)

Loading