Select Page with ComboBox
I have a problem when selecting he himself twice this repeats the content in ComboBox es un debut de autoplay or normal?
My code
Professional Software Development Tools
Select Page with ComboBox
I have a problem when selecting he himself twice this repeats the content in ComboBox es un debut de autoplay or normal?
My code
swap out your Button's On Click on each page to:
Code:index = ComboBox.GetSelected("ComboBox1") selected = ComboBox.GetItemData("ComboBox1", index) ComboBox.ResetContent("ComboBox1") Page.Jump(selected.."");
Last edited by Intrigued; 08-08-2007 at 08:37 PM.
Intrigued