how to call trigger?

Posted by Admin on 29-May-2009 03:47

hi..i want to ask something..how to call 1 trigger from another trigger?i try to use browse widget but i don't know how to call browse trigger from button trigger..

All Replies

Posted by davidkerkhofs3 on 29-May-2009 03:55

Trigger-code executes in response to an event.

You can use the APPLY statement to raise the event.

So for example, in your button trigger code, you say:

  APPLY "END" TO BROWSE BROWSE-1.

This thread is closed