Hi every time i load my project i get this error
I think Its because the form has a typo
it should be FrmClient but it is FrmCLient
how do i fix it?
Printable View
Hi every time i load my project i get this error
I think Its because the form has a typo
it should be FrmClient but it is FrmCLient
how do i fix it?
Try crawling into your (Insert Project Name Here).vbp and FrmClient.frm using notepad and change any incorrect versions to what you want (the FrmClient.frm might actually be named FrmCLient.frm depending on what error there is, so check the actual names of the files too)
It was that, i found out where it can be fixed
open the form in notepad and find the line like this
Attribute VB_Name = "FrmClient"
change that to what you want to fix the problem
Thanks jemidiah