Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox with first seven items enabled
Message
De
29/02/2008 09:28:36
 
 
À
28/02/2008 14:55:09
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Versions des environnements
Visual FoxPro:
VFP 9 SP2
OS:
Windows XP SP2
Network:
Windows XP
Database:
MySQL
Divers
Thread ID:
01297487
Message ID:
01297693
Vues:
24
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform