where is my records

hi all;

in my report; there is a MASTERDATA and a SUBREPORT...
masterdata is a single row...
subreport have a dataset...

there is 30 records in my data but
i want to only 6 records every page
i set subreports masterdata.Row count = 6
but i can see only first page in report

what can i do?

Comments

  • edited 1:50PM
    "RowCount=6" in FR is used for show only 6 records not for print 6 records each page.

    To solve this problem yu can use [LINE] variable: if [LINE] MOD 6 =0 THEN "Start new page". Please refer to FR 3.0 Manual for details.
  • edited 1:50PM
    I'll try this... thanks

Leave a Comment

Rich Text Editor. To edit a paragraph's style, hit tab to get to the paragraph menu. From there you will be able to pick one style. Nothing defaults to paragraph. An inline formatting menu will show up when you select text. Hit tab to get into that menu. Some elements, such as rich link embeds, images, loading indicators, and error messages may get inserted into the editor. You may navigate to these using the arrow keys inside of the editor and delete them with the delete or backspace key.