Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
@ 3,30 Say ... Color W+/B
Message
 
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00653597
Message ID:
00653687
Views:
25
>Edgar,
>
>Try issuing an @ 0,0 say ''
>when starting a new page.
>
>Also, if you are using @..say when echoing output to the screen, issue the same command before redirecting the output back to print, so that you don't confuse VFP as to what the current row(),prow() is.
>
>Rgds
>
>
>
>
>>The First Print time of a Say (re-directed w/ Set Device To Printer) always drops a line of print containing the color parameter. Subsequant prints are ok.
>>Why the vanishing trick?
>>
>>TIA
This is what "unconfused VFP"
You can't just Set Printer on and Set device to printer... three new lines!
    SET DEVICE TO SCREEN
    Set Printer Off
    Set Print To
    Set Printer On
    Set Device To Printer
...
Edgar L. Bolton, B.S. B.B.A.
Previous
Reply
Map
View

Click here to load this message in the networking platform