>
>Hi Jonh,
>
>I think it is possible to use symbol names here also
>
> if theError.ErrorNumber = EVError.kERR_xxx_xxx
>
Hi Ruslan,
Yes, but that's not really better than using the raw number. I don't
like doing that, however, because in the past you have changed the
error number! So I'd prefer to know the error name. Like
EVFlag.SchemaMisMatch
or something, I would think...
Jon