Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Reverse Mark Delete....
Message
 
To
12/10/1998 01:35:24
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00145830
Message ID:
00145907
Views:
40
>Are there any fast method to Reverse Delete Mark for a scope of record without jump to wrong recno after done?!
>
>That is, if the record is deleted, recall it else delete it!

Justok,
SELECT TheAlias
SCAN FOR TheScope
   IF DELETED()
      RECALL
   ELSE
      DELETE
   ENDIF
ENDSCAN
Previous
Reply
Map
View

Click here to load this message in the networking platform