I filled a listview with a query, and put the url (of that query) in that listview tag property (to remain hidden).
How do I access that tag when someone clicks on a item in listview?
What I did was ignore that tag, and run another query based on the index of that listview (which was assigned the table index) when that listview item was clicked.
I'm wondering if there is a shortcut.
How do I access that tag when someone clicks on a item in listview?
What I did was ignore that tag, and run another query based on the index of that listview (which was assigned the table index) when that listview item was clicked.
I'm wondering if there is a shortcut.