Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP with MSWord
Message
From
22/03/1999 11:16:29
 
 
To
22/03/1999 04:34:27
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00200130
Message ID:
00200493
Views:
9
>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
Previous
Reply
Map
View

Click here to load this message in the networking platform