Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Deleted records are not being detected.
Message
 
To
30/10/1997 09:35:56
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00057374
Message ID:
00057380
Views:
26
>I coded a program in vfp50. In my ADD button,
>my code is:
>set dele off
>loca for deleted()
>if found()
> blank
> recall
>else
> m_add_mode = .t.
> set multilocks on
> =cursorsetprop("Buffering", 5)
> append blank
>endif
>
>I use up all the deleted records before I add a record to the table.
>But my deleted records are not always found.
>Any ideas?

if using buffering, you have to commit the results to the table before it will recognize the records as deleted.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform