Strange treeview behavior, A2007

  • Thread starter Dale_Fye via AccessMonster.com
  • Start date
D

Dale_Fye via AccessMonster.com

I'm encountering some strange treeview behavior in an A2007 application I am
updating.

My main form contains a treeview which is filled with activities. It also
contains a subform with the activity details. On the subform there are
several buttons that pops-up other forms.

When one of these forms is opened, and then closed, the treeview inexplicably
expands all of the nodes, but it only does it some of the time.

I put a breakpoint on the cmd_Close_Click event, and tracked it through to
the point where the treeview expands, and there is NO code that references
the treeview in any way.

I've used treeviews many times in the past (A2003 and earlier) but this is my
first attempt to use it with an accdb file.

Has anyone else seen this before?
 

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