Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Help about grid
Message
 
À
30/11/2004 04:42:40
Reza Meamar
Homa Programming Group
Shiraz, Iran
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Versions des environnements
Visual FoxPro:
VFP 7 SP1
OS:
Windows '98
Database:
Visual FoxPro
Divers
Thread ID:
00965638
Message ID:
00965649
Vues:
8
Reza, define new propertie in the Form named GridActiveRow
In Grid AfterRowColChange put:
thisform.GridActiveRow = this.ActiveRow
In LostFocus Event of The textBox in Column4 put:
thisform.LockScreen = .t.
thisform.Grid1.ActivateCell(thisform.GridActiveRow+1,2)
thisform.Grid1.Refresh()
thisform.LockScreen = .f.
When You go to the last row in the Grid You will stay there.
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