Greetings forum members, I have managed to have an app for a database of Reference, name and Address. For this I use a listview and save to a TinyDB. I need to be able to Edit and update the information that is on screen 2. Please I would like you to help me in the block that I upload so that you can see it. I thank you in advance and support.
Your logic is very strange. It looks like you are trying to replace an item in a list that does not exist, or if it does, will be replaced by the same item?
Also (even though the blocks are wrong) should TbxNombre.Text be TbxReferencia.Text ?
Do you not know where ( which index) these items are already stored ? perhaps you should record their indexes in variables when you first and subsequently save them in order for you to be able to find them again later.
indeed, yes, it was my mistake, it should be TbxReference
I have another block to store the data and it works fine
The list exists well, I save with a block that works ... and yes, I want to be able to edit what I have selected in a listview and that I get it in three textboxes, in that textbox I write the correct thing and then I want it to be corrected
Thanks TIMAI2 here I upload an example file .aia ..
I still do not know how to upload .aia files in MIT and be placed directly in your MIT
Thanks in advance
Sorry I reference your files,but I found a little problem .
When I add the data and switch to the Scr_VerList.
After if I want add a new data, and the new data will cover the old data.
I don't what happen, can you help me to fix these problem