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 17:21:38
 
 
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:
01040432
Vues:
15
This message has been marked as the solution to the initial question of the thread.
Thank you very much for the code. In your SQL Select statement you are using NOFILTER and INTO CURSOR. I am actually getting the cursor from SQL Server. I am not sure (or don't know how) how to use the NOFILTER and INTO CURSOR in that case. My SQL Select looks like this (simplied)
cSqlSelect = "select * from MYCOMPANY where " + cFilterExp
lnResult = SQLEXEC( hCon, cSqlSelect, [qTmp] )
lnBuffering = CURSORGETPROP( [Buffering], "V_COMPANY" )
CURSORSETPROP( [Buffering], 3, "V_COMPANY" )
ZAP IN ( "V_COMPANY" )
CURSORSETPROP( [Buffering], lnBuffering, "V_COMPANY" )
SELECT ( "V_COMPANY" )
APPEND FROM DBF( [qTmp] )
GO TOP IN ( "V_COMPANY" )
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform