So I built this massive working program, where it inputs data from text boxes then adds it to text files in order to create a sort of logging of data.
The thing worked fine, then one day I tried to add a feature and got the error "Cannot convert type string to type integer". I got frustrated and left the computer.
I come back to it, and for the life of me I cannot find the last edit to the form that I did. I have been trying to isolate the problem, but I cannot isolate it.
So my question is, when it comes with the error Cannot convert type string to type integer, is there any way to see exactly what line it's talking about? The whole program worked fine until my last update, and from what I'm reading on older posts from this issue people are telling me to edit all of the text box data to ensure they are all integer rather than string. This seems a little uncalled for as the program worked fine up until now.
The worst part is I deleted whole sections of code trying to isolate the thing, and the program auto saves. I have set myself back 2 steps and I tried closing and reopening the program twice and now it's telling me it can't undo any of the deleting I did.
Luckily I saved the VB file to an external hard drive so I still have the original source code, but this source code contains the same update I attempted (literally right after I attempted the update and came up with that error, I saved the file to an external hard disk then quit for a couple days).
The thing worked fine, then one day I tried to add a feature and got the error "Cannot convert type string to type integer". I got frustrated and left the computer.
I come back to it, and for the life of me I cannot find the last edit to the form that I did. I have been trying to isolate the problem, but I cannot isolate it.
So my question is, when it comes with the error Cannot convert type string to type integer, is there any way to see exactly what line it's talking about? The whole program worked fine until my last update, and from what I'm reading on older posts from this issue people are telling me to edit all of the text box data to ensure they are all integer rather than string. This seems a little uncalled for as the program worked fine up until now.
The worst part is I deleted whole sections of code trying to isolate the thing, and the program auto saves. I have set myself back 2 steps and I tried closing and reopening the program twice and now it's telling me it can't undo any of the deleting I did.
Luckily I saved the VB file to an external hard drive so I still have the original source code, but this source code contains the same update I attempted (literally right after I attempted the update and came up with that error, I saved the file to an external hard disk then quit for a couple days).