Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00527736
Message ID:
00528343
Views:
26
>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