I want to validate that user re-typed the same thing in field2 as in field1

using the Validation items in HTLMDB.
Thanks for any help.

ottismyman,
There are several ways to do this. Here's one: create a page level validation, implemented as a PL/SQL Expression. The expression should be similar to this one:
:P1_ITEM1 = :P1_ITEM2;Sergio

Similar Messages

  • I've got a problem:  if i want to back up my device manual (the same thing if it should does automaticly by charging) there's an error called: "the last backup couldn't be constructed"(don't know if it's right written, i'm german).Does sb. know what do?

    i've got a problem:  if i want to back up my device manual (the same thing if it should does automaticly by charging) there's an error called: "the last backup couldn't be constructed"(don't know if it's right written, i'm german).Does sb. know what to do? Help would be nice!!
    Henrik

    Sorry its Thanksgiving holiday here, here is a picture of the hard drive.
    After doing this, try the other suggestions if needed. then let us know!
    S70-ABT2N22 Windows 7 Pro & 8.1Pro, C55-A5180 Windows 8.1****Click on White “Kudos” STAR to say thanks!****
    Attachments:
    toshiba hard drive.jpg ‏14 KB

  • HT201209 Trying to redeem a free download for a song from KLove. When I get into my acct & try to redeem it, it just keeps bringing up the "sign-in" box. When I click the button on KLove's webpage to redeem it takes me to that page but does the same thing

    Trying to redeem a free download for a song from KLove. When I get into my acct & try to redeem it, it just keeps bringing up the "sign-in" box. When I click the button on KLove's webpage to redeem it takes me to that page but does the same thing

    Get the redeem code from the KLove page:
    http://www.klove.com/music/store.aspx
    ...and enter it into the Redeem Code box in the iTunes Store.
    You will have to sign in to your iTunes account.
    It worked fine here.  If that doesn't work for you, let us know what went wrong.

  • I cannot download a song it says it has been corrupted and must go to store check for downloads and I do that and it says the same thing.  will not download I paid for it and can't download

    I purchased a song but when downloading it says it is corrupted.  So I go to store and check for downloads and it does the same thing

    I'd report the problem to the iTunes Store.
    Log in to the Store. Click on "Account" in your Quick Links. When you're in your Account information screen, go down to Purchase History and click "See all".
    Find the item that is not downloading properly. If you can't see "Report a Problem" next to the entry, click the "Report a problem" button. Now click the "Report a Problem" link next to the item.
    (Not entirely sure what happens after you click that link, but fingers crossed it should be relatively straightforward.)

  • I want to stop my printer from printing the same thing every time I turn it on.

    HP 6500A: how do I cancel printing jobs so that the printer doesn't continue to reprint them?

    Hi Mjs51,
    Try this - Assumes Windows 7 (you didn't say what OS your are using):
    Turn Off the printer.
    Start > search / type, then click on "Control Panel" > icon view > Administrative Tools >
    Services > Click on "Name" to sort by name > Scroll down, look for "Print spooler" > Stop
    Leave that Services window open...
    Open a Windows Explorer window:
    Start > search / type, then click on "Windows Explorer" > type / paste in the title bar (to the right of the <--> arrows    C:\Windows\System32\spool\PRINTERS
    Alternatively, you can poke at each folder name (Windows > System32...) until you get to the folder named PRINTERS
    Remove (delete) all the files you see in that folder directory. 
    (Highlight > Right-Click > Delete)
    Go back to the Services window:
    "Restart" the Print spooler service
    NOTE:  If you cannot stop / start the spoolsv service, try Right-Click on services and "Run as Administrator" to give you permission to control the services.
    Unplug the printer, wait a bit (One minute), plug it back in...turn it on.
    NOTE:  There may be a buffer cache clear selection on the Printer - you could check on the front panel of the Printer Menu.  Try this in the event that you cannot get to the outlet to unplug the printer OR try it in place of unplugging the printer.  Choice.
    I hope this helps solve your printer problem.
    Say “Thanks” for the Help!  Click the Kudos Star whenever you find a Post that helps you.
    Mark the Post “Accepted Solution” to say the solution provided worked for you.
    Kind Regards,
    Dragon-Fur

  • HT201401 My iphone 5 volumn down button does not work most of the time. it feels fine.  in an otterbox defender. this is my second iphone that it is doing the same thing.

    i have a iphone 5. the volume button going down only does not work.  this is my second phone with the same problem.  i have had otterboxes for both phones.

    Does not work even with the case off. I formatted and rebooted, reset, called apple and sent the last one back. It was free but this is getting old. I have had all iPhones and this is the only one I have had issues.

  • I need to sync my iPhone to new user id on the same mac.  How do I keep my iPhone contacts and music library?  I tried to sync and iTunes wanted to erase both.

    I need to sync my iPhone to new user id on the same mac.  How do I keep my iPhone contacts and music library?  I tried to sync and iTunes wanted to erase both.

    When you say a new user ID, are you referring to your Apple ID that you use to make purchases in the iTunes Store, etc? Or are you talking about a new user account on the same Mac?
    iTunes alternatives
    http://www.wideanglesoftware.com/touchcopy/index.php
    http://www.ecamm.com/mac/phoneview/
    http://www.copytrans.net/

  • Lock the plant so that other user cannot use the same plant.

    Hi Gurus!
    I ahve this small report which shows the pro-rate factor . In this report I need to block the plant or lock it(a soft) lock witha  message that some other user is using the plant so that other cannot use the same plant to post.Following is the report and if soemone can help me out would be very kind enough.I ahve added teh code where validation of plant is doen , so it must be somewhere here the locking should be done as per my thinking . Kindly suggest please.
    *&      Form  get_pro_factor
    *       get pro rate factor from the given
    *       combination of plant/sloc/mat#/period
    form get_pro_factor .
      select single zpr_factor zpr_disp_factor zpr_pipe_net zpr_pipe_gross
      from zprfactor
      into (zprfactor-zpr_factor, zprfactor-zpr_disp_factor,
            zprfactor-zpr_pipe_net, zprfactor-zpr_pipe_gross)
      where zpr_werks = p_werks    and
            zpr_lgort = p_lgort    and
            zpr_matnr = p_matnr    and
            zpr_mjahr = p_mjahr    and
            zpr_monat = p_monat.
      v_subrc = sy-subrc.
      if zprfactor-zpr_factor = 0.
        if c_wp = p_lgort+0(2).
          zprfactor-zpr_factor = 1. " Don C added this routine
        endif.
      endif.
      if zprfactor-zpr_disp_factor is initial.
        if not zprfactor-zpr_pipe_gross is initial.
          zprfactor-zpr_disp_factor = zprfactor-zpr_pipe_net / zprfactor-zpr_pipe_gross.
        endif.
        if zprfactor-zpr_disp_factor is initial.
          zprfactor-zpr_disp_factor = 1.
        endif.
      endif.
    endform.                    " get_pro_factor
    *&      Form  valid_plant
    *       validate whether plant entered in selection screen
    *       exists in database or not
    form valid_plant .
      if not ( p_werks is initial and
                 p_lgort is initial and
                 p_matnr is initial and
                 p_mjahr is initial and
                 p_monat is initial ).
        select single werks from t001w into t001w-werks
               where werks = p_werks.
        if sy-subrc ne 0.
          message e048(zmm) with p_werks.
        endif.
      endif.
    endform.                    " valid_plant
    *&      Form  FIND_MATKL
    form find_matkl .
      select single matkl into v_matkl from mara where matnr = p_matnr.
    endform.                    " FIND_MATKL
    *&      Form  UPDATE_ZPRFACTOR
    form update_zprfactor using p_flag.                         "DEVK903224
      call function 'ENQUEUE_E_TABLEE'
        exporting
          mode_rstable   = c_e
          tabname        = 'ZPRFACTOR'
        exceptions
          foreign_lock   = 1
          system_failure = 2
          others         = 3.
      if sy-subrc <> 0.
        message id sy-msgid type sy-msgty number sy-msgno
                with sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      else.
        select single * from zprfactor where zpr_werks = p_werks
                                       and   zpr_lgort = p_lgort
                                       and   zpr_matnr = p_matnr
                                       and   zpr_monat = p_monat
                                       and   zpr_mjahr = p_mjahr.
        if sy-subrc = 0.
          zprfactor-zpr_rate_flag = p_flag.                     "DEVK903224
          update zprfactor.
        endif.
      endif.
      call function 'DEQUEUE_E_TABLEE'
        exporting
          mode_rstable = c_e
          tabname      = 'ZPRFACTOR'.
    Thanks
    Aarav

    call function 'ENQUEUE_E_TABLEE'
        exporting
          mode_rstable   = c_e
          tabname        = 'ZPRFACTOR'
        exceptions
          foreign_lock   = 1
          system_failure = 2
          others         = 3.
    ENQUEUE_E_TABLEE   } E_TABLEE is the name of the lock object, it starts with character "E".

  • I bought a new iphone and as i was setting my apple ID account and i signed in to my account and confirmed two useres with diffrent numbers that were signed to the same apple ID and it messed up my i messege and face time. how do i fix that ?

    i bought a new iphone and as i was setting my apple ID account and i signed in to my account and confirmed two useres with diffrent numbers that were signed to the same apple ID and it messed up my i messege and face time. how do i fix that or delete one user ?

    Hello sapiii96,
    Thanks for using Apple Support Communities.
    For more information on this, take a look at:
    iOS: Troubleshooting FaceTime and iMessage activation
    http://support.apple.com/kb/ts4268
    To sign out of your Apple ID
    Go to Settings > FaceTime, tap your Apple ID, and select Sign Out.
    Go to Settings > Messages > Send & Receive, tap your Apple ID, and select Sign Out.
    Best of luck,
    Mario

  • Firefox has suddenly stopped connecting on one of three user accounts on the same computer. That account still connects with Safari - but not Firefox. A clean-install has not solved the problem. Help?

    Three user accounts on the same computer all link to a single copy of Firefox 3.6.8 - but one of them has suddenly lost its ability to use the program. Firefox opens in that account, but it cannot connect to the Internet. 'Done' appears at the lower left of a blank Firefox page [it's set to load a blank page initially], as though a page had finished downloading ... but Firefox does not actually generate any Internet activityx.
    Previously, the Firefox connection for this account was smooth and reliable. I haven't added, upgraded or downloaded any new programs, nor made any other computer changes in recent weeks or months.
    Puzzlingly - that same account still connects successfully to the Internet via Safari. And the other accounts on the same computer continue to use Firefox with no problem - including a test user-account that I set up today to help troubleshoot the problem. The blockage is restricted solely to Firefox with that one user account.
    Following your Support page instructions, I did a clean-install of Firefox 3.6.8, removing both the existing Firefox 3.6.8 and the Library/Application Support/Firefox folder. Going the extra mile, I checked all accounts to be certain that no Firefox folders remained in any of them - then emptied the Trash and restarted before installing a freshly downloaded 3.6.8. But blimey - the blockage still persists for that one user account.
    Firefox shows no visible cookies that might influence the connection. [It's set to delete all cookies upon closing anyway.] And I see no obvious instructions in Mac's firewall or any software program to refuse access to Firefox. The computer is stand-alone, not networked. And in any case, Firefox works just fine in the two other user accounts.
    Deleting the hobbled user account is not feasible. So what is causing this roadblock? Did I miss a step in the clean-install? How can that account resume using Firefox?
    Thanks in advance for your advice.

    If files already have been downloaded then remove the files in the updates and updates\0 folder.
    You can also delete active-update.xml and possibly updates.xml (stores the update history).
    * http://kb.mozillazine.org/Software_Update (Software Update not working properly)
    C:\Users\&lt;user&gt;\AppData\Local\Mozilla\Firefox\Mozilla Firefox\updates
    (%LOCALAPPDATA%\Mozilla\Firefox\Mozilla Firefox)

  • The Web application at could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application

    Hi,
    I have created on windows service to fetch sharepoint list ad update the list items.
    when i run this service in sharepoint server(where the sharepoint site is hosted),it is working fine. If i run the same service in another machine(sharepoint installed in this machine also). it is giving the below error
    The Web application at [URL] could not be found. Verify that you have typed the URL correctly. If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application.
    Code snippet
    SPSite sharepointSite = null;
                SPWeb rootWeb = null;
                try
                    //SPList current = null, previous = null;
                    string colmId = ConfigurationManager.AppSettings[ID_COLM];
                    List<TaskEntity> list = new List<TaskEntity>();
                    sharepointSite = new SPSite(URL);
                    rootWeb = sharepointSite.OpenWeb();
                    SPList current = rootWeb.Lists[ConfigurationManager.AppSettings[OMEGA_REGISTRATION_LIST]];
                    WriteEventLog("current" + current.Items.Count.ToString());
                catch (Exception ex)
                    ExceptionMethod(ex);
                finally
                    sharepointSite = null;
                    rootWeb = null;
    I have pointed .net framework to 3.5 version and target palform as Any CPU. Please suggest me

    Hi mallela1,
    I also had similar issue couple of months back when I was trying to access a remote URL from a Windows service when the site does not exists in the server where service resides.
    You cannot access a remote url (even though it is SharePoint server and also in same network ) from server object model.
    SPSite can look in the current server only. here what is happening is SPSite will look for this in the current server DB and it is not finding this errror.
    So please dont use ServerObject model for accessing remote sites. You can use Client Object model for the code /requirement you have stated above.
    I wasted lot of time in finding a work around to make to work. It did not. So look for other options.
    Regards,
    Nandini

  • I tried to open a folder in my Documents. It does not show in any window but does show up when I am half way between windows. It did the same thing when I tried to empty the trash. It asked if that was what I wanted but I could't say yes because it was or

    I tried to open a folder in my Documents. It does not show in any window but does show up when I am half way between windows. It did the same thing when I tried to empty the trash. It asked if that was what I wanted but I could't say yes because it was or

    what is your question/issue here? did the folder have any content in it to begin with? screen shots of what you may be seeing?
    if english isn't your native language, write it in what you are most comfortable speaking in to describe your issue.

  • I just want to know that how to change the font color, font size, and forgr

    i just want to know that how to change the font color, font size, and forground color in JTextPane for the Selected text. i try diffrerent menthod like setFont and setColor, these methods change the fonts of the whole textpane. so please reply me as soon as possible, and thanks in advance.
    Moazzam

    Sell the Old one... Buy a New one...

  • I want see list of user's in the portal

    hi,
           i want see list of user's in the portal how is it, can u help any body?
    ok
    bye bye...

    Hi Rama
    For inforamtion on logged in portal users
    How do i trace How many users logged into portal?
    http://help.sap.com/saphelp_nw04/helpdata/en/58/728ea01cf64fff996b827f2a06f9b1/frameset.htm
    Hope it helps
    Regards

  • I am planning on buying an iPad 4 16GB, So I wanted to ask that after taking out the storage consumed by the system and system apps, How much storage will I be left with?

    I am planning on buying an iPad 4 16GB, So I wanted to ask that after taking out the storage consumed by the system and system apps, How much storage will I be left with?

    16GB vs 32GB vs 64GB: Which new iPad storage capacity should you get?
    http://www.imore.com/2012/03/08/16gb-32gb-64gb-ipad-capacity/
    How much content will fit on my iPod or iPhone?
    http://support.apple.com/kb/HT1867
     Cheers, Tom

Maybe you are looking for