Subject: | BringToFront vs Visible
| Date: | Tue, 24 Apr 2018 11:12:44 -0400
| From: | "Kevin Baker" <shcsbaker@gmail.com>
| Newsgroups: | pnews.paradox-programming
|
I've got a box on my form that I use to display a "Wait Printing" message.
I'm currently using visible True or False as needed. I was thinking about
switching to SendToBack() and BringToFront() as this would allow me to
"bury" the box behind my other objects and allow me to work on the form in
design mode a little easier. Are there any issues with using the
SendToBack/BringToFront?
Thanks
Kevin
|