Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids and Filters
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows 8.1
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Divers
Thread ID:
01625342
Message ID:
01625392
Vues:
58
>Any help would be greatly appreciated.
>
>Brad

Set Key will be instantaneous compared to set filter

If your filter doesn't work with set key, then an updateable cursor adapter will be your friend

Query your data into a cursor first, then do something like

LOCAL lo as CursorAdapter
lo.AllowUpdate=.T.
lo.BufferModeOverride=3
lo.DataSourceType="NATIVE"
lo.KeyFieldList="tablepk"
lo.Tables="yourtable"
lo.UpdatableFieldList="comma_delimited_fieldlist"
lo.UpdateNameList="look this one up"
lo.WhereType= 3
lo.CursorAttach(lcCursor,.T.)
Brandon Harker
Sebae Data Solutions
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform