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
0
Comments
thanks
eli
what equivalent to SENDKeys (VB) in C#...
thanks and regards
eli
http://msdn.microsoft.com/library/defau ... stopic.asp
Regards