I know that there are method to protect record in dataset by lib, rec and mem level. I wonder if I can protect particular column in the dataset from being edited?
Some trick i have played with:
1. create IC on dataset A with dataset B reference on A primary key, so that dataset A's primary cannot be edited. (can i customerised the error message when editing dataset A's primary key? i only can customerised the message when editing the foreign key on B)
2. create a dummy column same as the required to be protected column ccc, then create ic on check the value where ccc = dummy. (can i hide the dummy by code in dataset ? or can i check the value on a different dataset ?)
I know the tricks are silly, but that what i can only think of, please shed me some light please!