Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Where is logical place to load foxtools
Message
 
To
23/12/2002 23:14:25
General information
Forum:
Visual FoxPro
Category:
CodeMine
Miscellaneous
Thread ID:
00735570
Message ID:
00735995
Views:
5
>I'm sure you can load it in "appmain" maybe after the following:
> IF NOT FILE(m.cFllPath)
> m.cFllPath = '..\Common50\Codemine.fll'
> ENDIF
> ENDIF
>
> ON ERROR m.cFllPath = ''
> SET LIBRARY TO (m.cFllPath) ADDITIVE
>
>John

Don't forget to check if the library is loaded first:
IF ! 'CODEMINE' $ SET(LIBRARY)
SET LIBRARY TO (m.cFllPath) ADDITIVE
ENDIF

Dana
Where's the damned Any Key?...too late
Previous
Reply
Map
View

Click here to load this message in the networking platform