Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select-SQL
Message
 
À
15/04/2005 03:37:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
01004461
Message ID:
01005009
Vues:
17
>Yup, i got it. Sergey was told me just now about the buffering. I solve it.
>This is the second problem need ur help:
>As wat i said yesterday, i want get a value from grid selected's(or hightlihted) column1.text value.(Not Column index)
>Is that someting like 'Thisform.grid1.selecteditem.column1.value' ?

No, there is no such a property in grid. But you can do:
Add a property in form named SelectedId = "" or 0 (according to ID field type)
In AfterRowColChange Event of the grid put:
thisform.SelectedId = this.Column1.Text1.Value
and then use thisform.SelectedId as ID for SELECT
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform