Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Update failure
Message
From
02/07/2000 13:43:50
 
 
To
02/07/2000 12:56:30
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00387555
Message ID:
00387565
Views:
17
>This code gives no errors, but does not update the base tables of the view "intrancust" -- Why?
>
>SET MULTILOCKS ON
>
>if !used('intrancust')
>use intrancust
>else
>select ('intrancust')
>endif
>
>lSuccess=CURSORSETPROP("Buffering", 3, "intrancust")
>IF lSuccess = .T.

Why are you checking the return value of CURSORSETPROP, instead of checking the return value of TABLEUPDATE()?
Erik Moore
Clientelligence
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform