Shifting memos sideway?

hsmhsm
edited 7:42PM in FastReport 4.0
I have three memos on the same line in detail band.
The left hand one contains fixed text and the other two contain string data from my database. The first two are in bold.
ie (the {} represent the memos)

{Assigned to} {[dataset.AssignedStaffName]:} {[dataset.AssignedDate]}

I'd like to shift the {[dataset.AssignedDate]} memo leftwards depending upon then length of {[dataset.AssignedStaffname]} so that it always looks nice

ie instead of...
Assigned to Mr An Extremely Long Customer Name:
x
12/06/2011
Assigned to Mr ShortName:
xxxxxxxxxxxxxxxxxxxxxxxx
17/03/2011
Assigned to Mr Medium Length Name:
xxxxxxxxxxxxxx
15/08/2011

it looks like...
Assigned to Mr An Extremely Long Customer Name:
x
12/06/2011
Assigned to Mr ShortName:
x
17/03/2011
Assigned to Mr Medium Length Name:
x
15/08/2011


How can this be done?
Howard

Comments

  • gpigpi
    edited 7:42PM
    Try to set {[dataset.AssignedDate]} memo's Align property to baLeft

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.