How to print a form style report like sales order

;)

When i used TFastReport to print a form style report like sales order, i met the following problem:

1. How can i control the position of the TfrMemoView, TfrCrossview, etc ?
2. How can i realign the TfrMemoView's position when paper size or orientation is changed in print setup.

Comments

  • edited 2:20AM
    See the documentation included. Almost every TFRView descendant has positioning properties like LEFT, TOP, BANDALIGN. With use of these properties You can do almost everything. You can set them from FR script on report level or from application level in the report's OBP event handler.

    Regards:Alex

Leave a Comment