I have a subfile where the user can find register's by name. In the file (ordered by name) some names have accentuation. When the user pretend to find the names begining with AB i wnat to write in the subfile, first the:
ABA
and then the same but with the accentuation
ABB
and then the same but with the accentuation
ABC
and then the same but with the accentuation
and so on
I know that in sql it is possible to do something like this:
SELECT t0$tit,
T0NOME,translate(T0NOME, 'EEEEUUUUIIIIOOOOOAAAAAC',
'ÉÈÊËÚÙÛÜÍÌÎÏÓÒÔÕÖÁÀÂÃÄÇ' ) NOME FROM ACOCTLD/TITUL0
but then i have a problem, i have no pf with a key
any idea???
ABA
and then the same but with the accentuation
ABB
and then the same but with the accentuation
ABC
and then the same but with the accentuation
and so on
I know that in sql it is possible to do something like this:
SELECT t0$tit,
T0NOME,translate(T0NOME, 'EEEEUUUUIIIIOOOOOAAAAAC',
'ÉÈÊËÚÙÛÜÍÌÎÏÓÒÔÕÖÁÀÂÃÄÇ' ) NOME FROM ACOCTLD/TITUL0
but then i have a problem, i have no pf with a key
any idea???