Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Begginers Grid Problem
Message
De
21/04/2000 20:20:41
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Begginers Grid Problem
Divers
Thread ID:
00362419
Message ID:
00362419
Vues:
45
Hi all

I try to populate a grid after a SQL statement, everything goes ok, but i need to make column3 and 4 editable, make user change values and i try this

thisform.Grid1.column3.controlsource = "N_desc1"
thisform.Grid1.column4.controlsource = "N_desc2"

thisform.Grid1.column3.readonly=.f.
thisform.Grid1.column3.enabled=.t.
thisform.Grid1.column4.readonly=.f.
thisform.Grid1.column4.enabled=.t.

but when i put the cursor in column3 it tell's me the control is read-only?

Thank's in Advance

João Batista
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform