Band Columns Right to Left.

edited February 2006 in FastReport 3.0
Hi

I have a MasterData with a Columns=3, how i can begin print the the record from the right to the left.(arabic page!)


I mean :

I have a : ================>>
XXXXXXXXXXXX XXXXXXXXXXXX XXXXXXXXXXXXX
XXXXXXXXXXXX XXXXXXXXXXXX XXXXXXXXXXXXX
XXXXXXXXXXXX XXXXXXXXXXXX

I want : <======================
XXXXXXXXXXXX XXXXXXXXXXXX XXXXXXXXXXXXX
XXXXXXXXXXXX XXXXXXXXXXXX XXXXXXXXXXXXX
XXXXXXXXXXXX XXXXXXXXXXXX

Thanx

Comments

  • gordkgordk St.Catherines On. Canada.
    edited 4:55PM
    IIRC there is no right to left property for bands
    so you will probably need to use code to control the bands positioning, see the user manual on using the engine object to control the bands curx and cury props.
    ;)

Leave a Comment