I have the following:
Gallery with Add button (+)
Edit Form with the following buttons:
Cancel (X),
Delete (name is IconDelete1_1 on EditScreen1)
Save
On the Gallery, when I click the Add button to add a new record, how can I disable the Delete button on the Edit Form ?
This is of course to prevent the user from attempting to Delete a non-existent record (SQL Server back end). From what I can tell, you need to use UpdateContext() and so on.
I've tried multiple different syntax's and so on, but to no avail.