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

Click here to load this message in the networking platform