Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Skipping Labels
Message
De
29/03/1999 23:07:13
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Titre:
Skipping Labels
Divers
Thread ID:
00203290
Message ID:
00203290
Vues:
45
This is a 'nice to have' if I can work it out ... and I would
share the code if I can get it to work.

Can we skip the first X number of labels on a preprinted laser
form somehow? This would save a few bucks a day for the one
application I'm working on. Here's the code I'm using to generate
a set of mailing labels and send the results to a preview window:

thisform.hide
SELECT Indivpu.ncremid, Indivpu.cpetname, Indivpu.dpickup;
FROM .\data\tracker!indivpu;
WHERE Indivpu.lprtcrem = .T.;
AND Indivpu.dpickup IS NOT NULL;
AND Indivpu.ncremid <> 0;
ORDER BY Indivpu.ncremid;
INTO CURSOR Qcrem
LABEL FORM .\reports\lbcrem.lbx NOCONSOLE PREVIEW
thisform.show

I tried append blank into the cursor but that doesn't look
too promising. Any suggestions for generating blank records
onto the top end of the cursor?

thanks --

Bob Longmire
Hillside, IL
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform