Access Treeview on ms Access Form loses 'Bold' settings for Nodes

Joined
Jun 24, 2008
Messages
1
Reaction score
0
Hi you all

My problem occurs on ms Access 2003 with the treeview component from mscomctl.ocx (SP6) 6.1.97.86

A Treeview is added to a form or tabcontrol and some nodes are added with the property Bold=True, the Nodes seem OK and behave OK.

After the Treeview was hidden by setting .visible=False or after switching to an other TabPage when it is on a TabControl, the Bold Setting has disappeared when the Treeview is shown again and all text is displayed with regular font settings.

The settings for the Bold property has changed from True to False. So it is not a problem of drawing or display settings. Somehow the Treeview Nodes lose their settings for the property 'Bold'.

This does not happen in VB6 using the same control.

Has anyone experienced the same problem?

Thanks for your time
 
Back
Top