Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Record deleted after tableupdate
Message
From
23/04/2004 03:40:08
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00897403
Message ID:
00897492
Views:
16

if cursorgetprop( [Buffering] ) > 1


cursorgetprop( [Buffering] ) not return a state for "Exists buffered records",
it return "Table support buffered records"

If cursorgetprop( [Buffering] ) > 1 is false your code return a error on TABLEREVERT line.

Use GETNEXTMODIFIED() AND GETFLDSTATE().
Previous
Reply
Map
View

Click here to load this message in the networking platform