Hi
error on inlineadd and inlineedit are back in build 286. If you build a project without checking the 'inline add and inline edit' checkboxes, you will get an error when you try to add or edit a record:
"inlineadd (inlineedit) not defined".
Fastest and easiest own bugfix till now is to modify the dbcommon.php in the project source and add default inits:
....
$useAJAX = true;
$suggestAllContent = true;
$inlineadd = false;
$inlineedit = false;
function CalcSearchParameters()
{
....
Stefan