Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Textbox moving
Message
De
30/09/1999 19:33:03
 
 
À
30/09/1999 19:19:25
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Divers
Thread ID:
00271378
Message ID:
00271380
Vues:
15
Hi Augusto,

>I have a form who has a textbox and a grid that show records..
>Im trying to get that when i move into the grid, thats it, when i go to up or down record by record the textbox move to the front of the line of the grid when the cursor is.

If I understand correctly try something like this in your AfterRowColChange:
TextBox.Top = This.Top + This.HeaderHeight + This.RowHeight * (This.RelativeRow - 1)
Is that what you need?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform