G Guest Jul 6, 2005 #1 What is the standard way to take value(s) from Form2 and use them as criteria to fill a listview with items in Form1?
What is the standard way to take value(s) from Form2 and use them as criteria to fill a listview with items in Form1?
A AlexS Jul 8, 2005 #2 You can pass reference to Form1 to Form2 and use it. Just code AddItem method in Form1 class. HTH Alex
You can pass reference to Form1 to Form2 and use it. Just code AddItem method in Form1 class. HTH Alex