Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Open clipper *.dbf with *.ntx
Message
De
17/09/1999 08:28:02
 
 
À
17/09/1999 08:09:38
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00265756
Message ID:
00265819
Vues:
24
>AFAIK, VFP can read Clipper DBF, but cannot read the NTX files.
>Is it Visual FoxPro can open the clipper *.dbf with *.ntx?

Right Sylvain.
VFP cant open *.ntx type indexes.
But in clipper5.2e is a dbfndx driver included.
To use the dbfndx driver in clipper:
1 - Place a REQUEST DBFNDX at the beginning of your application
2 - Use RDDSETDEFAULT("DBFNDX") to set the default driver to DBFNDX.
i.e.
REQUEST DBFNDX
RDDSETDEFAULT("DBFNDX")
.
.
.
USE Customers INDEX name,address NEW

3 - Include the library file dbfndx.lib by the compile step.
(Rtlink fi lib dbfndx)

After this steps you can open the clipper .dbf and .ndx file in vfp.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform