Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Check if a delete command worked
Message
From
03/07/2003 12:20:03
 
 
To
03/07/2003 08:32:11
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00806075
Message ID:
00806609
Views:
22
Thanks to every one who replied. I think that since I only need to know if a record is marked for deletion the simplest solution is (code is in a do loop)
DELETE NEXT 1 FOR pireq.creqno = lcReqNo IN pireq
llDeleted = DELETED('pireq')
IF NOT llDeleted
   llOk = .F.
   EXIT
ENDIF

Code that checks to see status of LLOK.
Please point out any problems with this approach.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform