Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP with MSWord
Message
De
22/03/1999 11:16:29
 
 
À
22/03/1999 04:34:27
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
00200130
Message ID:
00200493
Vues:
8
>Now, my main concern is how to pass parameters to word, I welcome any tips you might have.

What specifically are you trying to do with Word? Parameters are passed from VFP to Word ordinally, but in VBA they are named:

VB:

Object.Method(param1 = "param1value" param2= "param2value")

VFP:

Object.Method("param1value", "param2value")

The trick to converting VBA syntax to VFP syntax is to make sure you get the order of the parameters correct.
Erik Moore
Clientelligence
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform