Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Hilighting current record in list?
Message
De
09/07/1997 04:01:28
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00038930
Message ID:
00039055
Vues:
34
>I have a 2 page pageframe on my data entry form. Page1 has all the fields for data entry and Page2 has a listbox of all entered records for easy navigation. To hilight the current record in the listbox I have the following code in Page2's .Activate method:
>
>THISFORM.Lockscreen=.T.
>mnrecno=RECNO()
>COUNT ALL WHILE RECNO()#mnrecno TO mnoffset
>THIS.lstCourse.Selected(mnoffset+1)=.T.
>THISFORM.rtgPageFrame1.Page2.Refresh
>THISFORM.Lockscreen=.F.
>
>This works every time except for the first time Page2 is Activated. The first time nothing is hilighted. If I click on page2, then page1, and then back to page2 the current record is hilighted.
>
>Any ideas are greatly appreciated.

Colin,

In an equivalent situation I remember trying something like:

PageFrame1.Page2.MyListConstrol.SetFocus
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform