Resize Memo like DataField
Hello,
I'm having a problem with resizing memo like datafield next to it. I have one 2 columns in Header1 and in 1. column there are stacked Memos and another column are data from databases (Fields). Now One field
can be bigger then just one line and I set it to Streach to actualSize, BUT i would also like that the memo from the 1. column streach with it. So when the 2. column pushes down the next row that so would
1. column. I attached 2 images for better understanding. If you look 2. Picture: I would like to memo "Opis:" Streach like [qryGetWSDATA."OPIS"] when it recives data.
Best regards,
Skafuoko Myncheri
I'm having a problem with resizing memo like datafield next to it. I have one 2 columns in Header1 and in 1. column there are stacked Memos and another column are data from databases (Fields). Now One field
can be bigger then just one line and I set it to Streach to actualSize, BUT i would also like that the memo from the 1. column streach with it. So when the 2. column pushes down the next row that so would
1. column. I attached 2 images for better understanding. If you look 2. Picture: I would like to memo "Opis:" Streach like [qryGetWSDATA."OPIS"] when it recives data.
Best regards,
Skafuoko Myncheri
Comments
setmemo 1 to stretch to max height and set its vertical alignment to center
Great! That worked.
I left header with few pairs (fields) that don't streach and then put 1 pair that does streach to child band and connect it to header. Child1 has another child (Child2) and contains the rest of fields that again don't resize.
Thank you!