editable grid form
sc_btn_display(“Button_Name”,“off”) hide buttons only when the grid has some records to show
when the grid shows no records, the sc_btn_display() macro has no effect at all
can anyone confirm please?
editable grid form
sc_btn_display(“Button_Name”,“off”) hide buttons only when the grid has some records to show
when the grid shows no records, the sc_btn_display() macro has no effect at all
can anyone confirm please?
same issue with a real grid app, this time with records and only for the new button:
sc_btn_display(“new”,“off”);
has no effect
funny thing, in the same app\event sc_btn_disabled(“new”, “on”); works as expected