Hello,
Why not add to the CCompareValidator the feature to compare an attribute with a hash value.
The only thing to do is, hash the attribute an compare it with the compareValue.
What do you think about that idea?
Luc
Hello,
Why not add to the CCompareValidator the feature to compare an attribute with a hash value.
The only thing to do is, hash the attribute an compare it with the compareValue.
What do you think about that idea?
Luc
Well you can still do this using CFilterValidator, by defining your own method.