Hi,
I have a form on which a browse is repeatedly used i.e. the browse is generated using different filters. But the functionality to edit records on the browse doesn't seem to be consistent on all instances of the browse. On the first instance on the form, everything works fine. But on the second instance the selection of a record doesn't seem to work.
I suspect it's because the DIV of each of each browse has got the same id - which are template generated. It could be that JQuery can't distinguish between them.
Is there another way to uniquely identify each instance of the same browse on a form?
Thys