Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Ampersand in drop-down
Message
From
25/06/2003 05:40:22
 
 
To
24/06/2003 13:52:34
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00803363
Message ID:
00803668
Views:
21
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform