Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Stay highlighted after move down
Message
From
24/08/2001 17:07:05
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Stay highlighted after move down
Miscellaneous
Thread ID:
00548998
Message ID:
00548998
Views:
49
Hi,

I have a grid who's recordsource is a sql statement. Anyways, I have 'move up' and 'move down' buttons on the form. I've got that working. After some troubles I was able to get the grid to refresh. Here's how
with thisform.grdQuestions
	.recordsource="select question, rank, tkey, qkey from qtable " + ;
                "into cursor questions order by rank" + ;
		" where tkey = '" + lcTkey + "'"
	.refresh()
	.setfocus()	
endwith
Here's the problem I don't know how to solve. After the grid is refreshed I would like the record that was moved to be still highlighed, instead of the first record being highlighted. For example,

grid contents before move down
"Hello"
"How Are you"
"I am fine"

grid contents after move down
"How Are You"
"Hello"
"I am fine"

Any ideas? I tried making a index on the cursor and seeking the correct record after the refresh, but that caused problems.

Chris
Next
Reply
Map
View

Click here to load this message in the networking platform