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

Click here to load this message in the networking platform