Hi, i having problem with the listview.
i'm doing a submit form, input form user the listed out in the listview.
like user insert their id, name, n hobi into the textbox. After press the 'ok' button it will display into the listview.
The problem is when i need to save into the database. i cant save all the data into DB. i juz can select the record in de 1st col.
How to select all the record in the listview. In MSFlexGrid can select it by
= TextMatrik(MSFlexGrid.col, MSFlexGrid.row). How about in listview.
I try to use array, but when i delete some inserted record the array will be empty. when submit to DB it will hav error.
Any better idea or any coding that can select the record in the listview?
Thank you for ur help.
:)
