hi,
i use
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
but still not correct
i need to use
so what i´m doing wrong :?:
---
i can use XBROWSER with "same Data" and "Umlaute" are show correct :D
what does Fivewin "have" what i miss in TGrid() :?:
i use
 hb_LangSelect( cLangCode )
  hb_cdpSelect( cCodepage )now i try to show SQL-Table in TGrid() but FIELD Type "C" with "Umlaute" does show not correct :(
i try
 hb_cdpSelect( "UTF8" )i need to use
 cText := hb_Translate( cText, "UTF8", hb_CDPSELECT() )---
i can use XBROWSER with "same Data" and "Umlaute" are show correct :D
what does Fivewin "have" what i miss in TGrid() :?:
greeting,
Jimmy
Jimmy