pokitlok
31st August 2010, 09:18
I would like create a VB program to report operation and production order completion.
In Baan standard library, I found tisfcdll0224 (Report Complete) and tisfcdll0226 (Report Complete and adjust stock).
Can it call in VB via OLE? If so, what functions and parameters is provided?
Thank you for help.
mark_h
31st August 2010, 19:12
Yes it is possible. I do not know those routines, but you can search this forum for examples. Here http://www.baanboard.com/baanboard/showthread.php?t=40288&highlight=dllfunction - I searched on dllfunction. I only tried it once and have not touched it since then.
pokitlok
31st August 2010, 20:13
Hi, Mark!
Thank you so much for your reply.
I have searched the Baanboard for the information of tisfcdll0224 and tisfcdll0226 but gotten nothing.
Thus, I do not what functions of them is provided. Any idea how to check it out?
PL
mark_h
31st August 2010, 20:32
I do not have code or any documentation on those two libraries. The best I can tell you is to run bic_info on the libraries to see what that says. Without source code I really do not call libraries like this. I use stpapi code and the sessions to complete orders and operations(actually our own version).