Hi,
This group is very helpful, I found most of my questions already discussed and answered, Thanks.
I have done "must" functionality in the user interface. Now I am working on "delete" functionality, it is working fine. I tested "delete" functionality by writing
test program.
Here is the problem:
When I delete the entry I am changing the flag to be invalid and not adding deleted entry in the ArrayList for the GUI. Before I delete any record, the size of the arraylist is 33, let's say I deleted 3 entries, the size of the arraylist is 30. I would get 30 rows on GUI, so when I update any entries on the GUI(book the record), the row count/record number on GUI is different than actual record number. So my customer id is adding at wrong row/record in the GUI. I would like some help regarding this.
Thanks in advance,
Shubhangi