Re: Forms - Which event kicks my trigger

From: Steve Cosner <stevec_at_zimmer.CSUFresno.EDU>
Date: 1995/06/27
Message-ID: <DAu98F.K8F_at_CSUFresno.EDU>#1/1


In article <3sp18k$o8n_at_data.interserv.net> jmm084c_at_dpcmail.dukepower.com writes:

>In my Forms App. I choose a text value from an LOV. When the value is
>chosen and brought back from the LOV, I want a trigger to kick off
>immediately. The trigger simply kicks off a select to retrieve more
>data. The problem is, I can only seem to find events that kick off
>after I tab away from the selected field. Which event will cause the
>trigger to kick off immediately??????????????
>
>Thanks in advance!
>
Set up a KEY-LISTVAL trigger with the following:

LIST_VALUES; IF FORM_SUCCESS THEN NEXT_FIELD; Next_Field will cause other triggers to fire. Or, instead of Next_field, you can do anything else at that point.

I'm not sure whether you get Form_Success if the user presses esc or cancels from the LOV.

HTH
Steve Cosner (stevec_at_csufresno.edu) Received on Tue Jun 27 1995 - 00:00:00 CEST

Original text of this message