to insert in a Navision form from another program.

eli.vidaleli.vidal Member Posts: 35
good,

the sentence to open a form is:
sentence = "
[url=navision://client/run?servername=XXX%26database=NAVISION%26company=CRONUS%20Espa]navision://client/run?servername=XXX%26 ... NUS%20Espa[/url]ña%20S.A.%26target=Form%2041%26view=SORTING(Field1,%20Field4)%26position=Field1=0(0),Field4=1(1002)%26servertype=MSSQL
"
ProcessStartInfo sInfo = new ProcessStartInfo(sentencia);
Process.Start(sInfo);

but:
can be inserted data in the form when it is called in that type of call from another program? ](*,)

thanks and regards
eli

Comments

Sign In or Register to comment.