Bob,

I can verify that the EEPs in the current build are firing WHEN they should:

Put 

Pause 2 using 'On Row Entry fired'
Return

In the on row enter eep

And 

Pause 2 using 'On Row Exit Fired'
Return

In the row exit eep


You will see that they fire correctly, so then you can conclude that you are 
not populating your variables when you think.

When you trace, what is the value of vCompIDValue? Is it one of the expected 
values?

Also, you might just for S n G, place PROCESSMESSAGE before the RETURN just in 
case the form repaint is waiting for something else...



> -----Original Message-----
> From: [email protected] [mailto:[email protected]] On Behalf Of
> [email protected]
> Sent: Thursday, November 13, 2014 3:40 PM
> To: RBASE-L Mailing List
> Subject: [RBASE-L] - On Row Entry EEP
> 
> OK, I probably am missing something but.....
> 
> 9.5 Extreme  latest build
> 
> Form
> 
> Table Settings
> 
> On row entry eep:
> 
> GETPROPERTY item_operation TEXTVALUE 'vCompIDValue'
> 
> IF vcompidvalue = 'Moulder' THEN
>   PROPERTY knife VISIBLE 'true'
> 
> ELSE
>   IF vcompidvalue = 'Emboss' THEN
>     PROPERTY embossdie VISIBLE 'true'
> 
>   ELSE
>     PROPERTY knife VISIBLE 'false'
>     PROPERTY embossdie VISIBLE 'false'
>   ENDIF
> ENDIF
> 
> 
> RETURN
> 
> 
> 
> 
> 
> The above data fields turn visible only when I leave the row, not when
> 
> I enter it.   I cut the above code out of the on entry eep and pasted
> into
> 
> the on exit eep.   It behaved exactly the same.
> 
> 
> 
> I placed the variable vcompidvalue on the form to view and sure enough,
> 
> it's value does not change until leaving the row.   Either the on entry
> eep
> 
> is not firing on entry or the values are not being refreshed until
> leaving.
> 
> 
> 
> I tried RECALC VAR in the EEP but no avail.
> 
> 
> 
> Suggestions?????
> 
> 
> 
> Thanks,
> 
> Bob
> 
> 

--- RBASE-L
=======================3D=======================3
D=
TO POST A MESSAGE TO ALL MEMBERS:
Send a plain text email to [email protected]

(Don't use any of these words as your Subject:
INTRO, SUBSCRIBE, UNSUBSCRIBE, SEARCH,
REMOVE, SUSPEND, RESUME, DIGEST, RESEND, HELP)
=======================3D=======================3
D=
TO SEE MESSAGE POSTING GUIDELINES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: INTRO
=======================3D=======================3
D=
TO UNSUBSCRIBE:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: UNSUBSCRIBE
=======================3D=======================3
D=
TO SEARCH ARCHIVES:
Send a plain text email to [email protected]
In the message SUBJECT, put just one word: SEARCH-n
(where n is the number of days). In the message body,
place any
text to search for.
=======================3D=======================3
D=


Reply via email to