Thank you Klaus.
It seems that your example references the db by row and column, which, is great if the list is never sorted, or filtered.
Is there a way I can just select a row in the db based on the ID ( INTEGER PRIMARY KEY) field of the DB?
For example I can put the ID field onto the tag of the imageview1, or onto the text of a button in the panel or even as its own field anywhere in the row. However when i try to call it from imageview1_click, or btnID_click it doesn't hold the value, and naturally says its not declared which is correct, as its only declared into the FillScrollView.
When it is declared outside in the globals it only hold the last ID number in the array, which is correct as it should, but it means i can't use it anywhere else in the program.
Its stopping my program development dead
Here is my program attached, it will look very familiar to you I think.
(darn too big to be attached brb)
http://stuffucanuse.com/grocerylist2.zip