Modal

Hello to all,
I am doing a modal but is showing me the same record always, if I clinck in whatever record always show me the first one. I know should be something very easy that I am doing wrong. Any idea?

Can you provide more details?

I assume you are using a Data Detail region? On your link to open the modal have you also used a dynamic attribute on click event to load the proper record? It may also be that your binding in your modal is from the recordset rather than from within the data detail region?

I am doing a update form. after I created the records table with a button and the modal; I created a dynamic event with a mouse click event where I load from server connect that has been created, then in the load, I assing the field from the table repeat that will be used to pass the value. The modal load fine but always show me the same record.

Yes, you need to put your form in a data detail region within your modal.

How I do that?

Follow the docs I linked in my first reply. :wink:

I never found the problem, everything looks correct. I did create all again and works. Thanks to all

1 Like