Search the web
Sign In
New User? Sign Up
foxproprogrammersassistant · Foxpro Programmers Assistant
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

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 Out on VFP and FoxPro   Message List  
Reply | Forward Message #8 of 223 |
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



Wed Sep 8, 2004 4:42 am

kursin_008@...
Send Email Send Email

Forward
Message #8 of 223 |
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 8, 2004
4:42 am
Advanced

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