Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Listbox with first seven items enabled
Message
From
29/02/2008 09:28:36
 
 
To
28/02/2008 14:55:09
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Miscellaneous
Thread ID:
01297487
Message ID:
01297693
Views:
23
This message has been marked as a message which has helped to the initial question of the thread.
>There was a bug with VFP that the ListBox would not respond at all if there were ListBoxes on multiple Pages. I'd have to see what the fix was that could be done for that.
>
>The only workaround I ever found for that one was to add a method that moved the listboxes on the inactive pages off the visible protion of the page and move the lsibox on the active page back to its original position on activate.


The work around that I found that works is if you go through all your pages backwards in the pageframe .Init, it works.
*pageframe.Init
LOCAL x
FOR x=this.PageCount TO 1 STEP -1
  this.ActivePage = x
ENDFOR
This is from memory, I can't find the project where I actually had to do this at the moment.
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform