K KiloOne Member Licensed User Longtime User Feb 7, 2013 #1 I would like to be able to display a SQL table and be able to sort the records by column (asc and desc) by clicking on the column label. Is this possible? I have looked at scrollview and tableview a little and don't see right off whether I would start with either of them. Thanks, Dale
I would like to be able to display a SQL table and be able to sort the records by column (asc and desc) by clicking on the column label. Is this possible? I have looked at scrollview and tableview a little and don't see right off whether I would start with either of them. Thanks, Dale
mangojack Expert Licensed User Longtime User Feb 7, 2013 #2 KiloOne .. I present my SQL Tables using Custom ListView. It gives you the ability of displaying data along with images.There is also methods to determine column/row clicks to process your SQL query accordingly. Works well for me Custom ListView Cheers mj Upvote 0
KiloOne .. I present my SQL Tables using Custom ListView. It gives you the ability of displaying data along with images.There is also methods to determine column/row clicks to process your SQL query accordingly. Works well for me Custom ListView Cheers mj
K KiloOne Member Licensed User Longtime User Feb 8, 2013 #3 Great, I'll start with custom listview. Thanks, Dale Upvote 0