Hello
My problem is when I select from list picker 1 and delete the line I want to delete the line in list picker 2 at once or it can be when I insert any item in list picker1 it is automatically moved to list picker 2, but there are restrictions when sending the item to list picker 1 sends number and number But when I send to list picker 2, it sends name, number and number
From your blocks, it appears that is how you have things setup?
If you Delete Line on list picker 1
automaticly Delete On list Picker 2 on same Item
Assumes both lists are of equal length with matching indexes
I would actually suggest you amend the underlying lists not the picker elements, then set the picker elements to the revised lists.
If you Delete Line on list picker 1
automaticly Delete On list Picker 2 on same Item
Thank you very much
2 Likes
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.