How to set the fix size for MasterData Band?

edited March 2009 in FastReport 4.0
Dear Friend:
My Question is how to set the fixed size for MasterData Band in Page Design Mode?

I want to set flexibly the MasterData band on page, such as change the begin position and band width,How to do that in Design mode except code way?

Looking forward to your good ideas.

br

Johnny

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 5:41AM
    you don't need to set width
    if you are trying to control where band output is on the finished page use the engine object to control
    cury and curx positioning.
    read the usermanual chapter on using the engine object.
  • edited March 2009
    Dr Gord

    Thanks for your quick reply,yes I have found the solution by script! but I hope it can be available on Report template Design phase.
    Detail reason as below:

    Because user wants to add picture or text information object which is not binding masterdata record on Left or Right of Masterdata band,they need one feature support to set the position of band on anywhere in page.

    I will send two pics to you by mail,one is the template,another is final report.

    Do you have any other way to meet it?



    Johnny
  • gordkgordk St.Catherines On. Canada.
    edited 5:41AM
    Johnny
    you will have to re think your design layout to accommodate all the enduser wants.
    the band(depending upon its type and prop settings) controls where it begins to output vertically
    the actuall position is goverened by the object's positions within the band.
    you may need to use several design pages and control which one is used(visible) depending upon options chosen by the user.
  • edited 5:41AM
    Dr Gord
    Thanks for your reply!

    If I need this special function, Would you offer one customized vcl to me, and let me know the extra-cost,Thanks!

    BTW,I got another requirement from user,they want to combine many *.fp3 file to one fp3, how to do that?

    Looking forward to your reply!

    br

    Johnny
  • gordkgordk St.Catherines On. Canada.
    edited 5:41AM
    that functionality already exists
    for combining fp3 files use 2 tfrxreportcomponents
    load the first fp3 file into the first report component,
    load the second fp3 file into the other report component.
    then add the previewpages from the second to the first.
    clear the second and repeat as many times as necessary.

  • edited 5:41AM
    Dr Gord
    Thank your very much!

    I have combined multi-reports by your way.

    But I don't know how to re-number for each page.

    Looking forward to your answer!

    br

    Johnny
  • gordkgordk St.Catherines On. Canada.
    edited 5:41AM
    when you combine fp3 files thes are completed reports and you can't change the page numbering.
    otherwise
    read the programmers manual on batch reports
  • edited 5:41AM
    gordk wrote: »
    when you combine fp3 files thes are completed reports and you can't change the page numbering.
    otherwise
    read the programmers manual on batch reports

    Dear Gord

    do you have any other ways to solve this problem which re-number for the appended pages except public vailables?

    br

    Johnny

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.