Call Windows Calculator from Navision

scottscott Member Posts: 76
edited 2002-01-23 in Navision Financials
Hi all,

Is it possible to call Window Calculator program from within Navision?

Thanks.

scott

Comments

  • scottscott Member Posts: 76
    Stone,

    It is so simple, and it works.

    Thank you very much.

    Scott
  • StoneStone Member Posts: 23
    Hi Scott,

    Example of call the calculator:

    - Add a command button
    - Add this code on the trigger on push()
    SHELL('CALC.EXE');

    Stone
  • FozzieFozzie Member Posts: 14
    Why not have it even more simple ?!?!?!
    If you use a commandbutton, you can set its property "PushAction" to "RunSystem" and the property "RunCommand" to "calc.exe". You will get the same result without having one line of code !

    Wonderful programming in Navision, isn't it ? <img border="0" title="" alt="" src="images/smiles/icon_cool.gif" />
    Fozzie
    May the source be with you
Sign In or Register to comment.