Hi All,
Can some one please help me??? :?:
Is it at all posible to execute a pease of code from outside of Navision? For instance, I would like to run a codeunit from a third party VB aplication.
This question resulted from the fact that you cannot execute trigers when you insert using ODBC. ](*,)
Thank you in advance
Bert
Bert
0
Comments
You can use MSMQ or some kind of interface table to let NAS know when to execute the codeunit.
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
Thank you anayway! =P~
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
you can use an automation system as well (make 2 classes which communicate with each other. Let a Navision client connect to 1 class and let the VB application connect to another class.
You will need an open navision client. A disadvantage is that errors are displayed in the navision GUI so if you don't want that you must program the codeunits without errors and messages or find a way to auto click the messages away :whistle: