Hi Everyone,
I have a bit of a weird issue here (i think its weird)...
I few layers down in my app I have a data entry screen that has children. If I go in to edit the children (it has 2 children objects and the problem is there for both) when I save the child form, the child form is left behind, yet the parent form closes behind it. If I were to then save the child again I get a message saying I can't due to it being updated. So its like the child has saved ok but the UI has gotten confused as to what form it should be closing?
has anyone seen this before or got any ideas on sorting it out?
I checked the logging and can't see anything untoward there.
I have tried multiple things to sort it out, down to regenerating forms, and even deleting the relationships and regenerating them... nothing appears to be changing the behavior...
any suggestions welcome!
Edit to add - just tried adding a fresh child object to the parent and the behavior is the same.. it seems the problem is somehow with the parent?
Edited again, its definitely something in the parent form - just generated a new form with the new query to edit using that new form and the problem is gone... still interested in know what it is so I dont have to start my form again!