Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Object Move To Top at runtime
Message
 
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 7
Network:
Windows 2008 Server
Database:
Visual FoxPro
Application:
Desktop
Miscellaneous
Thread ID:
01511511
Message ID:
01511554
Views:
68
>Is there a way to select an object and do a "Move to Top" or "Move to Bottom" during runtime?
>I often use a transparent box (shape) to restrict access to objects, but sometimes I need one or two objects to be on top of the box and then below it again during program execution.

There're two ways to handle that:
- use ZOrder() method as you asked
- change property Visible=.F. for object you don't want to be on top anymore
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform