Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Updating source table
Message
From
24/09/1999 13:27:39
 
 
To
24/09/1999 13:19:41
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00268486
Message ID:
00268608
Views:
24
You should not buffer your view, since it allready buffer your table. Second, you should do a TableUpdate() on the view and not the table. Also, check the result of TableUpdate() to see if it have successed or not.

HTH
>I'm doing that, but I guess not correctly:
>
>SELE COMPONENTS
>lSuccess=CURSORSETPROP("Buffering", 5, "CO")
>IF lSuccess = .T.
> =MESSAGEBOX("Operation successful!",0,"Operation Status")
>ELSE
> =MESSAGEBOX("Operation NOT successful!",0,"Operation Status")
>ENDIF
>= TABLEUPDATE(.T.)
>RELEASE THISFORM
Previous
Reply
Map
View

Click here to load this message in the networking platform