From: Peter D Jorgensen on 22 Dec 2006 05:24 It should be possible to use functions that has RecordRef/FieldRef parameters directly with Records/Fields. If for example you have a function defined like this: SomeFunction(VAR RecRef : RecordRef;VAR FldRef : FieldRef) Currently we have to use it like this: RecRef.GETTABLE(Cust); RecRef2.GETTABLE(Vend); FldRef := RecRef2.FIELD(1); SomeFunction(RecRef,FldRef); RecRef.SETTABLE(Cust); RecRef2.SETTABLE(Vend); The above code should happen "seamless" so it could be used like this: SomeFunction(Cust,Vend."No."); /Peter ---------------- This post is a suggestion for Microsoft, and Microsoft responds to the suggestions with the most votes. To vote for this suggestion, click the "I Agree" button in the message pane. If you do not see the button, follow this link to open the suggestion in the Microsoft Web-based Newsreader and then click "I Agree" in the message pane. http://www.microsoft.com/Businesssolutions/Community/NewsGroups/dgbrowser/en-us/default.mspx?mid=63ce0c99-ac4b-475f-ab89-a161cceecc1e&dg=microsoft.public.navision
|
Pages: 1 Prev: Navigation Pane - Add-on Next: Microsoft Nav developer license |