Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to force the grid to Activate the first column?
Message
De
09/04/2004 07:00:57
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00893497
Message ID:
00893499
Vues:
16

thisform.Grid1.ActivateCell(thisform.Grid1.ActiveRow, 1)


ActivateCell,ActiveRow
are usable only when the grid has focus.

Use:
INSERT ..
thisform.Grid1.Column1.SetFocus
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform