King Willy
28th February 2005, 17:41
Hi, BaaNMasters:
I've got a VB application that enqueues requests for executing a BaaN DLL. This VB code uses "BaanObj.ParseExecFunction" to call the DLL. But the command "BaanObj.ParseExecFunction" doesn't allow multiple requests. I mean: Vb code cannot continue untill BaaN function ends. I think (I hope) this is the behavior of the command "BaanObj.ParseExecFunction". I'm trying to replace the command for another "like load.dll&get.function&exec.function"
but I've not information about methods of Baan4.application class.
¿How can I call a BaaN DLL and avoid that VB Code to stop and Wait untill DLL stops?
I've got a VB application that enqueues requests for executing a BaaN DLL. This VB code uses "BaanObj.ParseExecFunction" to call the DLL. But the command "BaanObj.ParseExecFunction" doesn't allow multiple requests. I mean: Vb code cannot continue untill BaaN function ends. I think (I hope) this is the behavior of the command "BaanObj.ParseExecFunction". I'm trying to replace the command for another "like load.dll&get.function&exec.function"
but I've not information about methods of Baan4.application class.
¿How can I call a BaaN DLL and avoid that VB Code to stop and Wait untill DLL stops?