Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Browse Screen Question
Message
De
03/12/2003 13:18:41
 
 
À
28/11/2003 13:01:13
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00854265
Message ID:
00855532
Vues:
8
Robin Emulating Access eh? (Through gritted teeth :-).... You can do it with a grid. Place
ON KEY LABEL HOME Form3.grdTest.ActivateCell(Form3.grdTest.ActiveRow, 1)
ON KEY LABEL END  Form3.grdTest.ActivateCell(Form3.grdTest.ActiveRow, Form3.grdTest.ColumnCount)
in the Init event of the form (in my case the name of the form was Form3 and the name of the grid on the form was grdTest). I can't think of how to do it in a Browse though.

HTH
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform