Hi guys, I'm using an automation object that has a function like this
Orderitem( [in] myin, [out] myout, [out,retval] myret );
Navision maps this function so myout is sent by reference ( var ) but even though the function assigns myout It always appears as unassigned on the navision side. Is there something i'm doing wrong, is there somekind of keyword that i need to use to make this work?
myin and myout are both ( automation ) interfaces.
P.S. I can use this code from .Net and Delphi just fine so it definetly has something to do with navision. Any ideas how to make this work?
0