Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Delete records
Message
From
04/08/2004 06:24:18
 
 
To
04/08/2004 03:13:12
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00930569
Message ID:
00930594
Views:
11
Hi,

Try something like this instead:
CLOSE all
USE ali123
SELE 0
USE ali
SCAN
  SELE ali123 
  LOCATE for char3= ali123
  IF FOUND()
   DELETE  
  ENDIF
  SELE ali
ENDSCAN
HTH,
Viv
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform