Hi,
I am writing a piece of code wherein i am facing certain issues.Kindly guide me.
My idea/plan:
To search for certain names/keywords and retrieve information from a particular database. Display the same on the mobile screen.
What I've done so far:
As of now , I've created a Form , added a TextField and StringItem (to match the case that i search).
I am able to search and retrieve information from the database. I've displayed the search results in a List so that i can use the "getSelectedIndex" and "isSelected" commands to select the obtained results. After selecting these results , i would want to provide more detail about the selected option.
Issues am facing:
I am unable to select those strings in the List and display further information about the selected data.
Firstly , am on the right path ?
Is this possible (selecting strings inside list) ?
Kindly throw some light into this
Thanks
- Ashwin

Reply With Quote


