Code Page
Hello!
I use Xailer FastReport from Harbour. My data is CP852 in DBF tables. How do I set FRX properly to display all the characters? We previously used Spirin's version that is automatically converted data.
Thanks,
NB
I use Xailer FastReport from Harbour. My data is CP852 in DBF tables. How do I set FRX properly to display all the characters? We previously used Spirin's version that is automatically converted data.
Thanks,
NB
Comments
We solved the problem. Xailer fix this bug and now work like in Spirin's version:
SET(_SET_DBCODEPAGE, "HR852")
SET(_SET_CODEPAGE, "HRWIN")
After that, everything work properly.
Regards, NB