Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ampersand in drop-down
Message
 
 
À
25/06/2003 05:40:22
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00803363
Message ID:
00803778
Vues:
22
Fabio,
Are you stating that this doesn't show the problem or it does? When I run the code in VFP 8, the problem occurs.

>Hi Dmitry,
>
>
>PUBLIC o
>o = CREATEOBJECT('_Form')
>o.Show()
>
>DEFINE CLASS _Form AS Form
>
>	AutoCenter = .T.
>	Height = 140
>	Width = 280
>
>	ADD OBJECT cb AS Combobox WITH ;
>	  Top = 5, ;
>	  Left = 10, ;
>	  Style = 2
>
>	PROCEDURE Init
>		this.cb.AddItem('&')
>	ENDPROC
>	
>ENDDEFINE
>
>
>Fabio
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform