Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with RTF printing
Message
De
07/06/2008 10:33:33
Reza Meamar
Homa Programming Group
Shiraz, Iran
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire de rapports & Rapports
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01322253
Message ID:
01322296
Vues:
25
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?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform