Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open dbf, CDX not open first time ??
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00177073
Message ID:
00177211
Vues:
36
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform