Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Creating a grid using a cursor that is created at runtim
Message
De
12/08/1997 19:31:49
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00044365
Message ID:
00044367
Vues:
29
>I am using VFP 3.0 for Windows.
>
>How do I create a grid based on a cursor that is created (using an SQL-select) in the form's init method?
>
>Is this the best way to display to cursor, should I be using a list or something else?

SELECT.... ....
TO CURSOR mycursor

Thisform.mygrid.recordsource = 'mycursor'
thisform.refresh
Erik Moore
Clientelligence
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform