Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Textbox moving
Message
From
30/09/1999 19:33:03
 
 
To
30/09/1999 19:19:25
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Miscellaneous
Thread ID:
00271378
Message ID:
00271380
Views:
18
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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform