Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete duplicate records
Message
From
27/11/2006 09:47:53
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
 
 
To
27/11/2006 07:47:18
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01172620
Message ID:
01172649
Views:
18
Okey than,
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()
      conti
      if foun()
         dele
      endif
   endif
   go xrec
endscan
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform