Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Play AVI question
Message
From
03/05/2001 17:45:19
Larry Rix
Larry Rix & Associates, Inc.
Westminster, Colorado, United States
 
 
To
03/05/2001 17:14:00
General information
Forum:
Visual FoxPro
Category:
ActiveX controls in VFP
Miscellaneous
Thread ID:
00503179
Message ID:
00503266
Views:
36
... 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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform