hide delete and edit buton main account

PHOTO EMBED

Sun Feb 18 2024 13:27:47 GMT+0000 (Coordinated Universal Time)

Saved by @MinaTimo

 public void init()
    {

        #SysSystemDefinedButtons
        formCommandButtonControl delb,newb;
        FormRun _formRun = this as FormRun;
        this.form().design().ViewEditMode(1);
               next init();
        delb = this.control(this.controlId(#SystemDefinedDeleteButton)) as formCommandButtonControl;
        newb = this.control(this.controlId(#SystemDefinedNewButton)) as formCommandButtonControl;
      
        newb.visible(false);
        delb.visible(false);
    }
content_copyCOPY