to open a Navision form from another program.

eli.vidaleli.vidal Member Posts: 35
for example:
I need to know how to open a form of clients with a client determined from other programs...

what parameters it is necessary to happen to him or how there is to do it...

thanks and regards
eli

Comments

  • krikikriki Member, Moderator Posts: 9,118
    recCustomer.get('C000011');
    form.runmodal(form::"Customer Card",recCustomer);
    
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • wonmowonmo Member Posts: 139
    just use the "shortcut to desktop" option under "file" and then shell out from the original program and use the shorcut link command.

    eg.

    [url=navision://client/run?servername=navision-2005%26company=PZLQS%20USA%26target=Form%2050298%26servertype=NAVISION]navision://client/run?servername=navisi ... e=NAVISION[/url]

    will launch form 50298.

    Hope this helps.
  • krikikriki Member, Moderator Posts: 9,118
    Seems I didn't understand correctly the problem... :oops:
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.