Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Appending to RTF Memo
Message
 
 
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00939016
Message ID:
00941656
Views:
15
You're welcome. :)

>Sorry it took so long to reply, but your solution was excellent! Thank you so much for *all* the great work you do on UT and for helping me here!

>>
>>You can use RTF control to merge two RTF documents. Something like this
* Load the first document
>>...
>>* Append second
>>Thisform.oRtf.oBJECT.SelStart = LEN(Thisform.oRtf.oBJECT.Text)
>>Thisform.oRtf.oBJECT.SelLength = 0
>>Thisform.oRtf.oBJECT.SelRtf = mytable.mymemo2
>>...
>>
Check also Functions for RTF-files JOIN File #9971
>>
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform