0
Merging RTF Fields
Is there a way to merge RTF text fields into another RTF text field and maintain formatting?
When I merge RTF fields I get one large text paragraph with all CR's removed.
2 replies
-
Louis Cornacchia
Rtf3 := raw(Rtf1) + raw(Rtf2)
this copies 2 rtf-fields (Rtf1 and Rtf2) into a third Rtf3 field.
-
Thank you. that is exactly what I needed.
Content aside
- Status Answered
- 2 yrs agoLast active
- 2Replies
- 74Views
-
2
Following