Buenos Dias Amigos del Foro:
tengo una Database con el campo NOMBRE donde aparece el texto "Procter & Gamble"
xBrowse lo muestra como "Procter _Gamble"
deduzco que intenta hacer un hotkey leyendo el signo &
pero el campo es un texto simple que debe leerse como tal.
Que debo hacer para desactivar ésta característica y presentar el texto tal como es?
Muchas gracias por su atención
Julio César Gómez Cortéz
Godryc Experiencias
Lima Perú
xBrowse y texto Hotkey (SOLUCIONADO)
xBrowse y texto Hotkey (SOLUCIONADO)
Last edited by Maggiro on Tue Jul 07, 2015 4:56 am, edited 1 time in total.
- nageswaragunupudi
- Posts: 10721
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- Contact:
Re: xBrowse y texto Hotkey
Please let us know which version of FWH you are using.
The text is displayed correctly in the recent versions.
The text is displayed correctly in the recent versions.
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: xBrowse y texto Hotkey
ok nageswaragunupudi thanks for your response. I was using the 6.12 version of fwh wich is very old.
- nageswaragunupudi
- Posts: 10721
- Joined: Sun Nov 19, 2006 5:22 am
- Location: India
- Been thanked: 8 times
- Contact:
Re: xBrowse y texto Hotkey
I do not have the sources of 6.12. I can not tell you the exact lines to make the modification. But I try to guide you.
In xbrowse.prg, search for METHOD DefStyle( ... )
In the method you may see a line of code which looks something like
nStyle := nOr( DT_MODIFYSTRING,....)
Please add DT_NOPREFIX also in that nOr ( ... )
In xbrowse.prg, search for METHOD DefStyle( ... )
In the method you may see a line of code which looks something like
nStyle := nOr( DT_MODIFYSTRING,....)
Please add DT_NOPREFIX also in that nOr ( ... )
Regards
G. N. Rao.
Hyderabad, India
G. N. Rao.
Hyderabad, India
Re: xBrowse y texto Hotkey
Hyderabad, again, thanks ... I tried your solution, and it works well. Solutionated !