Page 1 of 1

How to edit a new form2 from browse form1 via a button on each row ?

Posted: Fri Mar 15, 2024 6:52 am
by yvesf
Hello,

In a browse form1, when I double click on a row it opens the corresponding edit form1 (native behavior). How can you add a button in the browse form1 to open another form2 desactivating the nativ mechanism which opens the form1 ?
form.jpg
What is the best approach ?
Many thanks for routing me to the right direction.
Thx,

Yves

Re: How to edit a new form2 from browse form1 via a button on each row ?

Posted: Fri Mar 15, 2024 7:45 am
by kev1n
Hi Yves,

You can check out the form's Browse and inspect the source to see how it's done.

Re: How to edit a new form2 from browse form1 via a button on each row ?

Posted: Sun Oct 13, 2024 9:01 am
by yvesf
Thanks Kev1n;