Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Temporarily turning Buffering off
Message
From
23/08/1999 17:44:05
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Temporarily turning Buffering off
Miscellaneous
Thread ID:
00256824
Message ID:
00256824
Views:
47
I need to temporarily turn buffering off for a local view but am having a problem doing it correctly, again. The following is my code:

SELECT vSchedule
=REQUERY()
llSuccess=CURSORSETPROP("Buffering",1,"vSchedule")
IF !llSuccess
WAIT WINDOW "Failed to disable buffering"
RETURN
ENDIF
REPLACE ALL pubcode WITH 'TESTING'
=CURSORSETPROP("Buffering",5,"vSchedule")
WAIT WINDOW CURSORGETPROP

The first CURSORSETPROP call doesn't seem to set the buffering to off. TIA.
It's "my" world. You're just living in it.
Next
Reply
Map
View

Click here to load this message in the networking platform