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 09:26:02
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00893497
Message ID:
00893523
Vues:
23
Hello Borislav.

I need when the user insert a new record to table to force the grid bounded to that table to activate the first column on that grid. I tried:
*** Find out which column is the first column
FOR EACH loColumn IN .Columns
  IF loColumn.ColumnOrder = 1
    loColumn.SetFocus()
    EXIT
  ENDIF
ENDFOR
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform