Order of events with Treeview control

K

Ken Warthen

I have treeview and listview controls on an Access 2007 form that display
project folders and files stored on a company server. When a folder is
clicked or double clicked in the treeview control, any files within that
folder are displayed in the listview control. Because the folder and file
information is being read from a server there can be something of performance
delay before the information is displayed. The delay is not too bad, but I'd
like to provide the user some information that the files and folders are
being processed, so I have a label on the form where I want to set the
caption to something like "Project data being processed..." whenever a folder
is clicked or double clicked on the treeview and then change the label
caption to "" once the files have been displayed in the listview.

My problem stems from my lack of knowledge among other things, of the order
of treeview events like DblClick, Expand, NodeClick, etc. I've looked on
MSDN but most of the information provided there is for VB.NET, C#, and web
developers. I've tried a number of combinations but can't seem to get it
working right. Feedback from anyone with expertise using these controls in
Access will be greatly appreciated. TIA.

Ken
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top