Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Dockable Form Migrates
Message
From
03/05/2007 14:35:09
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Title:
Dockable Form Migrates
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01222276
Message ID:
01222276
Views:
50
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
Next
Reply
Map
View

Click here to load this message in the networking platform