Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
One more minute and I will beat my head on the table
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01124687
Message ID:
01124737
Vues:
9
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform