OneStop Posted October 12, 2004 Posted October 12, 2004 Is there a way to concatenate data for a Portal such that some of the text will be bold or in italics for instance.. I have a portal setup that show the Clients name <<<BOLD The Client's Address <<<ITALICS and then Client notes in regualr type... I would like it to appear as such CLIENT <<BOLD Address <<italics Notes...notes notes.. did I make that confusing enough?
BrentHedden Posted October 12, 2004 Posted October 12, 2004 Sure - with FM7 text formatting is a very welcome and easy thing to do. I'm supposing that you want the client, address, and notes fields all in one larger field. Just create a new calculated field with the following calc - TextStyleAdd ( Client; Bold ) & " " & TextStyleAdd ( Address; Italic ) & " " & TextStyleRemove ( Notes; AllStyles ) You could also use a "
Recommended Posts
This topic is 7416 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now