Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Fields and alignment
Message
 
À
07/11/1999 01:20:58
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00287938
Message ID:
00288530
Vues:
15
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform