Click to See Complete Forum and Search --> : VB App


Matthew Ellison
March 21st, 2001, 12:25 PM
I used an installer on a WIN95 machine to install a simple VB application to query a database and print a report. The application works on one of the WIN95 machines however the other machine throws a "Type mismatch Error 13" on the screen and does not run properly. Any ideas?

Iouri
March 21st, 2001, 02:58 PM
If you are sure that data was not changed between trials on different machins, that the problem might be with the date field. On one computer the the date is formatted, for example, to m/d/yy, and on another - to mm/dd/yyyy. Check you control panel regional settings. Check if the short date format is the same. It can be one of the reasons. Also check if any other data settings that differs from one computer to another.

Iouri Boutchkine
iouri@hotsheet.com