Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
BUG: Editbox with Margin=1 wrong Border at design time
Message
From
25/10/2005 04:51:05
 
 
To
25/10/2005 03:37:32
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01061762
Message ID:
01061777
Views:
9
>repro:
>
>CREATE FORM newform$$$ nowait
>=ASELOBJ(ax,1)
>WITH ax[1]
>	.addobject("eb","editbox")
>	.eb.move(20,20,100,20)
>	.eb.Margin = 1
>	.eb.borderColor = 255
>	.eb.specialeffect = 1
>ENDWITH
>
>
The cause is the text area:
CREATE FORM newform$$$ nowait
=ASELOBJ(ax,1)
WITH ax[1]
	.addobject("eb","editbox")
	.eb.move(20,20,100,200)
	.eb.Margin = 0
	.eb.borderColor = 255
	.eb.specialeffect = 1
ENDWITH
Previous
Reply
Map
View

Click here to load this message in the networking platform