I use template which show me 2 forms: orders_tbl and order_items_tbl. When I go to edit method I switch orders_tbl(list of orders) form to order_dtl(order detail), but I open it a new layout tab on full screen. I overwrite dc_new method :
forms.order_tbl.dc_showProgramMainLayoutTable(_event)
_super.dc_new(_event, _triggerForm, _toolbarForm, _createRecordOnTop)
The form switch to new layout,full screen and open automatically order_dtl form in add/edit mode. But, if I click on the layout tab (of previous original layout) I receive error
Cannot read property “vPanel”,from undefined c:\paragon\svy_navigation\forms\svy…
If I cancel add/edit mode in order_dtl form and click on previous layout tab I don’t have this error.