Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How do I load SQL Pass Through data into a grid?
Message
De
20/05/2003 11:53:03
 
 
À
20/05/2003 11:43:56
Information générale
Forum:
Visual FoxPro
Catégorie:
The Mere Mortals Framework
Divers
Thread ID:
00790536
Message ID:
00790550
Vues:
24
I assume these are the properties you need to use:

with thisform.Grid1
.RecordSource = ""
.RecordSourceType = 1 && Alias
.RecordSource = "cuList2"
.refresh()
.setfocus()
endwith
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform