My program wont run on another computer, it gives an error "type mismatch" or something like that. But it runs fine on my pc. i have installed all the ocx's needed. can someone help me please.
Chris1990
Printable View
My program wont run on another computer, it gives an error "type mismatch" or something like that. But it runs fine on my pc. i have installed all the ocx's needed. can someone help me please.
Chris1990
By ocx's do you mean the VB runtime files?
"type mismatch"-Data type mismatch.Check the type of the data you are trying to Insert.
its a runtime error 13
Does it run fine on your development computer?
Assuming the answer is yes, do you know what your program is doing when the error occurs? What function or sub is running?
what is the line that it points to when this error occurs?
I've fixed it now thanks for your help, i have getsetting in form load but there wasnt a key to recieve data from. I didnt think this would be it but it is.
No Probs...