How could I use different component ids? It is just one field, and technically 
I 
never leave the field, I just move from one row to the previous or next row 
when 
I hit F7 or F8.
To see it, create a form with a scrolling region, just one field. Add a few 
rows 
to the table. Add the On Exit and On Entry EEPS with just 2 lines, 
getproperty..... and return. Watch the value of the variable when you trace the 
form and use the F7 and F8 keys to go up and down. The value of the variable 
does not change, at least not when I do it.
Mike

 



________________________________
From: jan johansen <[email protected]>
To: RBASE-L Mailing List <[email protected]>
Sent: Wed, June 20, 2012 4:38:48 PM
Subject: [RBASE-L] - Re: How is the On Row Entery EEP supposed to work?


Mike,

You are using different componentid's, right?

Jan

-----Original Message-----
>From: "Michael J. Sinclair" <[email protected]>
>To: [email protected] (RBASE-L Mailing List)
>Date: Wed, 20 Jun 2012 13:14:55 -0700 (PDT)
>Subject: [RBASE-L] - How is the On Row Entery EEP supposed to work?
>
>
>Hi All,
>When I fire an On Row Entry EEP using the F7 or F8 key from within a scrolling 
>region, and the first line of the EEP is ...
>GETPROPERTY component_id TEXTVALUE varname
>I get the value from the  field where the cursor was (where it started) when I 
>hit the F7 or F8 key, not the value of the field where the cursor ends up.
>Is that the way it should be???
>I expect that when I do an On Row Exit EEP, but I would not expect that with 
>On 
>Row Entry EEP.
>In fact, if I do both EEPS, they both fire, Exit first then Entry, as expected.
>I have this line in Both EEPs... 
>GETPROPERTY component_id TEXTVALUE varname in both EEPs,
>The value of varname does not change.
>What am I doing wrong?
>TIA
>Mike

Reply via email to