Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using &
Message
De
03/01/2002 10:10:06
Alexandre Palma
Harms Software, Inc.
Alverca, Portugal
 
 
À
03/01/2002 09:42:03
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro et .NET
Titre:
Divers
Thread ID:
00600240
Message ID:
00600267
Vues:
16
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform