All: Solution appears to be inserting the following in the Cancel EEP:
PROPERTY ve_ThisControl EDITMASK ' ' Thanks. Bruce -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Bruce A. Chitiea Sent: Wednesday, November 06, 2013 10:43 AM To: RBASE-L Mailing List Subject: [RBASE-L] - Failure to Clear Edit Masks in Variable Edit Controls All: RBG95_64 latest Issue: Edit Masks generated by EEPs within Variable Edit Controls do not clear when variables are nulled and recalc'd. Scenario: In a series of Variable Edit controls, the ON ENTRY EEPs conditionally generate Edit Masks similar to this: IF vPreviousControl CONTAINS '@' THEN PROPERTY ve_ThisControl EDITMASK '>\<LLL\>;1;_' ELSE SKIP 1 ENDIF RETURN Works great. Any mask not activated remains invisible. My Cancel routine NULLs the resulting variable values then runs RECALC VARIABLES. Works great. But! While the typed contents of any activated mask are nulled, the mask is not. The mask survives the cancellation. How to ensure that the activated mask is cleared? Thanks much, Bruce Chitiea SafeSectors, Inc. eCondoMetrics 909.238.9012 cell

