Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug with the NullDisplay property for combobox?
Message
 
 
To
21/03/2006 02:24:12
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01106097
Message ID:
01106232
Views:
25
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform