Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SCAN FOR SEEK() or SCAN WHILE SEEK()
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00527736
Message ID:
00528343
Views:
23
>No it is processing and then deleting.
>
>Thanks
>Regards
>Bhavbhuti
select MyDBF
set delete on
set exact ON or OFF (off for partial match)
do while seek(lcTheRecordToDelete)
delete
enddo
Imagination is more important than knowledge
Previous
Reply
Map
View

Click here to load this message in the networking platform