Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bad character displayed
Message
From
23/03/2009 09:41:30
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
23/03/2009 09:16:37
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:
01390597
Views:
62
This message has been marked as a message which has helped to the initial question of the thread.
>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.
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform