Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Chinese characters wrapping problem
Message
From
01/09/2004 08:45:24
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Chinese characters wrapping problem
Miscellaneous
Thread ID:
00938365
Message ID:
00938365
Views:
61
Hello,
I am trying to split a memo field and display
it line by line at the page footer of the report
as follows:

SET MEMOWIDTH TO 30
remarks1 = MLINE(MyTable.remarks,1)
remarks2 = MLINE(MyTable.remarks,2)
remarks3 = MLINE(MyTable.remarks,3)

This works fine except that the character at
the end of some lines (Chinese characters being
2-byte characters) got truncated and the character
got garbled and thus not displaying correctly. Is
there anyway to correct this?

Thanks in advance.
I'm using VFP8.0 SP1

--
jw
Reply
Map
View

Click here to load this message in the networking platform