M
matthias greier
How can i add text to the RTF2.Memo without loosing the formatting?
I tried both:
--- Me.RTF20.Object.PlainText = Me.RTF20.Object.PlainText & Chr(13) &
---Chr(10) & Me!Liste0.Column(1, itm) & ": " & Chr(13) & Chr(10)
Formatting is lost
---Me.RTF20.Object.PlainText = Me.RTF20.Object.PlainText & Chr(13) &
--- Chr(10) & Me!Liste0.Column(1, itm) & ": " & Chr(13) & Chr(10)
Doesn't add anything.
Can i also add Text INTO the Text, like if I push a button, text should
be inserted where the coursor was.
thank you, matthiasAustria
I tried both:
--- Me.RTF20.Object.PlainText = Me.RTF20.Object.PlainText & Chr(13) &
---Chr(10) & Me!Liste0.Column(1, itm) & ": " & Chr(13) & Chr(10)
Formatting is lost
---Me.RTF20.Object.PlainText = Me.RTF20.Object.PlainText & Chr(13) &
--- Chr(10) & Me!Liste0.Column(1, itm) & ": " & Chr(13) & Chr(10)
Doesn't add anything.
Can i also add Text INTO the Text, like if I push a button, text should
be inserted where the coursor was.
thank you, matthiasAustria