Home General
New Blog Posts: Merging Reports - Part 1 and Part 2

Skipping Records

edited July 2003 in General
I'm trying to skip records based on the DM0116 demo using the OnNext event
of the datapipeline but it only seems to skip the first records that meets
the criteria (boolean field = true) and does not skip any subsequent
records. Is there a better way to skip records? This is for an Avery 5160
label report. Here is the code I'm using:

If tablex.Eof then exit;
If tablexfieldx.Value = True then
pp5160.Skip;

Thanks

Bob Parrish

Comments

  • edited July 2003
    Never mind! I have it working, I left out some code.

    Bob
This discussion has been closed.