Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Grid question
Message
From
18/03/1999 12:08:04
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00199279
Message ID:
00199284
Views:
12
>I have a grid on a form that contains more columns than can be shown so when the user tabs through the columns they shift over accordingly. When the users exits the grid they want the grid to "realign" itself so column1 is the leftmost column. Any ideas? Man I wish grids had GotFocus() and LostFocus() Events |-(

The column on the grid has setfocus() method that you can use ...
also the text control from the column of a grid has those methods that you want you ca use it...

grid.column.text1.gotfocus()
An Intelligent fool can make things bigger and more complex... It takes a touch of a genius -and a lot of courage- to move in the opposite direction".
-Albert Einstein
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform