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 03:37:32
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Title:
BUG: Editbox with Margin=1 wrong Border at design time
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01061762
Message ID:
01061762
Views:
68
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
Next
Reply
Map
View

Click here to load this message in the networking platform