How to skip x number of labels before printing

I need to skip x number of labels before printing. This is needed when printing just one label on a sheet of labels that have some labels missing.
Don

Comments

  • edited 5:21AM
    I have looked at fast-reports.public.binary for the label demo that has been talked about on this forum but can't find it anywhere!
    Don
  • edited 5:21AM
    joekeyman wrote: »
    I have looked at fast-reports.public.binary for the label demo that has been talked about on this forum but can't find it anywhere!
    Don

    I may have a copy archived somewhere along with some modified code Gord Knight shared with me. I'll see if I can find it later today (it's early morning here).

    Cheers
  • gpigpi
    edited 5:21AM
    You can hide/show band in band's OnBeforePrint event
  • gordkgordk St.Catherines On. Canada.
    edited 5:21AM
    i'll repostit to the binaries news group shortly.
  • edited 5:21AM
    I figured it out!! I created 2 variables, XVar & YVar. Passed the values from my code to XVar & YVar. Then in the BeforePrint function I set the engine CurX & CurY values. Works like a charm now. Looking forward to the demo. Thanks for putting it into the binaries.

Leave a Comment