Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Code to delete duplicate records
Message
De
01/07/1998 12:05:45
 
 
À
01/07/1998 11:52:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00113312
Message ID:
00113428
Vues:
33
oops

>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
   m.jobnumber = jobnumber
>endscan
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform