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:42:11
 
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01061762
Message ID:
01061775
Views:
11
>Or:
>
>
>CREATE FORM newform$$$ nowait
>=ASELOBJ(ax,1)
>WITH ax[1]
>.addobject("eb","editbox")
>.eb.move(20,20,100,100)
>.eb.Margin = 1
>.eb.borderColor = 255
>.eb.specialeffect = 1
>.eb.scrollbars = 0
>ENDWITH
>
>
>MartinJ
>
Of course.

>>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
>>
>>
Previous
Reply
Map
View

Click here to load this message in the networking platform