I'm not a developer in VB. I took a project for 5 days, through a consultancy, but it should be all in SQL Server
. Well, it happens, that some screen change should be made. I opened VB 6 (Compiler) and selected the project.vbp and when loading, generated several errors. I was giving F5 to run and is giving the following message:
Multiple error logs have been generated, which I select these:
frmCadBeneficios.log
Line 242: Class MSMask.MaskEdBox of control mskDtInicioPlano was not a loaded control class. Line 267: Class MSComCtl2.DTPicker of control dtpDataContract was not a loaded control class. Line 288: Class MSMask.MaskEdBox of control mskDataOpcaoContract was not a loaded control class.
frmRelRelatorioMedico.log
Line 131: Class MSComCtl2.DTPicker of control dtpInicio was not a loaded control class. Line 152: Class MSComCtl2.DTPicker of control dtpFinal was not a loaded control class.
frmRelPortaria.log
Line 151: Class MSComCtl2.DTPicker of control dtpDataPeriodo was not a loaded control class. Line 172: Class MSComCtl2.DTPicker of control dtpDataPeriodo_Fim was not a loaded control class. Line 193: Class MSComCtl2.DTPicker of control dtpDataAdmissao was not a loaded control class.
I think these are enough, but there are more than 20 forms. I do not know what it is, and I do not know what to do.
I'm waiting for my colleagues ..