Column's printing sequence

edited November 2005 in FastReport 3.0
Hi,
Now I have a confusion on using columns. I have my data like this :

ID

01
02
03
04
05

I want to design my report with two columns, and the data to be displayed in the following format.

<span style='color:red'> ID | ID
01 | 04
02 | 05
03 </span>

But now I just can get what looks like this :
<span style='color:blue'> ID | ID
01 | 02
03 | 04
05 </span>


Is there any configuration to correct in order to realize what I want , as the red format ?

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 2:19PM
    use pagecolumn instead of bandcolumn.
    ;)
  • edited 2:19PM
    Thanks .


    But after I did as what you told, there is still some problems.

    If one paper contains 20 lines , and I only have 8 records. So all those 8 record were displayed at left column . I need them to be splited into 2 column and each column contains 4 records. Like the following ,

    page header
    ID ID
    1 | 5
    2 | 6
    3 | 7
    4 | 8
    _______________

    blank lines

    ____________
    page footer

  • gordkgordk St.Catherines On. Canada.
    edited 2:19PM
    Read the usermanual chapter on using the engine object
    you will learn how to control the curx and cury position of the bands.
    ;)
  • edited 2:19PM
    Ok , I'll try.

    Thanks.
  • edited 2:19PM
    Thanks again.

    I have already realized what I wanted.

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.