velkymx
12-23-2004, 05:34 PM
How can I pass the ItemData, form a ListBox object, to the ListBox actions to jump to a page name defined in the itemdata?
Item Name: Page 54
Item Date: "Page 54"
selected = ListBox.GetSelected("ListBox1");
result = ListBox.GetItemData("ListBox1", selected[1]);
Page.Jump(result);
Item Name: Page 54
Item Date: "Page 54"
selected = ListBox.GetSelected("ListBox1");
result = ListBox.GetItemData("ListBox1", selected[1]);
Page.Jump(result);