Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Hilighting current record in list?
Message
From
09/07/1997 04:01:28
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00038930
Message ID:
00039055
Views:
36
>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform