Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Listboxes bug in VFP9
Message
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Problèmes
Titre:
Listboxes bug in VFP9
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Divers
Thread ID:
01042967
Message ID:
01042967
Vues:
87
Hi everybody,

My colleague has a form with a pageframe with 3 pages. On the first page he has a combobox and 3 listboxes one under another. In VFP8 we can click and select items in each listbox with a mouse. In VFP9 we can not select the items in the last listbox. Here are the properties for that listbox:
 ADD OBJECT frmreportform.pgfothers.page1.lstoption5 AS clistbox WITH ;
                        FontSize = 8, ;
                        ColumnCount = 2, ;
                        Height = 70, ;
                        ColumnLines = .F., ;
                        Left = 136, ;
                        MultiSelect = .T., ;
                        TabIndex = 5, ;
                        ToolTipText = "Select item from the list.You can select ALL or not more than 24 items.", ;
                        Top = 293, ;
                        Width = 472, ;
                        Name = "lstOption5"
We haven't switched to VFP9 yet. It would be a show-stopper for us. There was a similar thread recently. Does MS know about this problem? Is it planned to be fixed?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform