Allen,
oForm = CREATEOBJECT("form")
oForm.AddObject("rtf", "olecontrol", "richtext.richtextctrl")
oForm.rtf.visible = .T.
oForm.rtf.height = 100
oForm.rtf.width = 200
oForm.rtf.text = "Hello FoxGang!"
oForm.rtf.selstart = 6
oForm.rtf.sellength = 3
oForm.rtf.selcolor = RGB(255,0,0)
oForm.rtf.selstart = 0
oForm.rtf.sellength = 100
oForm.AddObject("rtf2", "olecontrol", "richtext.richtextctrl")
oForm.rtf2.visible = .T.
oForm.rtf2.height = 100
oForm.rtf2.width = 200
oForm.rtf2.top = 100
oForm.rtf2.textrtf = oForm.rtf.selrtf
oForm.AddObject("edt", "editbox")
oForm.edt.visible = .T.
oForm.edt.left = 200
oForm.edt.width = 200
oForm.edt.height = 200
oForm.edt.value = oForm.rtf.selrtf
oForm.rtf.selstart = 100
oForm.rtf.sellength = 0
oForm.width = 400
oForm.show(1)
Tracy Pearson
PowerChurch Software
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/000801cb6ae6$71dea4b0$559bee...@com
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.