Options

Simulate a RunFormLink in C/AL

McMercyMcMercy Member Posts: 7
edited 2010-08-19 in Navision Attain
I would like to open a different form depending on wich user pushes the menuitem. So I used the OnPush Trigger to open the form, is there any possibility to use the runformlink property to keep the popup-form updated when the user changes record in the calling form?

Comments

  • Options
    krikikriki Member, Moderator Posts: 9,090
    Change property "RunFormLinkType"=OnUpdate.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • Options
    McMercyMcMercy Member Posts: 7
    kriki wrote:
    Change property "RunFormLinkType"=OnUpdate.

    Mh, no. I think you didnt't understand me I don't use the the RunFormLink Property because I want to open different forms with one menuitem, so I use Form.Run but I want to have the same feature as the OnUpdate Property provides.
  • Options
    einsTeIn.NETeinsTeIn.NET Member Posts: 1,050
    You could place two or more MenuButtons with different RunObjects on top of each other and set them visible/invisible depending on which user opens your form.
    "Money is likewise the greatest chance and the greatest scourge of mankind."
Sign In or Register to comment.