Shifting memos sideway?
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:
Assigned to Mr ShortName:
Assigned to Mr Medium Length Name:
it looks like...
Assigned to Mr An Extremely Long Customer Name:
Assigned to Mr ShortName:
Assigned to Mr Medium Length Name:
How can this be done?
Howard
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/2011Assigned to Mr ShortName:
xxxxxxxxxxxxxxxxxxxxxxxx
17/03/2011Assigned to Mr Medium Length Name:
xxxxxxxxxxxxxx
15/08/2011it looks like...
Assigned to Mr An Extremely Long Customer Name:
x
12/06/2011Assigned to Mr ShortName:
x
17/03/2011Assigned to Mr Medium Length Name:
x
15/08/2011How can this be done?
Howard
Comments