Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listbox not working properly
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00058390
Message ID:
00058434
Vues:
37
>>I was wonder if anyone has had this problem and maybe have a work around. The problem is that sometime when you start the app and try to interact with a list box it as if enabled = .f. You cannot use the scroll bar or select any item in the listbox. However when you exit the app and go back in, it works fine.. Any ideas?
>>
>>Thanks
>>
>>James
>
>can you provide a little more info? what is done before the list box acts disabled?

This is just two of many. None of the listboxes works when the apps fails. By this I mean that all grids, buttons etc works fine however none of the list box seems to be enabled (Scroll bars or items).

********* First *********

thisform.ltNewLogAction.visible = .t.
thisform.ltNewLogAction.rowSource = "Action.action_type"
thisform.ltNewLogAction.controlSource = "Action.action_type"
thisform.ltNewLogAction.refresh
return

********* Second *********

thisform.ltWordApp.rowsourcetype = 0
thisform.ltWordApp.additem("Client Fax")
thisform.ltWordApp.additem("Client Letter")
thisform.ltWordApp.additem("Insurance Fax")
thisform.ltWordApp.additem("Insurance Letter")
thisform.ltWordApp.refresh
thisform.ltWordApp.setfocus
return

Both listboxes have enabled = .t. set as default

James
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform