prevent an item from being copied [message #492423] |
Mon, 31 January 2011 02:12 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
![](//www.gravatar.com/avatar/7e292dd934a904e8cbe5e1c5a80013ea?s=64&d=mm&r=g) |
anutosh100
Messages: 5 Registered: January 2011
|
Junior Member |
|
|
Hi experts,
Could you please tell me how can i prevent an item from being copying. I mean to say user will not able to
copy the value from the item and paste in notepad.
The item will be enabled also i can not desable it.
please help.
anutosh
|
|
|
|
|
|
|
|
|
|
|
Re: prevent an item from being copied [message #492572 is a reply to message #492563] |
Tue, 01 February 2011 03:40 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
cookiemonster
Messages: 13963 Registered: September 2008 Location: Rainy Manchester
|
Senior Member |
|
|
Your data model is wrong. The restricted items should be in a different table to the common ones.
The only safe way to stop users accessing data in forms is to change the where clause to prevent them querying that data.
|
|
|