Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
HT Display dbf structure and sample data?
Message
De
15/11/2000 23:08:35
 
 
À
15/11/2000 19:51:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00441931
Message ID:
00442476
Vues:
8
>Yes, but how would I run this against the entire directory automatically?
LOCAL aDBF[1,5], nCtr
nDBF = ADIR(aDBF,'*.DBF')
FOR nCtr = 1 TO nDBF
   USE (aDBF[nCtr,1])
   ? aDBF[nCtr,1], aDBF[nCtr,2],'bytes',recc(),'records'
   DO <i>whatever the function was</i>
   USE
ENDFOR
EMail: EdR@edrauh.com
"See, the sun is going down..."
"No, the horizon is moving up!"
- Firesign Theater


NT and Win2K FAQ .. cWashington WSH/ADSI/WMI site
MS WSH site ........... WSH FAQ Site
Wrox Press .............. Win32 Scripting Journal
eSolutions Services, LLC

The Surgeon General has determined that prolonged exposure to the Windows Script Host may be addictive to laboratory mice and codemonkeys
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform