help me please,
Why source code @prow()... say... in FoxPro and
Visual FoxPro result output to printer (printer dot
matrik)
is not same...?
example 1 :
use customer && 90 record
go top
set device to print
set print to
mLine = 1
do !eof()
@ prow()+1,10 say Trans(mLine,'99')+' '+Cust_id+'
'+Contact
mLine = mLine+1
if mLine > 5
exit
endi
skip
enddo
set print to
set device to scree
RESULT OUTPUT TO PRINTER
In FoxPro In VFP
-------------------------
---------------------------
1 ...... .......... 1 ...... ...........
. .
. .
5 ...... ........... 5 ...... ...........
Stop print Stop print continue eject
(without eject)
exsample 2 :
use customer && 90 record
go top
set device to print
set print to
mLine = 1
do !eof()
@ prow()+1,10 say Trans(mLine,'99')+ '+Cust_id+'
'+Contact
mLine = mLine+1
skip
enddo
set print to
set device to scree
RESULT OUTPUT TO PRINTER
In FoxPro In VFP
-------------------------
---------------------------
1 ...... .......... 1 ...... ...........
. .
. .
90 ...... ........... 66 ...... ...........
eject
61 ...... ...........
.
.
90 ....... ...........
Stop print (without eject) Stop print continue eject
I need result output to printer same as use FoxPro
(without eject)
please help me,
thanks,
kursin_008@...
__________________________________
Do you Yahoo!?
New and Improved Yahoo! Mail - Send 10MB messages!
http://promotions.yahoo.com/new_mail