Skip to main content
July 12, 2023

SQL table editor - Read only column

  • July 12, 2023
  • 1 reply
  • 0 views

Hi

Does anyone know if it is possible to create a 'Read only' column in a SQL table editor?

I have set the column format 'AllowUpdates = False' which almost gives the correct functionality. However, the field is still editable when you insert a new row.

I currently get around this by completely ignoring the value in the field during the SQL Table Editor Save Data Event, but I wondered if it is was possible to ensure that it never appear editable to the user?

Regards,

Mark

1 reply

July 13, 2023

You can try changing the default allow update property or even not allow inserting a row if that is ok


sudarshan_1-1689212727111.png

 

Thanks,

Sudarshan