Hi,
For years we are working with the BOI's used with BCK 1.3 software, Create COM objects, register them on the server, etc. All working fine. We have build on this technology an extranet, together with web services.
Now we want to stop using the Java Client and BOI COM dll's on the Windows server side (32 bits, registry setting) and go on with the Baan Automation (Baan Client on the server). I saw some samples of Baan Automation, which are working fine, even with return variables in reference calls.
We can build off course our own library, and then return a separated string, containing the records, but most of the logic is already there in our BOI's. So we still want to use the exisiting BOI libraries (baan side) to retrieve, update and delete the data. Therefore I call the class through ASP.NET by:
'Sample code BaanObj = Server.CreateObject("Baan4.Application.default") BaanObj.Timeout = 30
'Predefined variables: ccur.f.Text = "USD" ccur.t.Text = "USD" StructCurrency = 0 'Reference variable to the BaanObj call StructError = 0 'Reference variable to the BaanObj call ReqdFields = "" CallId = 0 SetSize = 1000 SetComplete = "N" Company As Integer = 100
|