Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to tell if file string is and .dbf?
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00398179
Message ID:
00398353
Vues:
33
If you can open it with the command USE without error.

copy file MyDbfTable.xxx to c:\temp\MyDbfTable.dbf
on error llError=.T.
USE c:\temp\MyDbfTable.dbf IN 0
if llError=.T.
* it's not a DBF table
endif
Marc Levesque
La Prairie, Quebec (CANADA)
marc.levesque@videotron.ca
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform