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 records
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 (without eject) Stop print continue
eject
exsample 2 :
use customer && 90 records
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,
_______________________________
Do you Yahoo!?
Win 1 of 4,000 free domain names from Yahoo! Enter now.
http://promotions.yahoo.com/goldrush