printing a multi-page report

Windows XP, Delphi 6, FR 2.53

I print out a five page report made up of 5 pages, which are basically 5 Report titles on 5 pages.

My problem is that I wish to print them out in user-defined order. How would I go about that programatically.

FRReport.Pages.Move(x,y) and Pages.Page[0].Position := 1 seem to have no effect.

Thanks in advance ;)

Comments

  • edited 1:31PM
    hi,use codes like this:

    frReport1.Pages.Move(0,1);

    it can move the first page to second
  • edited 1:31PM
    FRReport.Pages.Move(x,y)

    was not working for me - when is this called so it does work.

    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.