Change label in a list
I try to search but I did not find the solution.
I have a list that contain grid and label, my problem is that when a button click it search on data base and I need to change all labels to new name. I use this in mapping:
Apperyio("mobilelabel_61").text("Salida");
But only first item on list change the label, other item labels do not change.
Any idea?
Thanks in advance.
Pedro