I finally have all my data imported to my handheld and stored in a SqlCe db.
I have some records filtered and displayed in a ListView control in detail mode to create a simple table. When an item (row) in the listview is clicked, I need to open another form based on the value of the first column (Primary Key Id) on the selected row.
Maybe in the SelectedIndexChanged Event:
What is the proper method in CF20. I do not see a Click or DoubleClick event for the ListView control.Code:lvListView_SelectedIndexChanged
Also, is it possible to change the selected row with code to simulate a move previous or move next, etc...
Thanks.![]()




Reply With Quote