Hi
I am trying to pass values via my code. All the values I have are string.
My code looks like this
anceClass moAss = new anceClass();
Boolean isValid;
isValid = moAss.Save("121", "6236384", "R0009052", "03/07/2009", "0", "48.00", "2.4", "5", "0", "0", "False", "False", "False", "False", "False", "False", "True", "False", "0", "False");
However, when u go to pass my values I get the following error message:
Invalid procedure call or argument.
Check the ErrorCode property of the exception to determine the HRESULT returned by the COM object
The error at the moment is pointing at 0 after the date (the fifth value)
I am using c#. please any help on this as I am new to programming and cant see where I am going wrong.
I have tried to pass through different values but its always throwing this error.
Thanks