Disable the copy and paste

Hi,
can any one tell how to disable the copy and paste functionality of the text items in the forms 11g.
Advance Thanks.

Change the item type from TEXT to DISPLAY. If you want the user to be able to type in the field, it will be difficult to prevent copy/paste. It might be possible with a PJC.

Similar Messages

  • Disable the Copy and Paste option in keyboard [Textbox control] Windows phone App

    In Windows phone 8.1 WRT app, I want to disable the copy and paste option in the keyboard for the textbox control
    Please let me know if any possibilities and if you have the code snippets Please share it .

    Hi Ruthradevi,
    As I know we have no way to disable the copy and paste option in the keyboard.
    Why do you want to disable it, can you explain more about your scenario?  Let's see if we can make a similar function like you required.
    Regards,
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • How can I use the "Copy and paste" tool in order get stamps in the same position in different pages (Acrobat XI for PC)?

    With Acrobat 6.0 I was able to copy a stamp in the same position (I mean "exactly" the same one) of different pages just by using the "copy/past" tool.
    Now I am using Acrobat XI and it seems like it is not possible anymore: I am copying a stamp and I am trying to past it in anoter page, but it appears in the center of the page (or wherever it wants to...).
    Does anyone have a solution?
    Thanks in advance.

    Thank you very much. I'll be waiting for you message.
    Messaggio originale----
    Da: [email protected]
    Data: 26/01/2015 17.56
    A: "Umberto Gangi"<[email protected]>
    Ogg:  How can I use the "Copy and paste" tool in order get stamps in the same position in different pages (Acrobat XI for PC)?
        How can I use the "Copy and paste" tool in order get stamps in the same position in different pages (Acrobat XI for PC)?
        created by Gilad D (try67) in Creating, Editing &amp; Exporting PDFs - View the full discussion
    Well, I was in the same situation so I've developed a tool that allows one to do it. I will send you some additional information about it in a private message.
         If the reply above answers your question, please take a moment to mark this answer as correct by visiting: https://forums.adobe.com/message/7132586#7132586 and clicking ‘Correct’ below the answer
         Replies to this message go to everyone subscribed to this thread, not directly to the person who posted the message. To post a reply, either reply to this email or visit the message page:
    Please note that the Adobe Forums do not accept email attachments. If you want to embed an image in your message please visit the thread in the forum and click the camera icon: https://forums.adobe.com/message/7132586#7132586
         To unsubscribe from this thread, please visit the message page at , click "Following" at the top right, &amp; "Stop Following"
         Start a new discussion in Creating, Editing &amp; Exporting PDFs by email or at Adobe Community
      For more information about maintaining your forum email notifications please go to https://forums.adobe.com/thread/1516624.

  • How do i copy content from one hard rive to another through my macbook air? the copy and paste option doesn't work

    How do i copy content from one hard rive to another through my macbook air? the copy and paste option doesn't work

    It's because of the extension of the hard drive is a Windows extension ( most likely MSDOS or Ex-FAT), meaning you can only read but not write. If there are no important files (or you can copy the whole thing to your computer/mac) you can just reformat the hard drive and change the extension to NTFS (readable and writable on both windows and mac) or Mac OS Extended (readable and writable on Mac, readable on windows).
    Go to DISK UTILITY
    Choose the Hard Disk you intended
    ERASE
    You can choose either
              (I personally prefer this one, you know just in case)

  • After the most recent firefox update I can no longer copy and paste. the fuinction only works in Windows and I HATE usign it. Any suggestions on how to restore the copy and paste function while using Mozilla?

    I have been unable to use the copy and past command while using mozilla. the fucntion does work in windows IE, but I don't want to use windows. How do I restore or fix this function? I varies, works some days and not others.

    See http://kb.mozillazine.org/Clipboard_not_working
    Try to use the keyboard if the buttons on the web page aren't working.
    * Copy: Ctrl+C or Ctrl+Insert
    * Paste: Ctrl+V or Shift+Insert
    * Cut: Ctrl+X or Shift+Delete

  • With the Lion, the copy and paste commands don't work.  So if you choose a photo and right click Copy, this photo can't be pasted in another event.  This used to work with Snow Leopard.

    The copy and paste functions in iPhoto used to work in Snow Leopard, but not with the Lion.  How do I copy and paste photos from one event to another?  What I don't understand is that it used to work with Snow Leopard, and now that the OS has been upgraded to Lion, it doesn't? 

    Instead of copy and paste drag the photo to the new event. Or flag it and use the add flagged photos to selected event command
    LN

  • In iphoto 11 the copy and past buttons to the adjustment tab are gone

    In iphoto 11 the copy and past buttons to the adjustment tab are gone. I thought this was a cool feature. They still work when you click alt-c or alt-v. Did anyone notice this?

    I've noticed too and I don't like it! I tried to alt-c like you said and when I do that, it just takes me to the crop. It won't allow me to copy the adjustments! Is there any way around this??

  • Does iPhoto '11 have the copy and paste function?

    On my old MacBook the iPhoto allowed for the copying and pasting of adjustments, on my iPhoto '11 where the copy and paste option used to be there's nothing.

    Terence -
    I tried that, but it didn't work .. and I discovered why.  The key was in the last word of your sugg's first line:  "move."  I don't want to MOVE the pic, I want to COPY it to another event, and following your suggs produced this box:
    So, with your and the Old Toad's help, I now see I was pounding sand - can't do it!  Unless we can get the iPhoto developer gurus to add that capability, we'll have to consider this case ... Closed.
    Thanks, guys!

  • Help writing a excel macro to do a copy of 4 cells and paste transpose. I need to loop the copy and paste through 6900 rows of data.

      I need help writing a excelmacro to do a copy of 4 cells and paste transpose.  I need to loop the copy and paste through 6900 rows of data.  I started the macro with two rounds of copying & paster transposed but I need help getting it
    to loop through all rows.  Here is what macro looks like now.
        Range("I2:I5").Select
        Application.CutCopyMode = False
        Selection.Copy
        Range("J2").Select
        Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _
            False, Transpose:=True
        Range("I6:I9").Select
        Application.CutCopyMode = False
        Selection.Copy
        Range("J6").Select
        Selection.PasteSpecial Paste:=xlPasteAll, Operation:=xlNone, SkipBlanks:= _
            False, Transpose:=True
    End Sub

    Thanks Jim for the solution above.
    Hi Brogents,
    Thanks for posting in our forum. Please note that this forum focuses on questions and feedback for Microsoft Office client. For any
    VBA/Macro related issues, I would suggest you to post in the forum of
    Excel for Developers, where you can get more experienced responses:
    https://social.msdn.microsoft.com/Forums/office/en-US/home?forum=exceldev
    The reason why we recommend posting appropriately is you will get the most qualified pool of respondents, and other partners who read the forums regularly can either share their knowledge or learn from your interaction with us. Thank you for your understanding.
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • HT201401 Yesterday when I turned on my iPad there was icon that ask do I want to upgrade IOS  well I didn't know what that was so I said yes . Well every since my iPad gas gone crazy . When I go to a send button it keeps showing the copy and paste icon ov

    Yesterday when I turned on my iPad there was icon that ask do I want to upgrade IOS  well I didn't know what that was so I said yes . Well every since my iPad gas gone crazy . When I go to a send button it keeps showing the copy and paste icon over the button . Today I was sending a phone load to friend . It was a $3.85 load . But button kept showing that stupid copy and paste icon so I kept pushing the button . Well I ended up sending $3.85 three times . How do I get the upgrades out or how do I fix my iPad ?

    What does this have to do with iPhones much less using them in an Enterprise environment?
    Try posting to the correct forum.

  • Cannot use the copy and paste option

    Hello friends..
    I can't copy and paste any documents. By clicking right clicking mouse there is option for copy. I copy it but i can't paste it even doing ctr--c followed by ctr--v. I unable to copy paste.
    When i open clipboard i coudn't able to see any document or picture in it.
    Please guide me how can I copy paste all document again.
    I try to copy in word i cant do it.
    I try to copy matrial from word to my email i can't do it.
    How i can enable this copy paste.
    There is no virus in my computer.
    thanks for ur reply......

    > I appreciate if you give some step-by step option to solve it. Do u know how to contact Toshiba service executive by email, do you have such links -email to solve our problem. I heard to make some changes in notepad or something like to solve it but I dont know what the right way to solve it is.
    You can contact the ASP in your country if you have any problems with your notebook.
    But to be honest I dont think that the guys will be able to help you because only the hardware problems can be solved by an ASP and this issue seems to be related definitely to the software. The guys always recommend reinstalling the OS from the Toshiba recovery CD firstly.
    What you can do is to search on the Microsoft knowledge base for some solution proposal. For me it looks like a registry issue. But believe me; the simplest solution is the new OS installation or system restore to the early working point. Such procedure takes about 15min.
    Best regards

  • Change the copy and paste format

    Does anyone know how to change OSX 10.5 copy and paste/clipboard format from PDF to PICT?

    When a copy operation is performed, the target application typically offers multiple flavors of clipboard data. When you go to paste, which one of those flavors is actually used is up to the receiving application. If it prefers PDF it's going to use PDF and there's not really anything an end user can do about it. If you want a PICT file you'll really have to perform the conversion manually, and it's not too popular a format so there aren't many options for that out there.

  • Any news to the copy and paste problem with osx 10.9 ms rdc client?

    we have a new macmini with 10.9 and we work with microsoft remote desktop client 8.0.5,
    since we use this combination, we can´t copy and paste text between both systems...
    regards
    shift_f7

    Hi,
    Yes, it is not supported in the current versions.
    The workaround is to use folder redirection.
    Folder redirection enables access local folders during the remote session. Click the + button at the bottom of the dialog and choose a folder you want to have redirected.
    Configure Folder Redirection
    1. Click the + button.
    2. In the Add Local Folder window, enter the following information:
    • Name: Set a name for the folder to be available during the remote session.
    • Path: Select the path to the folder to be available during the remote session.
    3. Click the exit button to save the remote desktop.
    Thanks.
    Jeremy Wu
    TechNet Community Support

  • I am trying to edit my website using the copy and paste function and am getting an error message that says my browser will not allow this function.. what do I do? thanks!

    I am trying to do a simple copy and paste function while editing my website and I am getting an error message that says that my browser will not allow this function.. how can I override this?
    thanks
    Doug Snyder

    You need to set Copy'n'Paste security policies for that domain in Firefox.
    AllowClipboard Helper will help you do that. <br />
    https://addons.mozilla.org/en-US/firefox/addon/allowclipboard-helper/

  • Why Cant I use the copy and paste command in elements 7.0?

    I want to create gifs using images I created, but each time I try to use the copy command (ctrl+c) after the selecting the image, It wont allow me to.It keeps saying its because of a program error. I updated it, but I still cant use the copy command?
    help me please....

    See if resetting the photoshop elements 7 preferences clears things up:
    Restore all preferences to default settings  
         Press and hold Alt+Control+Shift (Windows) or Option+Command+Shift (Mac OS) as you start Photoshop Elements. You are prompted to delete the current settings.  
    New Preferences files are created the next time you start Photoshop Elements.  

Maybe you are looking for

  • Problem with Cyrillic fonts in Mail

    I have a problem with Mail mangling Cyrillic fonts. It happens like this: 1. I create a new mail. I set my input locale to Bulgarian - Phonetic. 2. I type out the email and send it to someone (afraid I don't know their config). 3. The other person re

  • How to create a report out of public view(s) with job errors & e-mail

    I would like to finish nightly OWB jobs with a process that will generate a report out of the public views with any errors and e-mail them. Has anybody done anything like this. Thanks!

  • Ver 4: Still no support for Includes or Design Time Stylesheets?

    Wow...well, without either of these I can't make use of this product. I guess I'm confused at what types of users this product may be marketed toward, although with the amount of focus put on Blogs and Blogging and lack of focus on requests already m

  • Schedule an App to run, or a delayed notification.

    How can I notify the user of something on a long time scale. The user may not have run the app for weeks or months, but I want a notification to pop up. It doesn't need to be a full instance of the app, a small helper app or even a growl notification

  • So easy to set up IP Printing using JetDirect/HP Laser/OSX

    I am on 10.5 and have hesitated to switch to 10.6 because I have an old HP 5MP that I love, and AppleTalk has been dropped in 10.6 I have read all the horror stories on how difficult the setting are, finding the IP address, configuring, etc. etc. I h