Click here to Skip to main content
15,891,629 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Each time I click on the one of the tested person name it shows 'Run-time error 13 type mismatch' This may be related to visual basic code. The application closes itself. I have to keep creating another new person to the list but then the same error message appears and it closes the application itself. What could be the problem?

What I have tried:

I have tried reinstalling the software
Posted
Updated 22-Apr-21 4:25am
Comments
Richard Deeming 22-Apr-21 9:19am    
Contact the people who provided the software. We cannot support an unknown application.

You should talk to the people who created it - we don;t even know what make it is, much less which model - they should provide technical support and will know more about their product than we will.
 
Share this answer
 
What could be the problem? Poorly written, poorly tested software.

that error message is typically thrown by Visual Basic code when trying to assign the wrong type of data to a variable that's expecting a different type of data. For example, typing to put a string of text into a variable that's expecting an integer.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900