Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Are There Any Simple For This?
Message
De
18/07/2001 10:33:40
 
 
À
18/07/2001 10:30:26
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00531899
Message ID:
00531991
Vues:
12
Ok.. Fair enough.. :)

>>Cetin,
>>
>>Why not use Append From on its own?
>>
>>The only advantage I can see from your technique is that it gives a filter criteria (which can be achieved with the for clause of append from)
>>
>>
>>FileCount=adir(arrTables,cTablePath+'\*.dbf')
>>use (cTablePath+arrTables[1,1])
>>afields(arrStruc)
>>use
>>Create Cursor MyCursor from array arrStruc
>>
>>For ix=1 to FileCount
>>  append from (cTablePath+arrTables[ix,1]) for MyUsefulCriteria
>>Endfor
>>
>>
>>Will
>
>Will,
>As you figured out for filter criteria :) Yes you can use 'for' clause but I just thought it would be harder to implement for average user (bad assumption maybe).
>Cetin
Will Jones
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform