Page 1 of 1

Idea: Preventing Cute & Paste of data

PostPosted: Sun Jan 25, 2004 2:04 am
by rainer / dsp
Is there a way to prevent a "Cut & Paste" action on calculated fields ?
It would be nice to have a "locked" function that prevents selecting data from text/number in a field...

Rainer

PS: There is a bug inside this forum:



General Error

Error in posting

DEBUG MODE

SQL Error : -1 ERROR: value too long for type character varying(60)

INSERT INTO phpbb_topics (topic_title, topic_poster, topic_time, forum_id, topic_status, topic_type, topic_vote) VALUES ('Idea: Preventing Cute & Paste of data w/ \"locked\" status', 141, 1074988984, 13, 0, 0, 0)

Line : 256
File : /data/www/sites/forum.servoy.com/includes/functions_post.php

PostPosted: Mon Jan 26, 2004 6:13 pm
by Jan Blok
there are several option to prevent copy/paste
-Set editable to false
-Place a label, decorate it as field (same borders/background) and attach dataprovider (label text never can be copy/pasted)