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       


Reply via email to