JohnnyBGoode
Programmer
If I have this:
str = oSOAP.PageToDisplay()
it will return to value to me...no problem.
But if I need a Dataset returned, this:
str = oSOAP.FilesToDisplay()
it gives me the following error:
"Wrong number of arguments or invalid property assignment: 'str'"
If I put:
str = oSOAP.FilesToDisplay("PageName"
it gives me an "invalid number of argumanet passed" error. This is right because the method doesn't accept any parameters.
How can I get the Dataset out of the WebService???
str = oSOAP.PageToDisplay()
it will return to value to me...no problem.
But if I need a Dataset returned, this:
str = oSOAP.FilesToDisplay()
it gives me the following error:
"Wrong number of arguments or invalid property assignment: 'str'"
If I put:
str = oSOAP.FilesToDisplay("PageName"
it gives me an "invalid number of argumanet passed" error. This is right because the method doesn't accept any parameters.
How can I get the Dataset out of the WebService???