Hi,
I have a requirement where i want to call the components to work parallelly. I did try to create asynchronous instance for the component and activate it, but getting $procerror -161 (Illegal mixture of synchronous and asynchronous communication mode).
Code:
newinstance/async "COMP_1", comp_inst1
newinstance/async "COMP_2",comp_inst2,
instances were successfully created. on moving further.
activate/async comp_inst1.EXEC()
activate/async comp_inst2.EXEC(),
$procerror return -161.
Can anyone please help me out here, on how do i activate the component asynchronously.
------------------------------
Shubham Saini
Uniface Community Edition Shared Account
US
------------------------------



