M
Mike Fechner
Guest
Progress Error messages are composed from a template string like ** %s record not on file. (138) and substitution values (%s -> Customer) in this case. It would be a very valuable enhancement to add a property (or a set of properties/methods similar to NumMessages and GetMEssage) to the SysError. In the above case, that would allow us to query the "Customer" is the record not on file. This will allow for more structured looking and analyzing of errors as well as custom localizations of messages.
Continue reading...
Continue reading...