AUtomation trouble out param

ghbghb Member Posts: 2
edited 2004-11-02 in Navision Financials
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?
Sign In or Register to comment.