Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameters from VB to VFP ActiveX server
Message
From
20/11/1997 17:48:57
 
 
To
20/11/1997 15:47:28
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00061455
Message ID:
00061503
Views:
33
The information that Murray gave you is correct. You'll have to make the call like a method because it is one. The thing that struck me funny is the following:

> PROCEDURE LoadData (cSourceFile, cDataPath, cTableName)
> PARAMETERS cSourceFile, cDataPath, cTableName

I'm not really sure what VFP is going to do with this. It is legal to define parameters on the same line as the method. These parameters will be scoped as LOCAL. The next line will scope the parameters as PRIVATE. Either way you only need the parameters in one spot.

-Mike
Michael Levy
MCSD, MCDBA
ma_levy@hotmail.com
Previous
Reply
Map
View

Click here to load this message in the networking platform