Hi Ivan,
Moving this post more on the TreeView control I have another question but first let me give a bit description of what I am after...
I had created a form based on the SF Standard class with a listview (one 2 many) and the childform have another listview which of course calls another child form. This design is not user friendly at all, but considering this was my first SF/.Net application a while a go, it passed
Now I want to make this form more user friendly and a TreeView looks like the way to go. So I am planning on playing with the form.PrimaryBusiness object to have generics calls based on the selected node, in this case I will only have 2 node levels, I am using the Node.Tag to save the record PK like the listview does, so assigning the current BO to the form.PrimaryBusinessObject allows me build generic methods and validations using the PrimaryBusinessObject.
Ok, I know, you may be thinking... Edhy where is the question?
well here it is: this is my first time in .Net working with TreeView, am I in the right direction with this control and SF?
Any suggestion, idea, greatly appreciated!
Edhy Rijo