Working with VI Enterprise edition.
I am calling a function from an ASP page, the function is located within a dll.
Function has 36 parameters, but only 17 are required. I am passing in the required 17 parameters, but cannot get pass the Type mismatch' was not handled error.
I have confirmed that the datatype being sent is the same type of data as declared by the function.
Anything I might be missing, looking for any suggestions that may be causing the error.
Thanks in Advance.
I am calling a function from an ASP page, the function is located within a dll.
Function has 36 parameters, but only 17 are required. I am passing in the required 17 parameters, but cannot get pass the Type mismatch' was not handled error.
I have confirmed that the datatype being sent is the same type of data as declared by the function.
Anything I might be missing, looking for any suggestions that may be causing the error.
Thanks in Advance.