I created a Grid application as a dashboard listing out the records based on a table.
I have disabled all the button via coding
sc_btn_display(‘new’, ‘off’);
sc_btn_display(‘delete’, ‘off’);
sc_btn_display(‘update’, ‘off’);
sc_btn_display (‘insert’, ‘off’);
At the Grid application toolbar, I have also removed all the buttons.
During the Run within SC8, it was working fine. However, when i deploy to a production server, the “ADD NEW” button keep showing at both the Header and Footer of the form. How do I disable this button?
BTW, in production, it is being launched from a Menu application