Search the web
Sign In
New User? Sign Up
malaysiafoxprousergroup · Malaysia FoxPro User Group - FoxPro & other DBMS discussion Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Print to printer dot matrik   Message List  
Reply | Forward Message #10 of 204 |
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



Tue Sep 7, 2004 8:24 am

kursin_008@...
Send Email Send Email

Forward
Message #10 of 204 |
Expand Messages Author Sort by Date

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...
Muhammad Kursin
kursin_008@...
Send Email
Sep 7, 2004
8:24 am
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help