how to hide back button at my grid toolbar

Hi I have a 1 grid, and 2 forms namely: Form_add and Form_Edit…

I did this approach because I need to show few fields when inserting new records. Then when users click the edit icon from the grid it then links to Form_Edit which will show all the form fields.

Users can only delete records from the Form_Edit. Everytime I deleted a record it goes back to grid.
At the grid, it always show the back button everytime I deleted a record.

Question: How can I hide the Back button at the grid? or How can I set not to show the Back button at my grid?

Thanks.

Re: how to hide back button at my grid toolbar

Hello,

There are a few approaches to hide this button.

  • When you are creating the link between applications, see if there is any option to disable that button.

  • Open the application, go to toolbar and remove the back button.

  • Use sc_btn_display to hide the button.

regards,
Bernhard Bernsmann

Have the same problem: how can I fix it?
None of the three suggestions seems to work…