Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug with the NullDisplay property for combobox?
Message
De
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:
01106113
Vues:
22
This message has been marked as a message which has helped to the initial question of the thread.
>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 )
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform