N
NoVAFolk
I have implemented a treeview control in Access 2K under XP that is intended
to display, at parent nodes, meeting types and, at the child nodes, specific
meeting dates and times. The treeview is updated as new meetings are added
and updated (meetings are not deleted). On some machines the treeview works
properly, but on many only the outline of the nodes appear. That is, the plus
symbol and child nodes do not contain any text.
Initially I thought that the problem was improperly registered mscomctl.ocx
and inserted code to (DllRegisterServer) register it programmatically.
However, this has not had any effect. Are there other ActiveX controls that I
should insure are registered?
I would appreciate any suggestions.
to display, at parent nodes, meeting types and, at the child nodes, specific
meeting dates and times. The treeview is updated as new meetings are added
and updated (meetings are not deleted). On some machines the treeview works
properly, but on many only the outline of the nodes appear. That is, the plus
symbol and child nodes do not contain any text.
Initially I thought that the problem was improperly registered mscomctl.ocx
and inserted code to (DllRegisterServer) register it programmatically.
However, this has not had any effect. Are there other ActiveX controls that I
should insure are registered?
I would appreciate any suggestions.