<heesung> wrote in message news:197079@10.0.1.98...Hi there.I'm using VSFlexGrid8 (UNICODE) 8.0.20044.210. and there is a bug obviously not happening on the None-Unicode version.After setting a header of its, i mean 'formatstring', some characters are disappeared. Chinese and Korean, both of them. å, 순서, ê´€, etc.check out an example.thanks in advance. http://helpcentral.componentone.com/cs/forums/p/72595/197079.aspx#197079
I came across the same problem recently. Certain unicode characters do not appear in the column header if I used a FormatString like
fg.FormatString = "|" & ChrW$(&H59D3) & ChrW$(&H540D)
In this case, the first unicode appeared correctly but the second one didn't show. BTW, the second code is the first unicode in the example given by heesung. I am using the most recent version (2007.3) of VSFlexGrid8.
However, if I used for example
fg.TextMatrix(1, 2) = ChrW$(&H59D3) & ChrW$(&H540D)
for the header column, it appeared fine.
Your snapshot looked right. Can you give us the code sniplet that you used? I feel it is a bug (hopefully not a feature) in VSFlexGrid8.
The format property removes the unicode.
But it showed the first Unicode correctly, only the second one and after didn't.