Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox no display value
Message
From
18/06/2019 02:05:46
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Combobox no display value
Miscellaneous
Thread ID:
01669146
Message ID:
01669146
Views:
56
Hi,

I have this combobox:
RowSource : popFontSize
RowSourceType: 9
Init: Define Popup popFontsize &&&&Relative From Mrow(),Mcol()

Define Bar 1 Of popFontsize Prompt "  Small         " ;
	FONT "Microsoft Sans Serif", 9
Define Bar 2 Of popFontsize Prompt " Standard" ;
	FONT "Microsoft Sans Serif", 12
Define Bar 3 Of popFontsize Prompt " Big" ;
	FONT "Microsoft Sans Serif", 18
Define Bar 4 Of popFontsize Prompt "X-Large" ;
	FONT "Microsoft Sans Serif", 24
	
This.Value = "tT"
This.DisplayValue = "tT"
When running the form, the display shows nothing.
Most peculiar: in the debugger also the This.DisplayValue shows '' even after the line setting te value.
When I now change the line into
This.DIsplayValue = "Standard"
it shows
What should I do more to get the desired result, vix tT ?

Regards,
Koen
Next
Reply
Map
View

Click here to load this message in the networking platform