Hi
I have a multiline text box in which every time I enter text, it gets added to the repeating group below and every repeating group has an edit and delete button.
As long I kept repeating group showing 2 entries and also a vertical scroll bar, everything was working fine. I click the edit button and the repeating group text appears in a pop where I could edit and save the text. The delete was also working fine.
Since I did not want to show a vertical scroll bar, I kept repeating group as showing 1 entry and fixed number of cells. Since the scroll bar is not present I created two buttons for ‘next posts’ and ‘prev posts’. These buttons are also working fine (I used the repeating group show next and show previous options). When I want to see, say record number 5 (with 10 being the latest), I am able to scroll to 5 and see it on the text box. However, if I try to edit it, the edit pop up window always shows the latest record 10 and so I am unable to edit record no 5. Likewise even if I want to delete record 5 (or any record other than the latest one), it deletes the last one. Only the latest record is correctly manipulated. I have arranged the repeating group in descending order of creation date.
Can anyone help me out with this?