Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Moving in a grid
Message
 
To
04/01/2001 15:44:41
Cgi Int
p2 Software Consultancy
Mumbai, India
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00459533
Message ID:
00459728
Views:
20
>>>>>>>>>>
i have a grid with about a 100 rows, i want to use the ENTER key to enable the user to move to the start of a new row when he reaches the last column.
at present it come to the start of the same row. the row does not change.
>>>>>>>>>>>
In the last comlumn's textbox LostFocus event put:
    thisform.grid1.AllowAddnew = .t.
And in the gotfocus event of all other column (textbox) put:
      thisform.grid1.AllowAddnew = .f.
With this you need to use the down-arrow instead of the ENTER key but it works.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform