Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Combobox no display value
Message
From
18/06/2019 07:55:58
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
01669146
Message ID:
01669150
Views:
59
>>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
>
>I don't see "tT" defined in the popup.
Boris,
No neither do I see, since it is not defined in the popup.
I will show you something weird.
The combobox works fine except that for some reason it moves around 11 pixels to the top. I had spend around one hour debugging to find where why this behavior. Since I could not find I reconstructed the combo. And now it does not move 11 pixels top the top anymore but I have this non display in the init. The whole thing is driving me nuts.
See picture attached.
Koen
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform