using methods of other forms
Is it possible for one form to use a method that is declared in another form? One of the forms I have in an MDI has an oleDBAdapter on it and rather than create an adapter on the new form I'd like to just call a method in the previous form, pass it an array, and update the database from there. Is that possible? And if it is, how do you do it?
niklaskenezPosted Oct 12, 2003, 10:42 AM
gurjar_mumbaiPosted Oct 11, 2003, 11:28 PM