Hi,
I've inherited some Baan code and I'm having trouble finding learning resources on it.
The code is using COM calls to instantiate an object and calling ParseExecFunction. This I understand fine (I'm a c++/c# developer normally)
The strings being passed to ParseExecFunction look like this:
dllName = ottstpapihand
functionCall = stpapi.put.field("sessionname","fieldname","data")
functionCall = stpapi.insert("sessionname",1,"errmessage1")
Now I can tweak the existing code, modify the sessions, fields and data, but I'm looking for more information about what other functions are available with the "stpapi" thing. And what does the "ottstpapihand" dll string that is being used mean?
No one where I am seems to know much about Baan. The IT department refer to it as "Baan 5", but I can't seem to get out of them exactly what version that means. We currently get contractors in whenever we need to change anything, any getting any information out of them is hard.
I've got an app on my PC called "Infor BECS" which I can use to create the connection and get the automation class name I can call from my code.
I've tried reading the manual at
http://www.baanboard.com/programmers_manual_baanerp, but it doesn't seem to have any listing of these "put.fields" methods that this code is using.
What I'm looking for really is a reference guide. I've tried searching but I keep drawing a blank. I don't want to waste anyone's time by asking you explaining stuff to me in detail or anything, I'm just after some resources I can read to help me learn things myself. If anyone can help even by just telling me what this API is called, or can suggest what edition of Baan this is so I can search for the right keywords I would be very grateful.
Can anyone help? Thanks.
[Edit: I've just found this -
http://www.baanboard.com/baanboard/s...ead.php?t=7251 which might help me, but if anyone has any more information I'd be happy to hear it]