Simply NAV Connector

AdministratorAdministrator Member, Moderator, Administrator Posts: 2,500
edited 2009-05-19 in Download section
Simply NAV Connector
This skeleton of the simply NAV Connector - server part on NAV (my previous project "Distant Codeunit" with minimal modifications) and client on C#.

http://www.mibuso.com/dlinfo.asp?FileID=946

Discuss this download here.

Comments

  • hvdhoevenhvdhoeven Member Posts: 99
    Is it possible to add some explanation about this tool and a short installation guide?
    Maybe also the versions that are supported?
    Thanks.
  • Yaroslav_GaponovYaroslav_Gaponov Member Posts: 158
    Hi

    I used for developing - for client VS2005, for server NAV4.03 + standard communications components (I think you can use NAV begin version 3.7).

    Start server part:
    1. Run NAV Connector Setup form
    2. Set a port number
    3. Click on Start button

    Start client part:
    1. Run client application (via VS or just exe)
    2. Set a servername and port
    3. Click on Test button, for example

    p.s. You can easy to add some new functions - transfer dataset in XML format, for example.

    If you have any questions - welcome.
  • Yaroslav_GaponovYaroslav_Gaponov Member Posts: 158
    Hi All
    I changed send/receive buffer from text type to i/o streams. This you can see in my other project WebHR http://mibuso.com/dlinfo.asp?FileID=1097 or NAVWebForms http://www.geocities.com/yagaponov/Navision/NAVWebForms/
Sign In or Register to comment.