Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Stay highlighted after move down
Message
 
 
À
24/08/2001 17:07:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00548998
Message ID:
00549003
Vues:
22
Instead of going through all that trouble, would DoScroll() do what you are ultimately trying to accomplish? I am a bit confused as to what you are doing. Are you setting the RecordSource everytime you move up or down? That would be a bit of overkill.

>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
Mark McCasland
Midlothian, TX USA
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform