Subject Re: error when open exception (string truncation)
Author ronaldorezende
Can I use accents in the words of msg exception?
Can I create this exception?

create exception INEXISTENTE 'A série não está cadastrada';

If I create this, I have error in ibconsole and iboconsole and
ibaccess.

If I create without accents, for example:
create exception INEXISTENTE 'A serie nao esta cadastrada';
I doesn't have any error.