Hello friends,
I tell you that I have a problem mainly with my datatable, but it interacts with my detailform and my editform. This is the sequence:
1. I click on the idticket in my datatable
2. It shows me the Detailform screen with the selected data. On this screen I have the option to Go Back, Delete and Edit.
3. When I click on edit, it shows me the editform screen with the previously loaded data. On this screen I have the option to cancel and save.
4. When I click save, I return to the editform screen but (here the problem) initially it loads the ticket that I have edited, however seconds later it shows me the first ticket of my datatable, and when I return to the datatable the first idticket is selected by default.
Apparently the error is when I click save and return to the editform screen, since the idticket that I had selected in the datatable is lost and since the editform is linked to the datatable, it finally loads the first idticket by default.
I also just noticed another error.
In my ticket table I have the usuario and cliente fields, but I store the idestadoticket, idusuario and the idcliente.
when I click on edit on my detailform screen, it does not load the usuario, cliente and estadoticket datacardvalue correctly
It is not showing me the data as in the detailform
thank you very much for your help.
Please post the items property of the datatable and the OnSuccess property of the edit form.
User | Count |
---|---|
152 | |
100 | |
88 | |
78 | |
58 |
User | Count |
---|---|
192 | |
188 | |
106 | |
99 | |
91 |