formatting concatenated fields

potts

Registered User.
Local time
Today, 00:03
Joined
Jul 24, 2002
Messages
87
hi

does anyone know if it is possible to format part of a concatenated field so that it appears in italics, while the rest of the concatenation is in normal font?

Thanks
 
Hi potts,

The only thing that I can think of would be to make three
unbound controls, break the concatenated field into its
first, second and third components. Assign them to your
three new controls. Adjust their widths and locations
based on length. Then set the middle one to italics.

That's a lot of work, but it would look pretty good. One
drawback is that to make the calculations accurate it
would require a fixed-pitch font.

hth,
Wayne
 
am I right in thinking that this then means that there may be gaps between controls, or some text may not fit, if the number of characters within the control changes?
 
Your deduction is correct, the only other option is to use a third party add in such as Rich Text Control or the one from FMS which support variable formatting
 
sorry, I'm not familiar with this - could you tell me more?
 

Users who are viewing this thread

Back
Top Bottom