Hey Eurico,
Perhaps you could create two containers on the form; ContainerA and
ContainerB.
When needed, just call the appropriate refresh method which should also
refresh all controls within the container.
Scenario1:
THISFORM.ContainerA.Refresh()
Scenario2:
THISFORM.ContainerB.Refresh()
Scenario3: Either
THISFORM.ContainerA.Refresh()
THISFORM.ContainerB.Refresh()
or just
THISFORM.Refresh()
HTH,
Kevin
Kevin Cully
CULLY Technologies, LLC
Sponsor of Fox Forward 2006!
http://foxforward.net
Eurico_EZ wrote:
Hi
I need to have a form, divided in two different sections, which sometimes
refresh together, sometimes no. Like, left side shows a list of options and
the right side shows a grid and lots of objects.
What is the best way to have this ?
TIA, Eurico.
[excessive quoting removed by server]
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.