Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listboxes bug in VFP9
Message
 
 
À
24/08/2005 11:04:14
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01042967
Message ID:
01043395
Vues:
32
>You mentioned that in your app the listbox appears on a page.
>
>By any chance, is the refresh of another page being called from the Activate, or some other method, on the page with the inaccessible list box?
>
A little bit more info:

The form has a combobox and 4 listboxes one under another visually. The visible property of listboxes is not changed in run-time. The listboxes have code in LostFocus and InteractiveChange. Originally all listboxes appear blank (empty) and only after you select items, the next listbox (which is right under) gets populated. We're unable to select the last (fourth) listbox in VFP9.

Here is the code from InteractiveChange event of the ListBox.
LOCAL luRetVal

luRetVal = DODEFAULT()
thisform.refreshpagedata(this.name)
RETURN luRetVal
And the RefreshPageData has some heavy code using thisform.pgfOthers.page1.&lcObjName.
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform