Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Did SPT changed behavior from VFP 6 to VFP 8?
Message
De
30/07/2003 17:02:08
 
 
À
30/07/2003 15:47:46
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00815000
Message ID:
00815133
Vues:
10
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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform