Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Fields and alignment
Message
 
To
07/11/1999 01:20:58
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Miscellaneous
Thread ID:
00287938
Message ID:
00288530
Views:
16
use customer in 0 shared
go top
PageCount=0
LineCount=90
=getprinter()
set device to print
do while !eof()
if LineCount>66 && Header
pagecount=pagecount+1
@ 0,0 say [Customer Report]
@ 0,60 say [Page]+str(PageCount,4)
** and so on ....
linecount=1
Endif && LineCount>66
@ linecount,0 say customer.cus_act
@ linecount,10 say customer.cus_name
linecount=linecount+1
enddo && While ! EOF('customer')

Check help for @ or SAY
>Hi
>
>what is @SAY and how do you use. I couls could not find any decent docs on it.
>
>Thanx
>Gnana
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform