Subject Error message using tib_incsearch
Author Luiz Alves
Using the next query:
select * from clientes

OrderingItems:
prontuario=pront;pront desc;
paciente=upnome;upnome desc;

OrderingLinks:
pront=ITEM=1;POS=0
nome=ITEM=2;POS=0

The 'upnome' column is the uppercase equivalent to 'nome' column.

I have index asc and desc on both fields 'pront' and 'upnome' and keylinks
was configurated.

If I use a Tib_IncSearch and try change the order from 'nome' to 'pront'
field clicking in a Tib_Grid header I get an exception:
'exception class Econvert Error with message 'BRUNO JOSE' is not a valid
integer value.'


Luiz.