Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Delete duplicate records
Message
De
27/11/2006 07:47:18
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
 
À
27/11/2006 07:43:10
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01172620
Message ID:
01172621
Vues:
20
Hi Tarik,
set dele on
set orde to 0
scan

   xdate=date
   xvoucher=voucher
   xtype=type
   xrec=recno()
   loca for date=xdate and voucher=xvoucher and type=xtype and recno()#xrec
   if foun()
      dele
   endif
   go xrec 
endscan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform