Email confirmation message of problem lost

I just reported problem with Firefox and Thunderbird.
You reported sending me a confirmation message to my email address.
Message lost.

Your original question is here - [/questions/764218]
Locking this post.

Similar Messages

  • KM "send to" document through email confirmation message

    Dear Colleagues,
    We have a requirement where in we have been asked to give a pop-up confirmation when a document is sent from KM using the "send to" menu item based on the meta-data attribute for that document. Our document will have "public" and "confidential" custom property attributes. So when a user clicks on "send to" we need to ask for a pop-up confirmation and also send an email to supervisor whose mail address will also be in document meta data attributes.
    How can we achieve this?
    Thanks in advance,
    Manish

    Hi Manish,
    I think you have to develop a new "send to" UI command.
    I don't see a possible workaround using standard KM/portal features to achive this.
    If you want to see how to develop a new KM object, you can read this doc:
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sapportals.km.docs/documents/a1-8-4/cm component development with ep 6.0.pdf
    unfortunately, AFAIK, there isn't a doc which describes how to develop a new UI command.
    Let me know if you need other infos.
    Hope this could help
    Ciao
    Roberto

  • How can I place an image into an email receipt or confirmation message?

    Once a FormsCentral form is completed and submitted, I would like to send the submitter an email receipt or confirmation message that includes an image and a URL link. Is that possible? I know an image can be inserted into the first form they complete, but I'm not seeing that feature in any of the autoresponse options.

    Hi,
    Currently, only a plain text message may be provided when customizing the email receipt or confirmation message.
    Regards,
    Brian

  • Problems getting emails or messages (blackberry messenger) outside WiFi areas

    Since yesterday  I stopped receiving emails nor messages (bberry messenger), somehow I can still send them from my device but nobody can answer me back. This issue gets solved when I am at home and the device connects to my wireless network and I start receiving all my emails and pending messages. This also applies to WiFi areas.
    Please let me know how to proceed in order to solve this issue,

    May I ask what you told them and what they said the problem was, so that I can tell them the same thing when I call them?

  • Problem in Displaying  Confirmation message when (retain am=false)

    i have a scenario wherein after committing the records,i need to redirect to a new page,with the confirmation messages.but ,to avoid stale data erorr,i have to make "retain am" parametere as "false".
    now the messages are not thrown on the next page if the reatinam is false.
    any workaround

    In PFR:
    pagecontext.putParameter("SuccessMsg", "ALV_QA_NCR_CREATE_CONFIRM");
    pagecontext.putParameter("NcrNumber",Param_NcrNumber );
    pageContext.forwardImmediately("OA.jsp?page=/alv/oracle/apps/qa/ncr/webui/XXALVACTIONS_PG&OAHP=XXALV_QA_HOME&OASF=XXALV_QA_UPDATE_ACTIONS",
    null,
    OAWebBeanConstants.KEEP_MENU_CONTEXT,
    null,
    null,
    false, // Retain AM
    OAWebBeanConstants.ADD_BREAD_CRUMB_NO
    in PR of the new Page:
    String vMsg= pageContext.getParameter("SuccessMsg");
    if(vMsg!=null)
    Number ncrNum = (Number) pageContext.getParameter("NcrNumber");
    MessageToken[] tokens = { new MessageToken("NCRNO", Param_NcrNumber)};
    OAException confirmMessage = new OAException("QA", vMsg, tokens,
    OAException.CONFIRMATION, null);
    throw confirmMessage;
    Regards
    Sumit

  • Cannot attach files to email. get message "An internal error occurred when attempting to attach... " when do retry and "switch" can attach the file. What is the problem? Files attach ok with IE.

    Cannot attach files to email. get message "An internal error occurred when attempting to attach... " Have tried attaching docs and jpg. Same result , files don't attach. When click on try again and then "switch" the file does attach.

    Cannot attach files to email. get message "An internal error occurred when attempting to attach... " Have tried attaching docs and jpg. Same result , files don't attach. When click on try again and then "switch" the file does attach.

  • Spry email confirmation works in browser preview but not on line

    Hi
    I've got a problem using spry email confirmation.
    It's the usual enter email, then confirm email.
    When I preview it on my browser from the local site on my hard drive, it works fine, however when I put the files up onto my web hosting, I get the following problem.
    Next to the confirm text field, it shows the two messages which are normally reserved for not matching emails, or having not entered an email. This happens even before I put the cursor in the box.
    Code is attached here.
    Any help much appreciated.
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Bristol Bike Challenges - Register</title>
    <link href="bristol_bath.css" rel="stylesheet" type="text/css" />
    <script src="SpryAssets/SpryMenuBar.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationTextField.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationCheckbox.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationRadio.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationTextarea.js" type="text/javascript"></script>
    <script src="SpryAssets/SpryValidationConfirm.js" type="text/javascript"></script>
    <link href="SpryAssets/SpryMenuBarHorizontal.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationTextField.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationCheckbox.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationRadio.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationTextarea.css" rel="stylesheet" type="text/css" />
    <link href="SpryAssets/SpryValidationConfirm.css" rel="stylesheet" type="text/css" />
    </head>
    <body>
    <div id="container">
      <div id="banner"></div>
      <div id="top_image"></div>
      <div id="spry_menu">
        <ul id="MenuBar1" class="MenuBarHorizontal">
          <li><a href="index.html">Home</a></li>
          <li><a href="route.html">Route</a></li>
          <li><a href="register.html">Register</a></li>
          <li><a href="#">Gallery</a></li>
          <li><a href="#">Charities</a></li>
    <li><a href="#">Links</a></li>
        </ul>
      </div>
      <div id="main_image"></div>
      <div id="register_image">Registration - Enter your details below then click submit. You will then have the choice to register another person or move on to payment.</div>
      <div id="forms">
        <form id="form1" name="form1" method="post" action="form.cgi">
        <table width="951" border="0">
        <tr>
        <td width="352" height="43"><label for="firstname">First Name(s)</label></td>
        <td width="589"><span id="sprytextfield1">
          <input type="text" name="firstname" id="firstname" accesskey="f" tabindex="10"/>
          <span class="textfieldRequiredMsg">Please enter your first name</span></span></td>
      </tr>
      <tr>
        <td><label for="surname">Surname</label></td>
        <td><span id="sprytextfield2">
          <input type="text" name="surname" id="surname" accesskey="s" tabindex="20"/>
          <span class="textfieldRequiredMsg">Please enter your surname</span></span></td>
      </tr>
      <tr>
        <td><label for="address">Address</label></td>
        <td><span id="sprytextarea1">
          <textarea name="address" id="address" accesskey="a" tabindex="30" cols="45" rows="5"></textarea>
          <span class="textareaRequiredMsg">Please enter your address</span></span></td>
      </tr>
      <tr>
        <td><label for="email">Email</label></td>
        <td><span id="sprytextfield3">
        <input type="text" name="email" id="email" accesskey="e" tabindex="40"/>
        <span class="textfieldRequiredMsg">Please enter your Email</span><span class="textfieldInvalidFormatMsg">Your email address doesn't look right, please check it</span></span></td>
      </tr>
      <tr>
      <td><label for="email_confirm">Confirm Email</label></td>
      <td><span id="spryconfirm1">
        <input type="text" name="email_confirm" id="email_confirm" accesskey="c" tabindex="42" />
        <span class="confirmRequiredMsg">Please enter your Email</span><span class="confirmInvalidMsg">Email addresses don't match</span></span></td>
      </tr>
      <tr>
        <td><label for="telephone">Telephone No.</label></td>
        <td><span id="sprytextfield4">
          <input type="text" name="telephone" id="telephone" accesskey="t" tabindex="50"/>
          <span class="textfieldRequiredMsg">Please enter your telephone number</span></span></td>
      </tr>
      <tr>
        <td><label for="dob">Date of birth (DD/MM/YY)</label></td>
        <td><span id="sprytextfield7">
          <input type="text" name="dob" id="dob" accesskey="d" tabindex="55" />
          <span class="textfieldRequiredMsg">Please enter your date of birth</span></span></td>
      </tr>
      <tr>
        <td>Are you male or female?</td>
        <td><span id="spryradio3">
        <label>
          <input type="radio" name="Malefemale" value="male" id="Malefemale_0" />
          Male</label>
        <br />
        <label>
          <input type="radio" name="Malefemale" value="female" id="Malefemale_1" />
          Female</label>
        <br />
        <span class="radioRequiredMsg">Please make a selection.</span></span></td>
      </tr>
      <tr>
        <td>Which route do you want to register for?</td>
        <td><span id="spryradio1">
          <label>
            <input type="radio" name="routechoice" value="Challenge" id="routechoice_0" />
            Challenge (£10)</label>
          <br />
          <label>
            <input type="radio" name="routechoice" value="Challenge Extra" id="routechoice_1" />
            Challenge Extra (£15)</label>
          <br />
          <label>
            <input type="radio" name="routechoice" value="Challenge Ultra" id="routechoice_2" />
            Challenge Ultra (£20)</label>
          <br />
          <span class="radioRequiredMsg">Please make a selection.</span></span></td>
      </tr>
      <tr>
        <td>Do you need to hire a bike (£15/day adults, £10/day child)?</td>
        <td><span id="spryradio2">
          <label>
            <input type="radio" name="bikehire" value="Yes to bike hire" id="bikehire_0" />
            Yes</label>
          <br />
          <label>
            <input type="radio" name="bikehire" value="No to bike hire" id="bikehire_1" />
            No</label>
          <br />
          <span class="radioRequiredMsg">Please make a selection.</span></span></td>
      </tr>
      <tr>
        <td><label for="height">If you're hiring a bike, please tell us your height.</label></td>
        <td><input type="text" name="height" id="height" accesskey="h" tabindex="60"/></td>
      </tr>
      <tr>
        <td><label for="terms2">Please tick the box to confirm that you have read and agreed to our <a href="terms_conditions.html">terms & conditions</a></label></td>
        <td><span id="sprycheckbox2">
          <input type="checkbox" name="terms2" id="terms2" accesskey="c" tabindex="70" />
          <span class="checkboxRequiredMsg">Please make a selection.</span></span></td>
      </tr>
      <tr>
      <td> </td>
      <td> </td>
      </tr>
    </table>
          <p>
            <label>Click this button to submit these details and move on to the next step - 
              <input type="submit" name="Submit" id="Submit" value="Submit these details" />
            </label>
          </p><input name="recipient" value="[email protected]" type="hidden">
          <input type=hidden name="subject" value="New Registration">
          <input type=hidden name="redirect"
                                      value="http://www.ukchallengeevents.com/register_more.html">
        </form>
      </div>
      <div id="footer"><a href="about_us.html">about us</a> - <a href="contact_us">contact us</a> - uk challenge events ltd - all rights reserved</div>
    </div>
    <script type="text/javascript">
    <!--
    var MenuBar1 = new Spry.Widget.MenuBar("MenuBar1", {imgDown:"SpryAssets/SpryMenuBarDownHover.gif", imgRight:"SpryAssets/SpryMenuBarRightHover.gif"});
    var sprytextfield1 = new Spry.Widget.ValidationTextField("sprytextfield1");
    var sprytextfield2 = new Spry.Widget.ValidationTextField("sprytextfield2");
    var sprytextarea1 = new Spry.Widget.ValidationTextarea("sprytextarea1");
    var sprytextfield3 = new Spry.Widget.ValidationTextField("sprytextfield3", "email", {validateOn:["blur"]});
    var sprytextfield4 = new Spry.Widget.ValidationTextField("sprytextfield4");
    var spryradio3 = new Spry.Widget.ValidationRadio("spryradio3");
    var spryradio1 = new Spry.Widget.ValidationRadio("spryradio1");
    var spryradio2 = new Spry.Widget.ValidationRadio("spryradio2");
    var sprycheckbox2 = new Spry.Widget.ValidationCheckbox("sprycheckbox2");
    var sprytextfield7 = new Spry.Widget.ValidationTextField("sprytextfield7");
    var spryconfirm1 = new Spry.Widget.ValidationConfirm("spryconfirm1", "email", {validateOn:["blur"]});
    //-->
    </script>
    </body>
    </html>
    Cheers Jon

    sorry sorry sorry!
    Managed to sort it.
    My mistake. Made changes to the html file and uploaded only that to the web.
    There had been changes to the assets, and i hadn't uploaded them!
    I did that and now all is fine
    Cheers
    Jon

  • Registration email confirmation not received

    I purchased AppleWorks 6.2.9 on October 7/06. I have tried registering it three times since then. I get a message on the Apple website thanking me for registering and saying I will get a confirmation email, but I never get the confirmation email. I phoned Apple Tech Support and they told me to post the problem to this discussion forum.
    Any suggestions as to why I'm not getting an email confirmation from Apple? I know they have my correct email because I confirmed it in My Info.

    Thanks for your help, Barry and Peggy. In terms of what you suggest, Barry, that support option appears to only be for hardware and not software. When I tried to register my AppleWorks, I was asked to put in my marketing number, which is on the outside of the box. I tried to put in this marketing number as you suggested and it was not accepted.
    I got an email from Apple Care (1-800-263-3394) shortly after my responses from both of you on October 11 asking about how I felt about the handling of my phone call to them. I responded the same day on the website provided expressing my dissatisfaction. There has been no follow up to this feedback.
    I phoned 1-800-MY Apple this morning, October 16, and, after about 22 minutes on hold, was connected with Tracy, who then put me through to a product specialist named Andy. Andy was not sure why I did not receive a confirmation email, but he said he would make a note about my problem. He gave me a case number and said if there was any problem to refer to the case number.
    I listed an alternate email on the My Info page, so if there was a problem with my first email, a confirmation could have been sent to the alternate.
    iBook G3 900 laptop   Mac OS X (10.3.9)   G4 AGP Graphics Tower, 400 mhz

  • HT1600 confirmation message does not appear

    Using AppleTv, after choosing a film to rent, does not appear the confirmation message.

    After respondents hit submit they should see the customized confirmation message/page. Can you send the link to the form to [email protected] so we can take a look at it.
    Is this a problem for everyone? or just a few people? Can you provide the OS/browser type/Browser version of the users having problems.
    Thanks,
    Randy

  • Keep getting Emails confirming sign in

    Recently got an iPhone 5c and each time I switch it on I get an email confirming that I have signed in to my Apple ID. My daughter also has an iPhone 5c but this doesn't happen to her. I want to stop these emails being sent and I guess it must be a setting change but I can't see how. (We both have the latest OS8 installed). Any ideas? Thanks.

    Tried that but still got an email just as before. Reading the email again, what it actually says is "Your Apple ID was used to sign in to iCloud on an iPhone 5c"
    If I go into settings, iCloud and choose the option to sign out I'm warned that all the stuff stored in iCloud will be removed from the iPhone. I'm given the option to keep the all the stuff on the iPhone but the message suggests the iCloud account will be deleted. I'm not sure if I should let this happen - I don't want to delete the account if that's going to cause problems next time I switch the phone on. 

  • Strange 'Entire Message' search problems on cloned external drive only

    Hello,
    I'm having some strange problems with the 'Entire Message' spotlight style search function in Mail.
    There are various threads on the forums about a similar problem, as can be found here:
    http://discussions.apple.com/thread.jspa?messageID=9450686#9450686
    http://discussions.apple.com/message.jspa?messageID=7286254
    http://discussions.apple.com/message.jspa?messageID=7540966
    However, here's the twist – it works perfectly fine on my computer, a late 2006 MBP with Tiger, but the 'Entire Message' search ONLY doesn't work when booting from the external hard drive, which is an EXACT clone using smart copy with super duper. Everything else works fine!
    To give an example, when I type in a client's second name in Mail on my computer's HD, with 'Entire Message' enabled 400+ emails appear, when I type it in when booting from the external HD clone there was around 10 emails on the first attempt (whilst Mail was open at the same time) and there were 0 on my second clone attempt, whilst Mail and all other applications were closed. Enabling 'From' and 'To' works fine, just not the 'Entire Message' search.
    I really need this critical function to work, as I'm about to loose my old computer and use it on a daily bases.
    So any ideas anyone?
    TIA
    Message was edited by: Scottishengineer

    ...
    There's an interesting thread there:
    http://discussions.apple.com/thread.jspa?threadID=1366101
    down at the bottom there's this post by the bryceman, that sums it all up for people that don't want to fiddle around with the Terminal:
    +"Thanks Julien, that Launch Services put me in the right direction too and now my Leopard Mail Entire Message Search is FIXED!!!+
    +My Original Post is here:+
    +http://discussions.apple.com/thread.jspa?messageID=7462907#7462907+
    +Posted by: DaveC+
    +This is a known issue. Check out:+
    +http://www.betalogue.com/2008/02/25/mac-os-x-105-tip-repairing-broken-spotlight- searches-in-mail/+
    +http://www.betalogue.com/2008/03/28/mac-os-x-105-broken-spotlight-indexing-for-m ail-messages-caused-by-presence-of-older-mail-application/+
    +Thanks Dave. I went to Betalogue and went through all the posts and I finally found a way to fix the Search Entire Message Spotlight problem in Apple Mail - at least it worked for me. I have been trying to fix this with all sorts of solutions for months and it turns out it was related to a problem with the Launch Services Database. I confirmed this by looking inside my user/library/mail folder and seeing that inside each Mailbox folder, the sub mailboxes all had standard folder icons and not the inbox tray style icons.+
    +Note that you can easily fix this through Terminal Commands, and not all the following steps are completely necessary, but there are many people looking at these threads that want to just push buttons...+
    +== So here are my simple steps to fixing Apple Mail Search ==+
    +1. Attach and turn on any external hard drives you have that may have a copy of Mail.app on them+
    +2. Delete all OLD copies of Mail.app that you can find (don't worry about Time Machine), but make sure you keep the latest version of Mail.app in your working Applications folder.+
    +~ This is so that the LaunchServices database won't easily become corrupt again+
    +3. Install the latest version of Onyx - free to use and download from www.macupdate.com+
    +~ I suggest Onyx, because some people don't want to mess with the Terminal.+
    +4. Quit all open applications and run Onyx (it will want to check your Hard Drive etc...that's OK).+
    +5. Go to the Maintenance pane and then the Rebuild tab and select only the LaunchServices box. Click Execute.+
    +~ This should fix the primary problem with searches+
    +6. When that process finishes, select only the Mail's Envelope Index box. Click Execute.+
    +~ This should fix related problems with other searches+
    +7. When that process finishes, select only the Spotlight Index box. Click Execute. (This process of Rebuilding your Spotlight Index could take hours depending on how big your hard drive is).+
    +~ This will give you a clean fast Spotlight database that Mail uses for Entire Message searches.+
    +8. Quit Onyx+
    +9. Open Mail.app and test your Entire Message Search!+
    ====
    +Hope that helps - it certainly, finally, did for me!+
    Bryce."
    If I was to do this myself, using Onyx that I've downloaded, and as described above, should I do it from the internal on to the clone? The trouble is I have 1 and a half days left with this computer and I need to use the 'Entire Message' search with mail practically that whole time as I'm totaling a large invoice for a client whilst looking at hundreds emails related to them, this is a nightmare.
    Can you recommend me a cloud service that will let me download on to my emergency computer that's an old G4 Powermac with Panther? A tried ADrive and kept on getting the 302 error cod, and tried DriveHQ but it tells me to 'insert the volume related to the file' ............ these seem to work fine when downloading to my intel MBP though ....
    Message was edited by: Scottishengineer

  • Problem with HP pavillion dv7 giving message (a problem with the internal fan enter = shutdown

    HP Pavillion DV7 notebook PC
    Windows 7 64
    intel I5
    6 gig memory
    service pack 1
    I am trying to identify a problem with my HP Pavillion dv7 laptop
    Several months ago it started getting hot and showing messages about problems with the internal fan and battery. It would say enter = shutdown and shut off. I suspected a bad battery so I checked it without it just plugging it in with the power cable. It seemed to work better so I assumed that was the problem.
    I ordered a new battery and it worked for a while. The problem came back and is getting worse. I can run it without the battery for a while but it gets got and shows the same message.
    I read on here that flashing and updating the bios worked for some but the latest update gives me an error IHISI not support BIOS then Insyde flash not supported.
    any help would be great this PC has a lot of info on it and I dont think it is a lost cause
    thanks

    Hi duddy, sorry to hear that you are having issues with your computer over heating.  I have found a document that will assist you with Restoring the BIOS.  http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c02693833&lc=en&product=5199538&tmp...
    I have also found a document that will assist you with Troubleshooting and Overheating and Auto shutdown issue.    http://h10025.www1.hp.com/ewfrf/wc/document?cc=us&dlc=en&docname=c03904182&lc=en&product=5199538&tmp...
    If you are still having issues, please let me know and I will be happy to offer more assistance..
    Thank you.
    Click the “Kudos Thumbs Up" at the bottom of this post to say “Thanks” for helping!
    Please click “Accept as Solution ” if you feel my post solved your issue, it will help others find the solution.
    W a t e r b o y 71
    I work on behalf of HP

  • Exporting to PDF - Selection Formula confirmation message

    Hi,
    We're using Crystal Reports 11 from within a Delphi 7 application which, on a timed schedule, loads data into a MS SQL server database and generates and prints or e-mails a report of the data loaded in PDF format. This process should be automatic and not require monitoring but we're now seeing the report generation being stalled by a confirmation message appearing when the report is generated. The message reads:
    Confirm
    Selection Formula for {Report Name} to Printer   // or To Export
    {Selection Formula Here}
    Continue?
    (RETRY=edit with Crystal, All=copy to clipboard)
    Buttons: Yes No Retry All
    Any help appreciated.
    Thanks,
    Garry

    I'm wondering if this could be easily fixed by going to the links panel and then use the "Copy Links To" and set up a new links folder for the job.
    That would copy all the links and then relink to that folder - right?
    Perhaps that's a quick way to get rid of this problem.
    It could be anything though - I've had weird, but not this problem, of files that are on a server can cause link problems.
    I don't know - it's a one of those have to sit down and look at the files to see what's going on situation - like Bob already said.

  • POWL :IF_POWL_FEEDER :2 Confirmation Messages

    Dear All
    We are implementing this POWL interface and overriding its GET_ACTION_CONF method as well to get the confirmation pop-up message .
    However there is a new requirment to show another popup on clicking of yes button of this popup. I am not sure how can we do that . Is it possible for anyone to share some experience as how can we implement 2 confirmation messages in POWL though we only have one method available to us
    Thanks and Regards
    Gaurav

    Hi,
    I faced with the same problem and I found the class CL_POWL_RUNTIME_SERVICES (POWL runtime services) using the follow methods:
    GET_CONTENT_VALUES
    SET_CONTENT_VALUES
    Example:
    Data:
        L_PARAMETER_VALUE TYPE STRING,
        ST_ADDITIONAL_PARAMETER TYPE POWL_NAMEVALUE_STY.
      CL_POWL_RUNTIME_SERVICES=>GET_CONTENT_VALUES(
        EXPORTING
          I_PARAMETER_KEY   = 'ACTION_VIEW_ID'
        IMPORTING
          E_PARAMETER_VALUE = L_PARAMETER_VALUE ).
      If not L_PARAMETER_VALUE is initial.
        ME->GC_ACTION_REQUEST_VIEW_ID = L_PARAMETER_VALUE.
      else.
        ST_ADDITIONAL_PARAMETER-KEY = 'ACTION_VIEW_ID'.
        ST_ADDITIONAL_PARAMETER-VALUE = GC_REQUEST_VIEW_ID_INBOX.
        CL_POWL_RUNTIME_SERVICES=>SET_CONTENT_VALUES                                                                         ( ST_ADDITIONAL_PARAMETER ).
        ME->GC_ACTION_REQUEST_VIEW_ID = GC_REQUEST_VIEW_ID_INBOX.
      endif.
    Keep it in mind, if you have on or more POWL's queries, the parameter's value will be shared for all them.
    Regards,

  • Is it ok if I never got my email confirmation for an online order

    Is it ok if I never got my email confirmation for an online order? When I log into the site with my order number and zip, it shows the date I have printed out, but I never did get the email confirmation after 24 hours like it said I would. Its been a couple of weeks now since I set the order

    We can check on the order for you. I have sent you a private message to get more information from you.
    Anthony_VZ
    **If someones post has helped you, please acknowledge their assistance by clicking the red thumbs up button to give them Kudos. If you are the original poster and any response gave you your answer, please mark the post that had the answer as the solution**
    Notice: Content posted by Verizon employees is meant to be informational and does not supersede or change the Verizon Forums User Guidelines or Terms or Service, or your Customer Agreement Terms and Conditions or plan

Maybe you are looking for

  • How do i use the jsp session in web application

    pls i do i go about trying to maintain a user in a web application when he sign in so that his state would be mainain through out the other pages and also adding sound to my pge the page is being design with jsp thank u frm hamzah

  • Select data with SDO_RELATE in lat long coordinate system(8307) in 10gR2

    Hi all, I have problem with selecting data from table. Data are in lat lon coordinate system 8307. These requests don't return any data: SELECT ISSUE_ID FROM MAP_ISSUES WHERE SDO_FILTER(GEOMETRY, sdo_geometry (2003, 8307, null, sdo_elem_info_array (1

  • Access point setting

    anybody who can help me to figure out what's wrong with my point, every time i try to configure my access point setting, a message will display "setting: memory full. close some appliocations and try again" pls help me

  • Error when throwing OARowValException in ValidateEntity of EO

    Hei, i have a problem with OARowValException thrown from ValidateEntity. Here is the code:   protected void validateEntity()     super.validateEntity();    if (getTilDato() !=null)        long fraDato = getFraDato().dateValue().getTime();        long

  • Contacts photo doesn't use correct zoom-in

    Since iOS 7, after I set a contacts photo in the contacts app, close (double-tab home and swipe up, miss the old way as I keep accidentally closing apps) and reopen the app, the photos aren't zoomed in the same way they were before, and attempting to