Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Play AVI question
Message
De
03/05/2001 17:45:19
Larry Rix
Larry Rix & Associates, Inc.
Westminster, Colorado, États-Unis
 
 
À
03/05/2001 17:14:00
Information générale
Forum:
Visual FoxPro
Catégorie:
Contrôles ActiveX en VFP
Divers
Thread ID:
00503179
Message ID:
00503266
Vues:
34
... or try:

SET LIBRARY TO ( HOME() + ".\FOXTOOLS.FLL" )

or

local lcTools
lcTools = home() + ".\foxtools.fll"
set library to (lcTools)

The idea being, of course, to not assume that foxtools.fll is in the path, but to have specific knowledge of its location and express that in the string. Furthermore, if the quotes are presenting a problem then the parenthetical expression forces VFP to evaluate the contents of the expression prior to handing off the value to the SET LIBRARY TO instruction.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform