Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to keep user from selecting columns in grid?
Message
 
To
14/07/2000 17:28:11
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Miscellaneous
Thread ID:
00392348
Message ID:
00392731
Views:
10
A RETURN .F. in the WHEN event of the Textbox will keep the user from entering the Column using the Keyboard. However, the user can still click into a cell with the mouse. You actually need to add more code into the AfterRowColumn Change event to check what column you are in and then use a SetFocus() method to force the cursor to a particular column. I ran into this before. It is a bummer but it can be done.
Previous
Reply
Map
View

Click here to load this message in the networking platform