printing used A/4 sheet etikett labels

edited 12:52AM in FastReport 4.0
Hi
I use D7 and fr4 master report multicolumns (4) report from SQLquery>frxdbset

problem:
used sheets
one or more labels are used, and removed from a sheet.
how can resolve this problem (how can skip x lines or x records)
(insert x blank records? [img]style_emoticons/<#EMO_DIR#>/blink.gif" style="vertical-align:middle" emoid=":blink:" border="0" alt="blink.gif" /> ) now: sql select to ADOquery report load from file prepare showpreparedreport. thanks bnd[/img]

Comments

  • gpigpi
    edited 12:52AM
    See FRDemo "Dialogs and script" section "Choosing records to print" report
    wrote:
    (insert x blank records? blink.gif )
    You may use additional MasterData band with empty label and RowRount = x
  • gordkgordk St.Catherines On. Canada.
    edited 12:52AM
    you need to write code in the report and use some variables to track what you are doing.
    tip don't connect masterdataband to a data set, use the rowcount property and conrol movement in the dataset from code. there is a demo in the binaries newsgroup(a long way back) Aug 2008
    IIRC titled Selfcontained label.

Leave a Comment