if the pagepanel's name is pagepanel1 then
pagepanel1.value=0
will go to the first panel
pagepanel1.value=1
will go to the second, etc.
if, in the the popup menu change event you add the code:
pagepanel1.value=me.listindex
("me" refers to the popup menu control; "listindex" is the line
number of the selection; it is zero based, like pagepanel)
the pagepanel will go to the page corresponding to the line number of
the popupmenu.
or, an alternative, if the text of the popupmenu items are numbers
that correspond to the pagepanel pages, then, the change event could be:
pagepanel1.value=val(me.text)
On Oct 2, 2006, at 7:28 PM, Brian Heibert wrote:
I have a pagepanel and I want to have a popdown list that when a
item is selected the pagepanel changes panels to the panel specified.
How would I go about doing that?
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>