Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy fields
Message
De
28/11/2004 18:44:46
 
 
À
28/11/2004 15:48:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Divers
Thread ID:
00965005
Message ID:
00965276
Vues:
10
To copy more that one record with conditon :

clos data
sele 0
USE xldata
sele 0
use nan
delete all && or zap if file is used exclusive
sele xldata
nCustno=thisfrom.text1.value && conditional to custno field on the form (numeric)
go top
do whil not eof()
if custno=ncustno && append only in custno is = nCustno
scatter to mxx
sele nan
append blank
gather from mxx
sele xldata
endif
sele xldata
skip
enddo

clos data
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform