Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid?
Message
De
24/01/2007 14:26:11
 
 
À
24/01/2007 14:20:37
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Re: Grid?
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows 2000 SP4
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01188863
Message ID:
01188876
Vues:
17
>Hi Sir,
>
>I just put the View back to 0 and I have set my Grid1.RecordSource = defectdesc and RecordSourceType = 0-Table.
>
>I am hoping that on the 1st and 3rd column are for the user to enter text. I don't need any data from any table this two columns. This is the same as when I have five rows of textboxes and combo's. A user can type in the txtCktCode[1-5], pick from cmbDefect[1-5], and type text in txtFailMode[1-5]. Can I do this in the grid? My cmbDefect is attached to a table to get the items to display in the combo box.
>
>Please help.
>
>Thanks,
>Sam

Now you should set properties for each column. For example:
With Thisform.Grid.colCktcode
.controlsource='defectdesc.cktcode'
.readonly=.f.
Endwith
Edward Pikman
Independent Consultant
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform