Feb 2, 2007 #1 LouisC4 Programmer Joined Jul 26, 2003 Messages 54 Location US Is there a way to have a textbox that wont allow pasting? (No CTRL-V or right-click paste.) I've seen this somewhere but I don't know how this is accomplished. Thanks for your help, Louis
Is there a way to have a textbox that wont allow pasting? (No CTRL-V or right-click paste.) I've seen this somewhere but I don't know how this is accomplished. Thanks for your help, Louis
Feb 2, 2007 #2 ca8msm Programmer Joined May 9, 2002 Messages 11,327 Location GB This could only be accomplished with javascript. I suggest you ask in that particular forum. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results. Upvote 0 Downvote
This could only be accomplished with javascript. I suggest you ask in that particular forum. ____________________________________________________________ Need help finding an answer? Try the Search Facility or read FAQ222-2244 on how to get better results.
Feb 2, 2007 #3 jbenson001 Programmer Joined Jan 7, 2004 Messages 8,172 Location US do you want the user to be able to type buy not paste. If you want it just for display, you can set the enabled property to false. Upvote 0 Downvote
do you want the user to be able to type buy not paste. If you want it just for display, you can set the enabled property to false.
Feb 2, 2007 Thread starter #4 LouisC4 Programmer Joined Jul 26, 2003 Messages 54 Location US I do want the user to be able to type but not paste. Upvote 0 Downvote