We have in Poland few signs of alphabet more then in English language.
To put it on qwerty keyboard we have to press ALT+letter simmilar to wanted char.
example:
ALT+A = Ą (ASCII 165)
In TSBrowse I used bKeyChar method
oBRWR:bKeyChar:={|nKEY,nFLAG| JAKIRRCHAR(nKEY,nFLAG) }
Method bKeyDown always have returned 65
Method bKeyChar returned 165
I tried to use bKeyChar with xBrowse, but for me it doesn't work.
Is this possible to use this method with xBrowse?
Regards
Robert