Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Open dbf, CDX not open first time ??
Message
 
To
18/01/1999 10:39:13
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00177073
Message ID:
00177211
Views:
38
Hi Virusim,

Try it like this:

LOCKFIL(haud,'haud')
PURGE('haud')
SELECT haud
INDEX ON .... TAG test1 of haud
INDEX on ....
INDEX on ....

FUNC LOCKFILE(pFileName,pAlias)
USE (pFileName) IN 0 ALIAS (pAlias) EXCLUSIVE
SELECT (pAias)
ENDFUNC

FUNC PURGE(pAlias)
SELECT (pALias)
DELETE TAG ALL
ENDFUNC

You haven't had the correct work area enabled when you tried to reindex.

Christof
--
Christof
Previous
Reply
Map
View

Click here to load this message in the networking platform