Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Mail Merge into word with a Map - Help!!!
Message
De
05/10/2002 02:03:59
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00707687
Message ID:
00708032
Vues:
21
>To get you started try this:
>oWord = CREATEOBJECT("Word.Application")&& Create Word object
>oWord.Documents.ADD()	&& Add blank document
>oWord.Selection.InlineShapes.AddPicture("c:\winnt\greenstone.bmp", .T., .F. && add Picture
>oWord.ActiveDocument.PrintOut	&& Print Document
>
>** This line will open the word app
>oWord.VISIBLE = .T.
>
>
>You can also Record a Macro then open the Visual Basic Editor and
>copy the macro code out. You will need to change the syntax for VFP.
>
>Hope this helps
>
>THis is a good time as any to ask.
>How do you reply with the code sample in white?

Placed the < pre > , < /pre > tags for you :)
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