Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Set focus in grid
Message
From
30/07/2003 09:26:45
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Set focus in grid
Miscellaneous
Thread ID:
00814884
Message ID:
00814884
Views:
35
Who can help me?
I have a grid (recordsource is cursor 'income1').
On the right column I added the following lines in the 'keypress' event:
LPARAMETERS nKeyCode, nShiftAltCtrl
if nkeycode=24
select income1
	append blank
This.Parent.Parent.Column1.combo1.setfocus
endif
I want the user will get the focus of the next line by pressing on the arrowdown key (number 46), every thing is good, but the user getting the focus on the right column, how can I give him focus on the left column?
(As you can see I used with set fucus, but it's not working).

Thanks in advance
Thank you
Chaim
Next
Reply
Map
View

Click here to load this message in the networking platform