Label trigger

Eddie
Eddie Member Posts: 26
Hi.
I would like to use trigger OnPush located under Label in some of list forms.
Does anybody have idea how can I reach this trigger?

Have a look here:

http://www.eddiehorvath.szm.sk/Navision ... rigger.png

Comments

  • kriki
    kriki Member, Moderator Posts: 9,132
    Best way is to create a function and call that function from your trigger and from where you want to call the trigger.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • DenSter
    DenSter Member Posts: 8,307
    You show us a picture of a trigger, and you're asking how to get to that trigger. Obviously you already know how to open the trigger itself, but you want to know how to do something. Could you explain what you want to do?
  • MTC
    MTC Member Posts: 159
    Those triggers never fire, they are useless, you cannot use them. Any click on them goes straight to the GUI to let you move the column.

    One use would be to change the sorting order as you can in other windows applications, but as I said, in NAV they are useless, I don't know why they are there.
  • Eddie
    Eddie Member Posts: 26
    Thanx to MTC. That was a correct answer to my question.
  • Eddie
    Eddie Member Posts: 26
    I would like to use this trigger to change sorting order by clicking on this label. Does anybody know any solution?
  • MTC
    MTC Member Posts: 159
    As far as I know there isn't one, you cannot do it.