Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Labels...skipping labels that have already been used
Message
 
À
17/06/1998 15:13:43
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Divers
Thread ID:
00109229
Message ID:
00109244
Vues:
18
If printing labels, and you copy the desired information into a seperate updatable cursor, you can add blank records before adding the records to actually be printed.
Ex:
create cursor myLabels ( lblLine1 c(50), lblLine2 c(50), lblLine3 c(50))
insert into mylabels
insert into mylabels

select ( real file with live data )
scan for (label requirement condition)
  insert into mylabels ( lblLine1, lblLine2, lblLine3 );
     values ( live.fld1, live.fld2, live.fld3 )

endscan
Now you should be able to print with the first gap being blank...
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform