Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Format - Send to back
Message
From
03/09/2010 04:27:06
Dragan Nedeljkovich (Online)
Now officially retired
Zrenjanin, Serbia
 
 
To
01/09/2010 16:28:32
General information
Forum:
Visual FoxPro
Category:
Forms & Form designer
Environment versions
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01479654
Message ID:
01479942
Views:
83
>In the Form Designer you can stack controls on a form and send them to the back or front using the format command.
>How is this done when defining a class programmatically to create a form object?

At design time, it's implied in the order of adding. The later added member objects have a higher z-order, and are displayed on top of other objects.

If you want to raise an object at runtime, you can
loObject.zorder(0)
Zero as a parameter pushes it all the way up, one all the way down - no fine control, but you can do thisform.lockscreen=.t., push back several controls in the order you want (the last goes lowest), then unlock the form.
Instead of loObject, you can have this., this.someobject, this.container.control etc.

back to same old

the first online autobiography, unfinished by design
What, me reckless? I'm full of recks!
Balkans, eh? Count them.
Previous
Reply
Map
View

Click here to load this message in the networking platform