Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Printing using @say command
Message
From
28/04/1999 11:28:10
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Printing using @say command
Miscellaneous
Thread ID:
00213020
Message ID:
00213020
Views:
63
> Hi:
>
> My name is Mick and have been programming in dbase, dbxl, clipper
> and foxpro 2.6 dos. Just getting into VFP6.0. I have taken a
> 2.6 dos appl. and got it into Vfp. Had some minor problems, but I
> think I got them worked out. The problem I am dealing with now,
> is printing using @say commands, don't know if it is Windows 98 or VFP.
>
> The problem is:
> When printing a report, the first report print is fine, if I print the same report again, it will be missing the first header line.
> Everything else is fine on the report.
>
Maybe printer buffer??? '???' maybe shut it off, but how??

> The code I am using is as follows:
>
> max_line = 60
> top_marg = 0
> bot_marg = 0
> @ 23,00 say 'Printing....' + space(30)
> set device to print
> set printer to
> ??? " "
> set console off
> * _pscode='27'+'64' I have been playing with these two commands, they don't seem to help.
> * _pecode='27'+'64'
> endif
>
> Any suggestion would be helpful.
>
> Thank You
>
> Mick
Reply
Map
View

Click here to load this message in the networking platform