Why doesn’t read only work in customization? I can still edit the field and save it. If I choose disabled then the field is grayed out and can’t even be selected.
End goal is for the field to be able to be selected and text highlighted so it can be copied, but not changed and saved. Disabled does not allow that. And read-only still allows save. Is that known issue?
And, yes I have cleared cache and relaunched the form after setting read-only.
For an epibound field you have to change it in your extended properties (this will change it everywhere) or you have to do it in code on form load. It’s annoying, but that’s the way it’s intended.
Can the the Extended Properties code that is added “simply” be edited to address a specific textbox? I am adding the APInvHed.InvoiceComment to the AP Invoice Entry main screen and the extended properties makes it read only, but it also makes it read only on the Header/Comment tab. I’m sure I can do it with code, but it will take some time.