Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid problem. Is this bug or by design?
Message
De
11/08/2005 10:36:57
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Versions des environnements
Visual FoxPro:
VFP 9
Database:
MS SQL Server
Divers
Thread ID:
01040046
Message ID:
01040240
Vues:
13
The approach with zapping the cursor won't work. This is a buffered cursor and you can't zap it.

Yes it will:
SELECT SomeFields WHERE SomeCondition INTO CURSOR qTmp NOFILTER
lnBuffering = CURSORGETPROP( [Buffering], This.RecordSource )
CURSORSETPROP( [Buffering], 3, This.RecordSource )
ZAP IN ( This.RecordSource )
CURSORSETPROP( [Buffering], lnBuffering, This.RecordSource )
SELECT ( This.RecordSource )
APPEND FROM DBF( [qTmp] )
GO TOP IN ( This.RecordSOurce )
This.Refresh()
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform