Problem with trigger

davidvilla

Member
I have a trigger

ON F1, GO, RETURN, LEAVE, ENTER OF <myfield>IN FRAME <myframe>

On any of the above events, this trigger is invoked twice. Is there any way to identify what action causes the trigger to invoke? I tried with KEYLABEL(LASTKEY). But I am getting the same key both the times.

Is there any way to identify what is causing the trigger to execute any time?
 
Back
Top