Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code to delete duplicate records
Message
De
01/07/1998 11:52:34
 
 
À
01/07/1998 11:29:45
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00113312
Message ID:
00113420
Vues:
32
I see. I was not paying good attention.

to prevent the skips I would do the following:
set order to jobnumber
* no need for "go top", scan does it for you

m.jobnumber = -1 && some value that no record will have

scan
  if jobnumber = m.jobnumber
    delete
  endif
endscan
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform