Hi everyone,
I just read an article about using C/FRONT from .net to talk to Navision. I had a search of this forum and the posts I found on it didn't make sense to me.
Could someone help me out with how from a C# or VB.Net program you go about talking to navision. Even if you have a simple helloworld code sample or something that would be helpful.
Thanks.
0
Comments
c/Front provide us like : setrange, setfilter, findset even calcfields and others. when you install sdk, there is an example how to use it in C#
Eric Wauters
MVP - Microsoft Dynamics NAV
My blog
\Devkit\program files\Microsoft Business Solutions-Navision\SDK\CFRONT\DotNetSampleApplication
tobias
Thanks for the replys. I will take a look at that sample application.
Yeah that is what I was wondering. So basically the C/FRONT just allows me to write a C# program that makes use of the base Navision functions. But not the base Navision objects.
Like I can't do SalesLine.VALIDATE("No.",'123'); in C#
i want to ask about CFront Function , what is the purpose using this function :
UseCodeUnitsPermissions(int)
thanks