Disable the pasting of data in textfield

Hi all,
The scenario is that i am having a dialog wherein i can create new users. It has Two textfields for username and the password.Now the problem is that i donot want the user to paste the name specifically japnese characters. Can this be done if yes, any inroads?
Core of issue is that user should not be allowed to paste the data from outside into the username field.
Cheers,
--Manav                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                   

Stop crossposting! See my answer in your other thread.

Similar Messages

  • How can I see the past stat data?

    Hello,
    We're looking for a way to check the past stat data. We backed up the stat file, e.g. stat50, stat51,stat52... We tried to use the report RSSTAT26 and specified the backed up stat file, but it did not return any records.
    As stat/max_files is set to 48, we can see the stat data for 2 days via transaction STAD. But we'd like know how to see the stat older than 2 days.
    Does anyone have an idea?
    Regards,
    Masako

    Hi Sree,
    Thanks for your information. Unfortunately we cannot see any stat data which is older than 2 days by transaction STAD. 
    I checked help.sap.com.
    http://help.sap.com/saphelp_nw70/helpdata/en/27/930e422dfcdc2ce10000000a1550b0/frameset.htm
    And found the following statement.
    This means that after two days, you can no longer perform an analysis below transaction level.
    We're looking for a way to analyze the stat files which are backed up before it is overwritten.
    Our environment is as follows.
    -NW7.0
    -ERP 6.0
    -AIX/DB2
    Best regards,
    Masako Konno

  • How do I disable the notification "Transfer data to SD card - Internal storage is 75% full"?

    How do I disable the notification "Transfer data to SD card - Internal storage is 75% full"? after update to Lollipop

    Hi @rainbowgoblin I should use the File Commander app, you could read about it here:
    https://play.google.com/store/apps/details?id=com.mobisystems.fileman&hl=es_419 You can also set with the Android adb, to store apps in the SD Card intead of the internal memory. You should have ADB installed, the SDK up to date, and the USB debugging turned on from your device on the Developer Options.
    Then plug your Xperia to your computer and from a command prompt (you'll probably have to be in the folder where adb.exe is, most likely something like C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe) run this command: adb shell pm setInstallLocation 2 (where 0 represents the internal storage and 2 represents the SD Card storage). To clear warnings about the available memory space on your device you can run: adb shell pm hide com.sonymobile.storagechecker I hope can be useful. Best Regards,

  • What are the reasons for disabling the saving of data in a PDF?

    I seem to have had more than my share of encounters lately with PDF files that have editable fields but have their data saving capability disabled.
    In some of these situations this has been an absolutely maddening inconvenience.
    When I attempt to bring this to the attention of whomever's responsible I get brushed off.
    One person's response was: Actually the majority of the PDF forms I have are Adobe reader and you cannot make changes electronically at all.  The reason for this is to make sure that the documents are not altered in any way.  The <companies creating the PDFs> must make sure that changes are not being made to their forms. 
    I just don't understand that.  How is entering and saving data 'altering' a PDF?
    Is this just bone-headed bureacracy, an urban legend, or is there some fundamental practical matter I am not aware of?

    Saving a filled-in form has always been disallowed with Adobe Reader, formerly known as Acrobat Reader. Though there are a few exceptions...
    History lesson:
    Forms features were first introduced in Acrobat 3. As you might imagine, a number of folks wanted to be able to save filled-in forms using Acrobat Reader. Since this functionality simply was not a feature of Reader, it was not possible. If you wanted to save a filled-in form, you needed to use Acrobat (Exchange).
    Upon recognizing the potential market for a product that they could sell, Adobe developed and released Acrobat Business Tools, which was a version 4 product. It was positioned between Reader and Acrobat, was reasonably priced, and allowed users to save filled-in forms, apply digital signatures, and add comments. Unfortunately, this was marketed poorly and did not achieve commercial success.
    The next iteration was a similar product named Acrobat Approval, which was a version 5 product. It too could save a filled-in form, but was in some ways more limited than Business Tools, and suffered a similar fate. That is, it was not a market success. It was however distributed for free to US taxpayers on the IRS tax products CD-ROM.
    The next idea from Adobe - which was a good one - was to provide for a means of embedding usage rights in a PDF document. These rights would allow Reader to do things it normally would not be able to do, such as saving a filled-in form, adding comments, importing/exporting form data, creating new pages using templates, connecting to databases and web services, etc. At first, the only way to enable these usage rights was with an expensive product from Adobe, so the potential was initially not realized.
    With the release of Acrobat 7, Acrobat users were able to add some usage rights, such as commenting. While this was a welcome addition, folks still wanted to be enable forms to be saved with Reader. Finally with the release of Acrobat 8 Pro, users were able to enable forms to be saved with Reader, but it came with licensing restrictions. In short, if the licensee distributed the form for more than 500 recipients, the licensee could use data from no more that 500 copies of a particular form that was returned to them, including hardcopies. This was great for forms used inside of an orginization, but not so great for forms that needed to be used by the general public. Still, it was a very useful feature for a majority of businesses for internal forms, the vast majority of which have fewer than 500 employees.
    Acrobat 9 or 10 didn't change things. Adobe still wants to capitalize on this market, which certainly is not a bad thing for Adobe and their stockholders. The US IRS forms have long been saveable with Reader because they licence Adobe Reader Extensions, which provides revenue for Adobe.
    Note that some third-party PDF viewers allow users to save filled-in forms whether or not the documents have usage rights. Such software has a different marketing model than does Adobe Reader/Acrobat, and rides the coattails of Adobe by taking advantage of the popularity of PDF forms.

  • How do I disable the paste function on a PDF so that the reader can write text on it but not copy and paste text onto it?

    I'm trying to create a PDF for my students to take notes on during class but I don't want them to be able to copy and paste the notes. I'm using adobe professional to create the PDF.

    Why do you want to prevent copy and paste? They can take screen shots of the pdf if they are real insistent? If you password protect your file, to prevent copy and paste, but that is trivial to circumvent. You can convert your pdf to tiff and then re-import, the resulting file will be an image pdf file.The contents will be an image which doesn’t prevent copy and paste, will prevent it being done as text.

  • Issue with Past Month data in the Select Statement

    Hi,
    I written the following query,
    SELECT   /*+NO_MERGE(A)*/
                CASE
                   WHEN snap_shot_date > a.q3
                   AND snap_shot_date <= a.q4
                      THEN q4char
                   WHEN snap_shot_date > a.q2 AND snap_shot_date <= a.q3
                      THEN q3char
                   WHEN snap_shot_date > a.q1 AND snap_shot_date <= a.q2
                      THEN q2char
                   WHEN snap_shot_date > a.q0 AND snap_shot_date <= a.q1
                      THEN q1char              
                END snap_shot_date,
                CASE
                   WHEN snap_shot_date > a.q3 AND snap_shot_date <= a.q4
                      THEN 1
                   WHEN snap_shot_date > a.q2 AND snap_shot_date <= a.q3
                      THEN 2
                   WHEN snap_shot_date > a.q1 AND snap_shot_date <= a.q2
                      THEN 3
                   WHEN snap_shot_date > a.q0 AND snap_shot_date <= a.q1
                      THEN 4
                END sort_by,
                pillar3_exposure_class_code, pd_band_description,
                ROUND (SUM (p3.ead_post_sec_post_crm)),
                ROUND (SUM (notional_principle)),
                DECODE (SUM (notional_principle),
                        0, 0,
                        ROUND (  SUM (DECODE (exposure_type,
                                              'UNDRAW', ead_post_sec_post_crm,
                                              0
                               / SUM (notional_principle),
                               4
                DECODE (SUM (p3.ead_post_sec_post_crm),
                        0, 0,
                        ROUND (  SUM (pd_value * p3.ead_post_sec_post_crm)
                               / SUM (p3.ead_post_sec_post_crm),
                               2
                DECODE (SUM (p3.ead_post_sec_post_crm),
                        0, 0,
                        ROUND (SUM (rwa) / SUM (p3.ead_post_sec_post_crm), 4)
                DECODE (SUM (p3.ead_post_sec_post_crm),
                        0, 0,
                        ROUND (  SUM (lgd_rate * p3.ead_post_sec_post_crm)
                               / SUM (p3.ead_post_sec_post_crm),
                               2
                TO_CHAR (MAX (a.max_date), 'FMMonth DD, YYYY')
           FROM summary.pillar3 p3,
                (SELECT DISTINCT (month_end_date) max_date,
                                 LAST_DAY (month_end_date) q4,
                                 TO_CHAR (LAST_DAY (month_end_date),
                                          'MON YYYY'
                                         ) q4char,
                                 ADD_MONTHS (LAST_DAY (month_end_date), -3) q3,
                                 TO_CHAR
                                    (ADD_MONTHS (LAST_DAY (month_end_date), -3),
                                     'MON YYYY'
                                    ) q3char,
                                 ADD_MONTHS (LAST_DAY (month_end_date), -6) q2,
                                 TO_CHAR
                                    (ADD_MONTHS (LAST_DAY (month_end_date), -6),
                                     'MON YYYY'
                                    ) q2char,
                                 ADD_MONTHS (LAST_DAY (month_end_date), -9) q1,
                                 TO_CHAR
                                    (ADD_MONTHS (LAST_DAY (month_end_date), -9),
                                     'MON YYYY'
                                    ) q1char,
                                 ADD_MONTHS (LAST_DAY (month_end_date), -12) q0
                            FROM rcdwstg.stg_bcar_detail) a
          WHERE snap_shot_date BETWEEN ADD_MONTHS (a.max_date, -12) AND a.max_date
       GROUP BY CASE
                   WHEN snap_shot_date > a.q3 AND snap_shot_date <= a.q4
                      THEN q4char
                   WHEN snap_shot_date > a.q2 AND snap_shot_date <= a.q3
                      THEN q3char
                   WHEN snap_shot_date > a.q1 AND snap_shot_date <= a.q2
                      THEN q2char
                   WHEN snap_shot_date > a.q0 AND snap_shot_date <= a.q1
                      THEN q1char
                END,
                CASE
                   WHEN snap_shot_date > a.q3 AND snap_shot_date <= a.q4
                      THEN 1
                   WHEN snap_shot_date > a.q2 AND snap_shot_date <= a.q3
                      THEN 2
                   WHEN snap_shot_date > a.q1 AND snap_shot_date <= a.q2
                      THEN 3
                   WHEN snap_shot_date > a.q0 AND snap_shot_date <= a.q1
                      THEN 4
                END,
                pillar3_exposure_class_code,
                pd_band_description
       ORDER BY 2 DESC;I have written the query to get the latest 12 months data from a table and split that into 4 quarter to show in the Cognos Report. But when the table having 13th or the past months data, the select statement is showing Empty values in the first two columns and fetching the 13 month data too.
    Can anyone help me in this to avoid the problem.
    Thanks
    Radha K

    WHERE snap_shot_date BETWEEN ADD_MONTHS(TRUNC(a.max_date, 'MM'), -11) AND  a.max_date
    ....

  • How can I disable the blue highlight on textfields in Safari and Firefox, using CSS?

    Hi, I'm trying to disable the default blue highlight on textfields in Safari and Firefox. I can get it to work in Safari by using the following CSS code:
    input {outline-style: none;}
    This doesn't work for Firefox, though.
    Can anyone help me to get it to work in Firefox?
    Thanks in advance!

    Are you referring the the border color or the actual field color?
    For field colour see the section on the input tag.
    However if it is the border color, this is set by the browser o/s, and cannot be changed with any 'cross-browser' technique, it can be changed in IE and other browsers using custom behaviors (IE), or by using custom skins (others).
    But the skins are only enabled by the user, and changing the chrome of the browser for form fields using JavaScript would probably affect the entire browser anyway.
    PZ

  • How to disable selection of  End Date depending on start Date.

    Hello,
    I have  2 DatePicker controls
    1) Start Date
    2) End Date
    When I select a start date  in  date picker depending on that  it should disable the  selection of  dates less than  Start date in End date Date Picker.
    Could anyone please provide solution for it.
    Thanks & regards,
    Viswanath

    You can always check UI5 core files and extend it. FYI, most of UI5 calendars are based on "MobileScroll" UI library, e.g.
    DateTimeInput - Mobiscroll - Demos and Examples - Date &amp;amp; Time - Date with min and max
    DatePicker - Mobiscroll 2.15.1 Documentation - Calendar
    Below you can find few extension examples:
    sap.m.DateTimeInput extend- JS Bin - Collaborative JavaScript Debugging&lt;/title&gt;  &lt;link rel=&quot;alternate&quot; type=&quot;application/jso…
    sap.m.DatePicker extend -> JS Bin - Collaborative JavaScript Debugging&lt;/title&gt;  &lt;link rel=&quot;alternate&quot; type=&quot;application/jso…
    Regards,
    Vladimir

  • OSA: Copying Past Appraisals data to New

    Hi,
    I Hav already a link called "Last Document" which opens the Last Appraisal document in a new window.In addtion to that i want a button called <b>Copy  Last document </b>. On clicking the button the past appraisals data should be copied to new form.
    Is this possible? Im using SAP4.7 and HR Extension 2.0.
    Rgds,
    Jothi.P

    Hi,
    Say old document has 3 added qualifications (via the free enhancement):
    So the structure looks like
    element Q group (coming from template)
      Q1
      Q2
      Q3
    Now the new document looks initially like this
    Element Q group
    Via the fix enhancement you can read the elements added in the previous document and add these Q's in the new documents. Now you have the same structure in your new appraisal. Now you will need to get the values, which then is done via a value determination.
    So, fix enhancement to copy the elements, value determination to copy the values.
    However, what would you do with free objectives (same element technically with each time another text)? You cant uniqly indentify them, as such your val.det would go wrong.
    What about deleted elements? Elements that are not available anymore?
    All these things you will need to take into consideration.
    Regards and Groetjes,
    Maurice

  • Approval of shopping carts from the past

    Hello,
    We have the following situation:
    A approval-user (manager) has in his approval list (BBPSC07) shopping carts to be approved from months September and October 2008. These shopping carts are in the past (actual date 30.10).
    The user can enter into the approval details of the shopping carts from months October but cannot do this with the shopping carts from September!
    What could be a reason fro this behaviour of the system?
    Thanks for any clues,
    Aart

    Hi Masa,
    Im talking about the approval overview screen where one can press a button "details" of the approval, or "accept" or "reject" a shopping cart.
    Pressing the detail button does no lead us to the shopping cart positions to be approved or rejected in the case of shopping cart dates before the month of Octobre.
    From october onwards the overview is working fine!
    What could be a reason for this behaviour?
    thanks for any clue.
    Aart

  • Jerk produced while disabling the axis

    Hello all,
    I have a 7344 Card with a Nu drive amplifier attached to a Velmex stepper motor attached to a bislide axis. Due to some noise problems created by the motor, for scanning in one direction, i have to disable the axis, do data acquistion, enable the axis and move to the next position. when the axis is switched on and off, there is a backward jerk created on the linear motion which is very much undesirable because the position of the axis is changed. I dont use any encoders hence cannot figure how much this backward jerk is. Has anyone encountered such kind of problem. I tried contacting NI and sent emails to the engineers i know , but didnt get any response. I woudl really appreciate if I can get a response to this message.
    Thanks
    Valli

    I think you first should check whether the problem is caused by the 7344 motor controller or the driver.
    To check this you should hook up a scope (or a logic analyzer) to the DIR input and, if possible, also to the STEP input of the driver. Usually a driver reverses moving direction only if the level of the DIR input is changed, and if there are still step pulses generated after such a change.

  • I had the galaxy 3 withwifi issues. I recently obtained the droid maxx. it says that I am connected but over the past two months I've gone over data!  I have two lines , we checked the numbers in "my verizon" and it pretty much validated our suspicions! i

    I had the galaxy 3 with no wifi issues. I recently obtained the droid maxx. it says that I am connected but over the past two months I've gone over data!  I have two lines , we checked the numbers in "my verizon" and it pretty much validated our suspicions! it's this phone. Is there something I should check? It says connected to wifi, wifi is fine.....confused.

    Kimberly1966 we'll solve this mystery and put an end to the overage! Do you disable data when connected to Wi Fi? If not, I would recommend doing so to prevent accidental usage by http://vz.to/V4epNo
    AshleyS_VZW
    Follow us on Twitter @VZWSupport

  • How to write a sql query to retrieve data entered in the past 2 weeks

    Hi,
    I have file names and last accessed date(java.sql.Date format) stored in my database table, I would like to know how I can write a query to get the name of files accessed in the past 2 weeks,I use open sql server at the back end.
    Thanks in advance.

    This has essentially nothing to do with JDBC. JDBC is just an API to execute the SQL language using Java and thus interact with the databases.
    Your problem is related to the SQL language, you don't know how to write the SQL language. I suggest you to go through a SQL tutorial (there is one at w3schools.com) and to read the SQL documentation which come along with the database in question. A decent database manfacturer has a website and probably also a discussion forum / mailinglist as well.
    I'll give you a hint: you can just use equality operators in SQL like everywhere. For example: "WHERE date < somedate".

  • Load a sales order with delivery date in the past

    Hi,
    We want to load in the system a sales order with delivery date in the past, and maintain the schedule delivery date in the past. To do that, in the customizing Sales And Distribution / Basic Functions / Delivery Scheduling and Transportation Scheduling / Define Scheduling By Sales Document Type, I selected the flag Blackwards. But the problem is that the rest of the dates in the scredule line: goods issue date, loading date, material avail.date and transportation Plan Date, are in blank and you cannot enter any data because the system deletes it.
    How can I have these dates informed with dates in the past?
    Thanks in advance,

    You can control this using the "Message Control" in the SAP IMG.
    Supplier Relationship Management>SRM Server>Cross-Application Basic Settings>Message Control>Influence Message Control
    Using this you convert Error to Warning or even swith off this message.
    Please refer this thread for complete steps:
    Re: How to change an error message to a warning message in SRM
    Note: you need to suppress the messages relevant to your case here.
    Regards
    Kathirvel

  • Table for Stock on Specific Date in the Past.

    Hi ..,
    Please give me the Name of the Table to find the stock on Specific Date for a given material in the Past. like the T.code we use MB5B.
    regards.

    Hi
    MB5B uses a list of tables & logic to get the Stock for a particular posting date.
    if you want the stock run this report in your Z- report & export the Values to your Z-report & use them accordingly.
    Hope this helps
    Thanks & Regards
    Kishore

Maybe you are looking for

  • How do I use Home Sharing on campus network?

    I attend Auburn University and they use 802.11X authentication for wireless devices on campus. Right now all my Macbook Pro, iPhone 4, and iPad can all connect to the network just fine. The only problem is that they cannot see each other over AirPlay

  • J2SE Adapter

    Hi all, We are planning to install J2SE adapters. We are looking for some answers for these question: 1. Our server environment are based on Microsoft server 2000/2003, so I think its not a problem to install J2SE adapters. 2. What's the system requi

  • Questions About DNG

    1) Is the Current DNG 5.5 only useable in CS4? 2) I notice that support for cameras is shown for both RAW and DNG. Since DNG is supposed to be universal, what is the down side of using DNG to run raw files from cameras such as the Canon 7D? Should I

  • Scan to PDF creates jagged or stepped horizontal lines

    I recently upgraded to Acrobat 9 standard from Acrobat 5. I removed Acrobat 5 and installed Acrobat 9 on my Windows XP Pro. desktop. I have a scanner which I use to scan in documents and create PDF files. After changing versions, when I scan a docume

  • Queries on Enterprise Search

    Hi, I have started learning abt Enterprise Search. I have some queries on it. Pls clear my doubts. 1. It has been said that, "SAP NetWeaver Enterprise Search is delivered as an appliance with the software preinstalled on dedicated hardware" So, once