cancel
Showing results for 
Search instead for 
Did you mean: 

Connection Error oCompany.GetBusinessObject

former_member468525
Participant
0 Kudos

Hello expert

Will the following code have a solution?

Use visual studio 2005

Accepted Solutions (1)

Accepted Solutions (1)

former_member233854
Active Contributor

You need to convert the object that returns from GetBusinessObject function.

oRecordSet = (SAPBobsCOM.Recordset)oCompany.GetBusinessObject(SAPBobsCOM.BoObjectTypes.BoRecordset)
former_member468525
Participant
0 Kudos

thank you very much..!!

Answers (0)