Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Dockable Form Migrates
Message
De
03/05/2007 14:35:09
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Titre:
Dockable Form Migrates
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Divers
Thread ID:
01222276
Message ID:
01222276
Vues:
48
Hi,

running this code in the command window illustrates my problem.
omyForm = CREATEOBJECT("Form")
omyForm.Dockable = 1 && the form is automatically made visible here!
?'Top1 ' + trans(omyForm.Top)
?'Left1 ' + trans(omyForm.Left)
omyForm.Visible = .f.
omyForm.Visible = .T. && the form has now moved down from where it was originally
?'Top2 ' + trans(omyForm.Top)
?'Left2 ' + trans(omyForm.Left)
Any ideas what I can do about this?

Thanks
Frank.

Frank Cazabon
Samaan Systems Ltd.
www.samaansystems.com
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform