Group,
 
I would like to use the RBTI_DIRTY_FLAG to enable/disable a button (or anything). I know that the command would look like this;
 
IF vRBTIvalue = 1 THEN
  PROPERTY Button ENABLED 'TRUE'
 ELSE
  PROPERTY Button ENABLED 'FALSE'
ENDIF
 
However I'm trying to get around when to evaluate it. The only thing I can think of is to evaluate it in every control on the form but there's gotta be a different way. I could make a custom form action but I would still have to call it from every control.
 
Thoughts/ideas
 
Jan 

Reply via email to