Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Text
Message
De
27/09/2002 06:42:19
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
27/09/2002 06:01:45
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Re: Text
Divers
Thread ID:
00705115
Message ID:
00705127
Vues:
10
>i want to insert text in word as we do pictures.
>e.g.
>oleapp.selection.inlineshapes.addpicture('c:\test.jpg', .f., .t.)
>
>what is commnd for inserting text.
>
>
>thanks in advance
>mohammed

Many ways. ie:
oWord.Selection.InsertAfter("YourText")
oWord.Selection.TypeText("YourText")

oWord.ActiveDocument.Bookmarks('SomeBookmark').Text = 'SomeText' && At some bookmark

oWord.Selection.InsertFile(FromFileName) && A whole text file

etc.
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform