Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with RTF printing
Message
From
07/06/2008 10:33:33
Reza Meamar
Homa Programming Group
Shiraz, Iran
 
General information
Forum:
Visual FoxPro
Category:
Reports & Report designer
Environment versions
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01322253
Message ID:
01322296
Views:
24
I can merge two rtf as below ( i take it from a VB code )
    THISFORM.oleRTF.SelStart = 0
    THISFORM.oleRTF.SelLength = Len(THISFORM.oleRTF.Text)

    THISFORM.oleRTF1.SelStart = 0
    THISFORM.oleRTF1.SelLength = Len(THISFORM.oleRTF1.Text)

    THISFORM.oleRTF2.SelStart = 0
    THISFORM.oleRTF2.SelLength = Len(THISFORM.oleRTF2.Text)
    THISFORM.oleRTF2.SelRTF = THISFORM.oleRTF.SelRTF
    THISFORM.oleRTF2.SelStart = Len(THISFORM.oleRTF2.Text)
    THISFORM.oleRTF2.SelLength = 0
    THISFORM.oleRTF2.SelText = CHR(10)
    THISFORM.oleRTF2.SelStart = Len(THISFORM.oleRTF2.Text)
    THISFORM.oleRTF2.SelLength = 0
    THISFORM.oleRTF2.SelRTF = THISFORM.oleRTF1.SelRTF

    THISFORM.oleRTF.SelStart = 0
    THISFORM.oleRTF.SelLength = 0
    THISFORM.oleRTF1.SelStart = 0
    THISFORM.oleRTF1.SelLength = 0
Now i want to know how i can do this programmaticaly ?
Can you help me?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform