Hi,
I have a template with two views. On the upper view(order_dtl) , I show the order detail information from the order table. On the bottom view(orderdetail_tbl), I show items from the order detail table. There is a relation between the two tables by orderid field. This relation was specified on the layout tab in Servoy Navigation Configurator. Both forms have standard default toolbars.
Now, when I run my form and try to add a new order, the toolbar of the top form changes (search ,navigation buttons becomes invisible),all controls on this form also become editable, but the bottom form is not synchronized and I have to manually click on the add button of bottom form to force add mode.
How to synchronize toolbars without overwriting default functions?