Two Memo Object Stretch together

Dear All,

Urgent!

I have a report using two memo object, only one object will change the high of the memo, since this a form I want to set two memo object stretch together.

How to do it?

Example:

memo a : text - Payment Terms
memo b : formula - [INVOICE."PAY_TERMS"]

memo a will stretch according to the high of the memo b

example 1 : Set the stretch mode='smMaxHeight', not work!
example 2 : Set the stretch mode='smActualHeight', not work!

Best Regards

Leslie

Comments

  • gpigpi
    edited 6:31PM
    Move right set of the memos to subreport, place each pair of memos on the stretched band, set the stretchmode to smActualHeight
    Set TfrxSubReport.PrintOnParent to True

Leave a Comment