Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Text
Message
From
27/09/2002 06:42:19
Cetin Basoz
Engineerica Inc.
Izmir, Turkey
 
 
To
27/09/2002 06:01:45
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Re: Text
Miscellaneous
Thread ID:
00705115
Message ID:
00705127
Views:
9
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform