Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Code to delete duplicate records
Message
From
01/07/1998 12:05:45
 
 
To
01/07/1998 11:52:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00113312
Message ID:
00113428
Views:
34
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
>
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform