Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Anchor & Adding controls at runtime
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01036333
Message ID:
01036340
Vues:
13
Thanks, that appears like it will work:
PROCEDURE CLICK
      this.AddObject("cn","container")
	this.cn.height = this.Parent.Height-30
	this.cn.width = this.Parent.width -10
	this.cn.anchor = 240
	this.cn.visible = .T.
   ENDPROC
>Try to set control's Anchor to 0 and back after you add control.
>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform