Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Cursorsetprop(buffering,5,0) and create cursor ??
Message
From
10/06/2004 09:21:05
 
 
To
10/06/2004 09:02:20
Suhas Hegde
Dental Surgeon
Sirsi, India
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00912173
Message ID:
00912187
Views:
23
This is a bug or a undoc behaviour,
it is present on VFP6.5,7.1,8.1,9beta

Workaround is of course:
clear
set multilock on
?Cursorsetprop("Buffering",5,0) && returns .t.
create cursor abcd (abc C(200))
?cursorgetprop("buffering","abcd") && returns 1 ??  aspected 5
?Cursorsetprop("Buffering",cursorgetprop("buffering",0))
?cursorgetprop("buffering","abcd")
use dbf("abcd") in 0 again alias abcd1
?cursorgetprop("buffering","abcd1")
CLOSE TABLES all
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform