PDA

View Full Version : ListMenu Page.Jump


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);

Intrigued
12-23-2004, 06:37 PM
Here is an example project:

http://www.amsuser.com/ams/examples/PageJumpListBox-others-unknown.apz

Sincerely,