Click to See Complete Forum and Search --> : Changing Views


wakan
May 15th, 1999, 01:50 PM
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.

November 9th, 1999, 05:01 AM
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