Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Word97
Message
De
05/08/1998 10:02:33
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
 
À
05/08/1998 09:36:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Re: Word97
Divers
Thread ID:
00123542
Message ID:
00124053
Vues:
19
>Hi Cetin,
>thank you for your help.
>Unfortunately, I could not apply it. My version works with ´Word.Basic´ not ´Word.Application´. So I need other objects which I do not know. Anyhow, I thank you for your trying to help me.
>
>Milos
Milos,
Then you could use like this :
cMyTable = "mytablename"
oWord = createobject("word.basic")
with oWord
  for ix=1 to fcount(cMyTable)
      .setdocumentvar(field(ix,cMyTable),eval(field(ix,cMyTable)))
  endfor
endwith
Here only you might need to add a conversion to char for eval() part.
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform