Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug with the NullDisplay property for combobox?
Message
 
 
À
21/03/2006 02:24:12
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:
01106097
Message ID:
01106232
Vues:
23
>>Hi everybody,
>>
>>In the Property sheet I'm trying to change a NullDisplay property for my combobox class, but it keeps reverting to None, though in Bold. Is it a bug? Should it be changed in run-time in code only?
>>
>>Thanks.
>
>For Style = 2 VFP don't allow NullDisplay.
>A design bug.
>
>WITH CREATEOBJECT("ComboBox")
>	.NullDisplay = "Some0"
>	? .NullDisplay
>	.Style  = 2
>	? .NullDisplay	&& Blank
>	.NullDisplay = "Some2"
>	? .NullDisplay	&& Blank
>ENDWITH
>
>Hovewer, VFP doesn't uses .NullDisplay with Style = 0 ( another bug )

Thanks. In other words, adding .NullDisplay = 'NULL' in lAddBlank_Assign didn't have any impact <g>
If it's not broken, fix it until it is.


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

Click here to load this message in the networking platform