Open a record in the same breadcrumb gives an error
Posted: Wed Nov 20, 2019 12:31 pm
In my form I have added a new button so that you can add a new record. This also works perfectly.
Is it possible to open a new record in the same breadcrumb because the form always opens in a new breadcrumb.
The example from the wiki results in an error:
https://wiki.nubuilder.cloud/ ... ipt#nuForm
nuForm(nuGetProperty('form_id'), "-1", '', '', '0', '1');
nucommon.js?ts=20191120121019:1285 Uncaught DOMException: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.
at nuDecode (nucommon.js?ts=20191120121019
42)
at nuForm (nuajax.js?ts=20191120121019:53:13)
at <anonymous>:1:1
Code: Select all
if(nuFormType() == 'edit'){
nuAddActionButton('AddNewRecord', 'Add', 'nuAddAction()');
}
The example from the wiki results in an error:
https://wiki.nubuilder.cloud/ ... ipt#nuForm
nuForm(nuGetProperty('form_id'), "-1", '', '', '0', '1');
nucommon.js?ts=20191120121019:1285 Uncaught DOMException: Failed to execute 'atob' on 'Window': The string to be decoded is not correctly encoded.
at nuDecode (nucommon.js?ts=20191120121019
at nuForm (nuajax.js?ts=20191120121019:53:13)
at <anonymous>:1:1