Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
One more minute and I will beat my head on the table
Message
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01124687
Message ID:
01124737
Views:
12
It works in the sample form, but I can not make it to work in my form. Also I'm unable to make it work by resizing the mover in design-time and not using anything else.

>Naomi,
>
>But that is a different problem, isn't it?
>
>If you want to resize the control programatically, first disable the anchor
>
>
>loform = Createobject('Form')
>loForm.addobject('myMover', 'cntmover')
>with loForm.myMover
>	.Anchor = 0
>	.top = 20
>	.left = 20
>	.height = 400
>	.width = 100
>	.Anchor = 15
>	.Visible = .t.
>endwith	
>loForm.Show(1)
>
>
>>Trying to change height and width and top and left doesn't work. The mover remains the same size initially.
If it's not broken, fix it until it is.


My Blog
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform