Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Calling a function inside a specific prg file
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Calling a function inside a specific prg file
Divers
Thread ID:
00464910
Message ID:
00464910
Vues:
47
The case is this: given the following piece of code...

SET PROCEDURE TO LIB1, LIB2, LIB3

Both files LIB1 and LIB2 have a function called X(). In normal conditions if I call the X() function the one that resides in LIB1 will be executed because was loaded first. What if I want to invoke the X() function that resides inside LIB3 given the constraint that I cannot modify the SET PROCEDURE statement to change the order of the files?

Is there a way in VFP to call a function that resides inside a specific PRG program file to break the search sequence of VFP?

TIA
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform