Actually, I change Views using toolbar's buttons, executing functions
inside the main frame.
But I'd like to change Views from an other views.
Who can help me?
Thanks in advance.
Printable View
Actually, I change Views using toolbar's buttons, executing functions
inside the main frame.
But I'd like to change Views from an other views.
Who can help me?
Thanks in advance.
The easiest way to perform this from inside a view is to use the ::SendMessage function specifying the frame window as the destination. This function can then be sent when the user clicks on a view button.
I hope this is some use to you.
Moose