Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Showing deleted records in a cursor
Message
From
25/06/2004 09:33:08
 
 
To
24/06/2004 17:15:40
Ian Johnston
Computer Software Solutions
Woodland, California, United States
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00917028
Message ID:
00917190
Views:
9
What you're doing should work fine. What version of VFP are you using? Is the data buffered? Are you querying a view? Just grasping at straws here. :)

Others have given you workarounds....

>I am trying to build a cursor that includes deleted records. I set deleted off prior to the select and the deleted records are included in the result set, I want to include a flag of the deleted records, I have included the following in the select statement other_fields, IIF(DELETED(),1,0)as del but have not had any luck setting the correct value for this field. Does anyone know of a way to do this ? The data is being exported and has to have this flag set so that if the record is deleted after export it can be re-exported with the flag set.
>
>Thanks
>Ian
Steve Gibson
Previous
Reply
Map
View

Click here to load this message in the networking platform