Here we go...
I'm taking my first steps with VB.NET, but so far I've just come up with a lot of questions.
Can anyone explain the eventSender (System.Object) and eventArgs (System.EventArgs) that are passed for many functions? What values should I pass to a function that requires these, and what will they effect? I tried reading the helpfiles but since I don't speak geek I didn't get any wiser...
I have a recordset that I need to set as the rowsource for a datacombo. The recordset is created without errors, but when I come to the code:
MyCombo.Rowsource = MyRecordset
I get the error 'No such interface'
What's going on?
Thanks for any input,
Mats
(P.S. I will be offline for a week, so there's no hurry with the answers...)
I'm taking my first steps with VB.NET, but so far I've just come up with a lot of questions.
Can anyone explain the eventSender (System.Object) and eventArgs (System.EventArgs) that are passed for many functions? What values should I pass to a function that requires these, and what will they effect? I tried reading the helpfiles but since I don't speak geek I didn't get any wiser...
I have a recordset that I need to set as the rowsource for a datacombo. The recordset is created without errors, but when I come to the code:
MyCombo.Rowsource = MyRecordset
I get the error 'No such interface'
What's going on?
Thanks for any input,
Mats
(P.S. I will be offline for a week, so there's no hurry with the answers...)