Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Why not deleting?
Message
From
11/10/1999 14:58:32
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00274937
Message ID:
00275091
Views:
25
>Sorry, I did not mean for you to discard the LOCATE command.
>select gisum (parent)
>replace lc_action with "D"
>dele
>currec= recno()
>csessionkey = gisum.sessionkey
>Select gidetail
>LOCATE for gidetail.sessionkey = csessionkey
>if !eof()
>   lnDelrec= recno()
>   replace gidetail.lc_action with "D" while gidetail.sessionkey = csessionkey
>   goto lnDelrec
>   delete while gidetail.sessionkey = csessionkey
>endif
>go currec
Hi Mark:

Still not working for me...it's skipping over the records that
match the sessionkey and not deleting them
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform