I'm trying to work out some better practice in my overall management of screen items, and I have come across a problem, that may be because of a wrong assumption.
My question is this: Does a Refresh() call to any object, also create a cascading refresh in the objects contained within that object?
So if I have a pageframe and that pageframe 4 pages in it, if I make a call to:
ThisForm.Pageframe1.Page3.Refresh()
I understand that will fire the Page3 refresh code, does it also fire the Refresh() code in all of the child objects?
Similarly, if I have a container that has 5 objects in it, and I Set ThisContainer.Visible = .F. does it "hide" all the objects in that container too, or do I need to hide each of them as well?
Best Regards,
Scott
ATS, CDCE, CTIA, CTDC
"Everything should be made as simple as possible, and no simpler."
My question is this: Does a Refresh() call to any object, also create a cascading refresh in the objects contained within that object?
So if I have a pageframe and that pageframe 4 pages in it, if I make a call to:
ThisForm.Pageframe1.Page3.Refresh()
I understand that will fire the Page3 refresh code, does it also fire the Refresh() code in all of the child objects?
Similarly, if I have a container that has 5 objects in it, and I Set ThisContainer.Visible = .F. does it "hide" all the objects in that container too, or do I need to hide each of them as well?
Best Regards,
Scott
ATS, CDCE, CTIA, CTDC
"Everything should be made as simple as possible, and no simpler."