Beaner5434
Programmer
I'm creating a treeview control with VB6. If I use version 5 of the treeview control, the following codeline works just fine...
Set nodX = frmPatTree.trePatRecs.Nodes.Add(, , "Alpha", "Patient Names (" & PatCount & " patients)"
However, if I use that same line with version 6 of the treeview control, I get an Error #13 -- Type mismatch.
Any idea why?
Set nodX = frmPatTree.trePatRecs.Nodes.Add(, , "Alpha", "Patient Names (" & PatCount & " patients)"
However, if I use that same line with version 6 of the treeview control, I get an Error #13 -- Type mismatch.
Any idea why?