Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grids 101
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00846808
Message ID:
00846832
Vues:
38
>Yes, but as Chuck, it only worked if I created the cursor in the LOAD.
>
>However, instead of a blank grid I get a grid with columns and headers, like in a browse, but NO DATA!
>
>??????
>

Simple base class form with a base class grid droped on the form and the following code in the form's init:
crea curs mycurs (name c(5))
appe blank
repl name with "einar"
appe blank
repl name with "ethan"
thisform.grid1.recordsource = "mycurs"
This works like a charm.

Einar
Semper ubi sub ubi.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform