Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Skipping Labels
Message
From
29/03/1999 23:07:13
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Title:
Skipping Labels
Miscellaneous
Thread ID:
00203290
Message ID:
00203290
Views:
44
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
Next
Reply
Map
View

Click here to load this message in the networking platform