Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SetFocus
Message
De
25/08/2005 14:29:44
 
 
À
25/08/2005 11:53:50
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Divers
Thread ID:
01043931
Message ID:
01044016
Vues:
16
how to move the cursor to the grid's field programmatically? I have tried .setfocus but it only works with button, textbox not with the grid.

You mean you want to go to the first field of the 3rd record in the grid? If so:
SELECT ( Thisform.MyGrid.RecordSource )
GO TO 3
Thisform.MyGrid.Column1.SetFocus()
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform