FAX Button on Sales Order Form (#42), RunFormLink Not.......

Doc9Doc9 Member Posts: 26
I have added a new Command Button to the Sales Order form (#42) which runs a modified version of the Sales - Invoice report. I need to set the RunFormLink property on the button but the ellipses do not work?¿?¿ I have tried to work out some code for the OnPush trigger but I have little experience in development with NAV. I have been though DEV1 and DEV2 so I have been referencing the CSIDE help and my books. I know this is simple and I'm sorry but any help would do.

](*,) ](*,) ](*,) ](*,) ](*,) ](*,) [-o< ](*,) ](*,) ](*,) ](*,) ](*,)

Comments

  • tinoruijstinoruijs Member Posts: 1,226
    I think you are looking for the following solution:

    Create a variable of the same record as the form

    Put something in like

    Code:
    Variable := REc
    Varbable.Setrecfilter;
    Report.run(report::thereport,true,false,variable)


    (like Mark said in post http://www.mibuso.com/forum/viewtopic.php?t=8660)

    Tino Ruijs
    Microsoft Dynamics NAV specialist
  • Doc9Doc9 Member Posts: 26
    Hey, your the man! Thank you for the prompt reply! Do you out source?


    =D>
  • tinoruijstinoruijs Member Posts: 1,226
    Doc9 wrote:
    Hey, your the man! Thank you for the prompt reply! Do you out source?

    =D>

    :-k
    I like Arizona! :wink:

    Tino Ruijs
    Microsoft Dynamics NAV specialist
Sign In or Register to comment.