Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Axapta4.0 How to call c# "Microsoft.Data.ConnectionUI.Dialog.dll"

0 views
Skip to first unread message

How to call "DLL"?@discussions.microsoft.com Axapta4.0 How to call "DLL"?

unread,
Sep 2, 2009, 4:00:01 AM9/2/09
to
in Axpata ;
DLL dll = new DLL("Microsoft.Data.ConnectionUI.Dialog.dll");
DLLFunction dLLFunction = new DLLFunction(dll,
"DataConnectionDialog()");
Thanks!
hou

Luegisdorf

unread,
Oct 8, 2009, 5:07:01 AM10/8/09
to
Hi Hou

Try it that way:

1. Add a reference to your Assembly in AOT/References

2. Change code like this:

Microsoft.Data.ConnectionUiDialog dialog;
;
dialog = Microsoft.Data.ConnectionUiDialog::DataConnectionDialog(); //
static method call

dialog.doWhateEverYouHaveToDo_mayBeShow();


Best regards
Patrick

0 new messages