Welcome to the SRP Forum! Please refer to the SRP Forum FAQ post if you have any questions regarding how the forum works.
Protected OI EditTable column.
I have a column in an OI EditTable that is visible but protected. The user cannot type anything in this column. Well and good.
However, as they are able to navigate to it (Tab, Click) they are therefore able to paste (Ctrl-V) invalid data here.
If it was an EDL then the user wouldnt even be able to navigate there being protected but being an OI EditTable....
Is there an easy way to stop this from happening? The cell needs to stay visible. Copy/Paste needs to work for other cells.
However, as they are able to navigate to it (Tab, Click) they are therefore able to paste (Ctrl-V) invalid data here.
If it was an EDL then the user wouldnt even be able to navigate there being protected but being an OI EditTable....
Is there an easy way to stop this from happening? The cell needs to stay visible. Copy/Paste needs to work for other cells.
Comments
I'll be honest and say I am not sure I have ever needed to set that on an edittable column before.
DTCS_PROTECT$ has always sufficed.
Now I feel a bit sheepish since that was so obvious it didnt even register in my brain when I was staring at it.
Thanks @BarryStevens.
...however...the EditTable control is a 3rd party control (not unlike our controls) and so it does not necessarily support the same properties that an editline (which is a Windows common control) does.
Still. Users. Am I right? ;-)