Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Combobox no display value
Message
De
18/06/2019 02:05:46
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Combobox no display value
Divers
Thread ID:
01669146
Message ID:
01669146
Vues:
57
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
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform