Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cannot print Chinese in VFP Report
Message
From
29/06/2010 04:14:19
 
 
To
25/06/2010 19:29:48
Hong Yew
People Quest
Malaysia
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Desktop
Miscellaneous
Thread ID:
01470533
Message ID:
01470914
Views:
128
Hong,

You have to do two things:

1. In the Advanced tab of Regional Settings, you need to select Chinese as the choice for "non-Unicode"
2. Back to VFP, when you use SPT to retrieve the Chinese fields, you must do:
REPLACE <yourChineseField> WITH STRCONV( <yourChineseField>, 11 )      && if 11 does not work, try 7
Hope I helped.

Dennis
Previous
Reply
Map
View

Click here to load this message in the networking platform