G
Guest
Hi
I declared a global ArrayList called TotalClients in a module of my VB.NET application
Later in one of the forms when I finish entering individual client information, I initialise a Array called IndividualClient which contains 7 elements or items. Then I insert the IndividualClient array in the TotalClients ArrayList.
The question is, how can I retrive the IndividualCLient elements or items from the TotalCLients array list ?
Any comments are appreciated
Sincerely
Paol
I declared a global ArrayList called TotalClients in a module of my VB.NET application
Later in one of the forms when I finish entering individual client information, I initialise a Array called IndividualClient which contains 7 elements or items. Then I insert the IndividualClient array in the TotalClients ArrayList.
The question is, how can I retrive the IndividualCLient elements or items from the TotalCLients array list ?
Any comments are appreciated
Sincerely
Paol