Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing parameters from a exe or dll file
Message
From
13/10/2004 10:47:26
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
 
 
To
13/10/2004 10:25:14
Jon Neale
Bond International Software
Wootton Bassett, United Kingdom
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00951054
Message ID:
00951072
Views:
17
I think I was being a bit stupid.

You can pass dll's paramaters as long as they are defined in the methods of the dll.

* set up dll object
lcUser = "FRED"
oDll = NEWOBJECT("Dll.Payroll")
lcValue = oDll.GetValue(lcUser)
Previous
Reply
Map
View

Click here to load this message in the networking platform