RichText - Adding Lines
Hi,
I am new to Report Builder, and I am trying to figure out how to add lines
to a RichText object in RB using 'RAP'. I know you can do it with 'Memos'
using the Memo1.Lines.Add ('{insert text1}');, but how do you do it with a
Rich Text object.
The reasoning for this is, in my report I want the woring in the RichText
object to be different depending on a conditonal 'if then else' statement.
Hope that makes sense
Regards
Russell
---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com
I am new to Report Builder, and I am trying to figure out how to add lines
to a RichText object in RB using 'RAP'. I know you can do it with 'Memos'
using the Memo1.Lines.Add ('{insert text1}');, but how do you do it with a
Rich Text object.
The reasoning for this is, in my report I want the woring in the RichText
object to be different depending on a conditonal 'if then else' statement.
Hope that makes sense
Regards
Russell
---
This email is free from viruses and malware because avast! Antivirus protection is active.
http://www.avast.com
This discussion has been closed.
Comments
You can use the various RichText Paragraph properties to alter the
actual RTF data.
Take a look at the following properties in the RB help for more information.
SelLength, SelStart, SelText
The RichText component also support MailMerge which allows you to have
dynamically updated text within the text based on DB values.
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com