christophe
Wed Apr 16 16:14:54 CDT 2008
hi,
thanks so far.
I use vfp9 sp2
I need to print to a printer port under TerminalServer (windows server 2003
and SBS)
without printer drivers.
(There are no printer drivers available for that ticketprinter and the
layout is not important)
Christophe
"RandyBosma via DBMonster.com" <u17281@uwe> schreef in bericht
news:82c53600676b1@uwe...
> What version of FoxPro are you using?
>
> In older versions ??? sends the character expression directly to the
> printer
> without incrementing the printer column or row; it was most often used to
> send control codes for bolding, line spacing, or other such non-printing
> control information. You then end up with the program being customized
> for
> one model of printer.
>
> When the user changes printer, you have to modify the program to
> accomodate
> the new printer. Much better would be to learn the use of FoxPro's
> built-in
> report writer.
>
> HTH,
> Randy
>
> christophe wrote:
>>Hi,
>>
>>Is the use of ??? the same as
>>set device to printer
>>@x,y
>>set device to screen
>>
>>the documentation of @x,y doesn't say much.
>>and i want to us it for plain text printing
>>
>>kind regards
>>christophe
>
> --
> Message posted via DBMonster.com
>
http://www.dbmonster.com/Uwe/Forums.aspx/foxpro-general/200804/1
>