User-1578974752 posted
I am changing grid view code from 2003 to VS 2015.i COPIED BUT objEClaim.ValidateApprover showing error in the below code.
If objEClaim.ValidateApprover(objErr, m_sCorpCode, m_sEmpNo, cboApprover1, cboApprover2, cboApprover3, udtApprList) = False Then
Call DisplayErrorAlertByErrorObj(litError, objErr)
Call LoadClaimRecord()
GoTo Exit_Sub
End If
Other error are showing in objEclaim.SetInputControlsLookupCodes,objEclaim.SetPageTitle .Is it because the codes in 2003 have to be updated