Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid problem. Is this bug or by design?
Message
From
11/08/2005 17:21:38
 
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9
Database:
MS SQL Server
Miscellaneous
Thread ID:
01040046
Message ID:
01040432
Views:
16
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" )
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform