i use
- Code: Select all Expand view
- hb_LangSelect( cLangCode )
hb_cdpSelect( cCodepage )
to display DIRECTORY() in TGrid()
now i try to show SQL-Table in TGrid() but FIELD Type "C" with "Umlaute" does show not correct
i try
- Code: Select all Expand view
- hb_cdpSelect( "UTF8" )
but still not correct
i need to use
- Code: Select all Expand view
- cText := hb_Translate( cText, "UTF8", hb_CDPSELECT() )
so what i´m doing wrong
---
i can use XBROWSER with "same Data" and "Umlaute" are show correct
what does Fivewin "have" what i miss in TGrid()