Got it. Needed a SET_FOCUS TRUE into the Scrolling Region to force the eep 
to fire.
 


-----Original Message-----
From: "jan johansen" <[EMAIL PROTECTED]>
To: [email protected] (RBASE-L Mailing List)
Date: Wed, 02 Apr 2008 15:47:24 -0700
Subject: [RBASE-L] - V8 Property


Boy I know I've done this before but it doesn't seem to work.
 
I have a form with a button that I wish to turn off and on.
I have a scrolling region that has an on entry eep in the row
 
IF vRowEnable IS NULL THEN
  PROPERTY MyButton VISIBLE 'FALSE'
ELSE
  PROPERTY MyButton VISIBLE 'TRUE'
ENDIF
RETURN
 
This just doesn't seem to fire. I have RowEnable as a Form Variable.
If I just place another button on the form (for testing) with
PROPERTY MyButton VISIBLE 'FALSE'
the button does disappear.
 
Thoughts?
 
Jan

Reply via email to