Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Temporarily turning Buffering off
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Temporarily turning Buffering off
Divers
Thread ID:
00256824
Message ID:
00256824
Vues:
46
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.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform