Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
New BUG: ListBox on page and Click event
Message
General information
Forum:
Visual FoxPro
Category:
Classes - VCX
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01080960
Message ID:
01092114
Views:
43
>The work arounds (I've tried a list of them including the 2 listed here) don't seem to work if you have a listbox inside a container on a page.

This worked for me:

In the PageFrame.Init:
LOCAL x, lPrevLS
lPrevLS = thisform.LockScreen
thisform.LockScreen = .t.
FOR x=this.PageCount TO 1 STEP -1
  this.ActivePage=x
ENDFOR
thisform.LockScreen = lPrevLS
You may need to change things if you've changed the default page ordering.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform