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