Hello all,
I'm new to Navision (I am using 4.0SP2) and am trying to integrate a custom made data entry form. So far without success. The plugin comes in the form of an OCX which I'm using from VB.Net or C#. Somehow I cannot get anything to show up within Navision - though it works fine in DevStudio. Non-GUI OCXs seem to work without trouble in Navision.
Can anyone point me to a small sample showing how to do this (using custom GUI OCXs in Navision)? Book recommendation?
regards,
Sören
0
Comments
So basically if you have an OCX that opens up a separate window, you can use it with Navision.
Microsoft Dynamics NAV Developer
No, it is still same... the controls are using "hack" to show the controls on Navi forms. It is this way: the control find the windows handle and context of the foreground window of Navision and draw the control into this context. But there is not "native" support for that within Navision.
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
regards,
Sören