Problem with New/Update buttons from grid to form

Hi all,

I am out of ideas, I created a grid and linked that to a form, been experimenting a while and now I am trying to get the button ‘New’ on the form.
Nothing seems to help anymore, and I read a lot of issues that seem to have the same cause.

My detailform contains a lot of pages and blocks with fields and layout-changes, I do not really want to start all over but if I read the posts that seems to be the only solution?
Is there any better solution available, have tried sc_btn_display, recompiled all applications, … but none seem to work anymore.
Workaround? Delete one or more folders before recompile?

Any help appreciated,
regards

Glenn

Check your Toolbar settings (web and mobile). If you have the Insert and Update buttons available for the toolbar, they should show up unless you hide them in an event like OnLoad.

Also try forcing them on from OnLoad e.g., sc_btn_display(‘insert’, on);