Hi,
This is a type
Code:
Me.DataSet1.Prospect_CallDetails
and should be used like this to instansiate an instance of it.
Code:
Me.DataSet1.Prospect_CallDetails ds = new Me.DataSet1.Prospect_CallDetails();
Then you use the ds when passing as a paramter.
However, that would pass an empty datatable to that method, which I doubt is your intent, but I may be wrong, I dont know your business needs.
At any rate I would have expected the compiler to complain about the paramter not the method.
So can you confirm that the .FindNextCall method exists and tell me what its parameter type is?
======================================
They say, best men are molded out of faults,
And, for the most, become much more the better
For being a little bad.
======================================