Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Passing Parameters to VB function
Message
From
16/11/1999 13:26:17
 
 
To
16/11/1999 13:11:48
General information
Forum:
Visual FoxPro
Category:
COM/DCOM and OLE Automation
Miscellaneous
Thread ID:
00291539
Message ID:
00291541
Views:
21
>Is there a way to pass parameters to a VB executable/ VBA macro/ function/ subroutine from within VFP? At this point I'm not picky. What I have tried is the following:
>
>vapobj=createobject("msproject.application")
>vapobj.visible=.t.
>vapobj.fileopen("fileloc/filename")
>vapobj.macro("macroname")
>
>Which works to run a macro that exists in the file I have opened. However, what I need to do is pass it variables to have it do stuff with. I seem to have hit the bottom of the object tree, but I'm not really sure since I'm having real trouble finding documentation. I'm open to any suggestions, solutions, whatever.
>
>TIA!!
>
>Laurisa Watkins
>Seattle City Light

Once you have the object reference, you should be able to everything you need from within VFP. What are you trying to do?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform