Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I run on WinXP Pro
Message
 
To
02/12/2004 10:01:07
General information
Forum:
Visual FoxPro
Category:
FoxPro 2.x
Environment versions
Visual FoxPro:
VFP 7
OS:
Windows XP
Network:
Novell 4.x
Database:
Visual FoxPro
Miscellaneous
Thread ID:
00960147
Message ID:
00966429
Views:
14
>Yes, the printing is not dark, and it comes in draft mode also. Now I want the printing in Landscape mode. Do you have any idea how can I do so in FoxproDos 2.6a.
>
>Thanks

In addition to Tracy's advice, you can landscape in FP DOS:

??? chr(27)+"&l1O" && ampersand+lowercase "L" + one + O (not zero)
or
cLandScape=chr(27)+"&l1O"
and
you can also do it with @ 0,0 say &cLandScape
in some cases, you may have to print a blank after the code
??? &cLandScape+" "
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform