Hi Team – I have a Trade Journal form that I populate tables via code. Is there a way to disable the controls for that table? I want to prevent adding and deleteing of row since I do it thru code.
thanks,
rocky
Hi Rocky,
You can do this, but not for a specific field. You can disable record editing using the Access Controls feature available at the bottom-right of the Form inspector panel.
Thanks,
Brendan
Hi Brendan – Yeah! I noticed that. I was hoping to do it at the field level. Wanted to disable the controls that allow you to delete or add a row in the Table field. Tought I would ask incase there were methods in the API.
Thanks,
Rocky