Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Ampersand in drop-down
Message
De
25/06/2003 05:40:22
 
 
À
24/06/2003 13:52:34
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00803363
Message ID:
00803668
Vues:
22
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform