sarojaramkumar
Technical User
Dim mMISCCHARGE, SFILTER2, mORDUNIQ As String
mMISCCHARGE = "SHIPNG"
mORDUNIQ = dsOEORDH.Fields("ORDUNIQ").Value
Dim CSQuery As AccpacView
Dim sSQL As String
sSQL = "Select MISCCHARGE from OEORDD WHERE ORDUNIQ = '" + mORDUNIQ + "'"
a4wLinkRead.OpenView "CS0120", CSQuery
CSQuery.Browse sSQL, True
CSQuery.InternalSet (256)
this query is throwing error in below line... am i missing any reference ?
Please help me
a4wLinkRead.OpenView "CS0120", CSQuery
Thanks
Sarora
mMISCCHARGE = "SHIPNG"
mORDUNIQ = dsOEORDH.Fields("ORDUNIQ").Value
Dim CSQuery As AccpacView
Dim sSQL As String
sSQL = "Select MISCCHARGE from OEORDD WHERE ORDUNIQ = '" + mORDUNIQ + "'"
a4wLinkRead.OpenView "CS0120", CSQuery
CSQuery.Browse sSQL, True
CSQuery.InternalSet (256)
this query is throwing error in below line... am i missing any reference ?
Please help me
a4wLinkRead.OpenView "CS0120", CSQuery
Thanks
Sarora