Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using &
Message
From
03/01/2002 10:10:06
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
To
03/01/2002 09:42:03
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Title:
Miscellaneous
Thread ID:
00600240
Message ID:
00600267
Views:
17
This message has been marked as the solution to the initial question of the thread.
What you can do is have vbs files an execute this vbs but this will not properly be a good solution another approach is create that procedures as an ACTIVEX exe or dll in this case you can do in your code the following:
dim loobj AS object
lcproc = get your proc to execute
set loobj = CREATEOBJECT("myobject." & lcproc)
loobj.exec params
>Well that stinks. I have a table that contains a list of requests. Each request has a list of steps(functions or procedures) to execute. After a request is selected, I query the steps table to get the appropriate procedures to execute. Is there anyway I can do this or am I gonna have to hard code everything? Thanks for the quick response, although it is very disappointing.
Alexandre Palma
Senior Application Architect
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform