Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bad character displayed
Message
From
23/03/2009 10:08:40
 
 
To
23/03/2009 09:41:30
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
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:
Visual FoxPro
Miscellaneous
Thread ID:
01390584
Message ID:
01390611
Views:
41
Hilmar, this is weird, doing this on the field cpconvert(1252,437, comments) it changed now from ¥ to ?

>>Hi all, i need help with the following, this report is printing a memo field that has the letter "ñ" and "Ñ" inside, but its printing "¥"
>>I need to print the real one "Ñ", some ideas?
>>i already changed font, codepage is ok when looking a report that works fine vs, this one. And i cant think in reconstruct this report due time problem. Help.
>>
>>TIA

>If you are printing in text mode:

>1. Convert your text to DOS codepage before sending it. From my text-reporting class:


>lcFileInRam = FileToStr(tcFileName)
...
>lcFileInRam = CpConvert(1252, 437, lcFileInRam)
...
>??? lcFileInRam
>2. Check the printer's DIP switches - some settings can affect the printing of special characters.
John Harold Belalcázar Lozano
Associate Director Of Development
http://www.belvicto.co/
jhbelalc@gmail.com
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform