Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Did SPT changed behavior from VFP 6 to VFP 8?
Message
From
30/07/2003 17:02:08
 
 
To
30/07/2003 15:47:46
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00815000
Message ID:
00815133
Views:
9
Hi Jim,

>Sounds like a prime candidate for the Universal Thread Bug List.

Now I have a big problem with this bug, because it doesn't seem to have a workaround, and I have two logics based in that feature (SQLSetProp (gSQLHandle, "Asynchronous", .T.)), the other one is when using a browse command:
 gObjtSQLcommand = "Select * From " + IIf (Empty (cTableOwner), "", ;
                   cTableOwner + ".") + cTableName

 CursorSetProp ("FetchAsNeeded", .T.          ,  0 )
 CursorSetProp ("FetchSize"    , 300          ,  0 )

 SQLSetProp    (gSQLHandle     ,"Asynchronous", .T.)

 Do While ! Used ("CurSQLbrowse")
    SQLExec (gSQLHandle, gObjtSQLcommand, "CurSQLbrowse")
 EndDo
and then issuing the browse in a form:
Browse NoModify NoAppend NoDelete NoRefresh NoMenu Name oBrowse
They should work in the same manner, getting groups of records.

Regards,

Fernando
Previous
Reply
Map
View

Click here to load this message in the networking platform