I can not get the email attachment to work in elements 9.0?

I have spent hours on the phone
with Adobe to no avail.  One tech had me open Elements as an
administrator and this seemed to work for one day.  Any
ideas?

I have spent hours on the phone
with Adobe to no avail.  One tech had me open Elements as an
administrator and this seemed to work for one day.  Any
ideas?

Similar Messages

  • Can not get the WebCam NX to work on yahoo messenger!

    Yes I can not get the webcam nx to work on yahoo messenger. I can send video and snaphots but I can not get it to work on yahoo messanger. What am I doing wrong? What do I need to do to get it to work. I just wanted it for the use of a web cam on yahoo messenger. What do I need to do. Please help! I have windows XP SP2 and yahoo messenger 6.0. So what do I need to do?
    Ashley

    Try going to this web site it worked for me. Evidently Yahoo knows about the problems with the web cams.
    http://help.yahoo.com/help/us/messen.../webcam-5.html

  • I have recently upgraded to mountain lion and I can not get the calendar application to work. I con appears on the side put on calendars. Any suggestions

    I have recently upgrades to Mountain Lion and I can not get the calendar utility to come alive. Icon appears in the tast bar but the application does not launch or appear to be any where else. Any suggestion?

    Did you look in the Applications folder for Calendar? If it is there, remove the item that is in the Dock and replace it by dragging the Calendar application to the Dock.
    If it is not there, did you have iCal located somewhere other than the Applications folder when you upgraded?

  • I Have a HP Pavilion DV7 1285DX laptop I can not get the speaker cover buttons working.

    I had to disassemble the laptop and now I can not get the buttons on the speaker cover working. The power button works and the buttons for the CD but the volume mute button and the wireless button will not work

    Odds are you did not connect everything back up properly. Do you have the Service Manual? I have disassembled a dv7 and it has ribbon cables going all over the place. Very confusing.

  • I have tried to reindex my messages but I still can not get the search function to work in email

    I have tried reindecing my messages by rebuilding the library but I still can't get my message function to work in mail.  Any proposed solutions much appreciated.

    Some of your user files (not system files) have incorrect permissions or are locked. This procedure will unlock all your user files, reset their ownership, and remove their access-control lists. If you've set special values for those attributes, they will be reverted. In that case, either stop here, or be prepared to recreate the settings if necessary. Do so only after verifying that those settings didn't cause the problem. If none of this is meaningful to you, you don't need to worry about it.
    Back up all data.
    Step 1
    If you have more than one user, and the one in question is not an administrator, then go to Step 2.
    Enter the following command in the Terminal window in the same way as before (triple-click, copy, and paste):
    { sudo chflags -R nouchg,nouappnd ~ $TMPDIR..; sudo chown -R $UID:staff ~ $_; sudo chmod -R u+rwX ~ $_; chmod -R -N ~ $_; } 2>&-
    This time you'll be prompted for your login password, which won't be displayed when you type it. You may get a one-time warning to be careful. If you don’t have a login password, you’ll need to set one before you can run the command. If you see a message that your username "is not in the sudoers file," then you're not logged in as an administrator.
    The command may take several minutes to run, depending on how many files you have. Wait for a new line ending in a dollar sign ($) to appear, then quit Terminal.
    Step 2 (optional)
    Take this step only if you have trouble with Step 1, if you prefer not to take it, or if it doesn't solve the problem.
    Start up in Recovery mode. When the OS X Utilities screen appears, select
    Utilities ▹ Terminal
    from the menu bar. A Terminal window will open. In that window, type this:
    res
    Press the tab key. The partial command you typed will automatically be completed to this:
    resetpassword
    Press return. A Reset Password window will open. You’re not  going to reset a password.
    Select your startup volume ("Macintosh HD," unless you gave it a different name) if not already selected.
    Select your username from the menu labeled Select the user account if not already selected.
    Under Reset Home Directory Permissions and ACLs, click the Reset button.
    Select
     ▹ Restart
    from the menu bar.

  • Updated two computers and now can not get the serial number to work

    can not get Production Premium Suite serial number to work after up dating both of my computers. get invalid serial number error. both are running OS X 10.9.4.

    I am using version CS6, don't know support number. Did not deactivate because drive failed. put in new drive and it will not accept serial number. Same Mac Pro desk top just new hard drive.
    JIM PARKER
    <Removed by Moderator>

  • Why I can not get the email value?

    I tried to pull out the email address from database, but for some reason i could not get it. Here is the code.
    Javabean:
    public class ProgramBean {
    private String programId;
    private String programTitle;
    private String programDesc;
    private String sponsorId;
    private String sponsorName;
    private String providerId;
    private String provider;
    private String providerEmail;
    private String providerPhone;
    private String programStatus;
    private String receiveDay;
    private String receiveMonth;
    private String receiveYear;
    private String receivedDate;
    private String approvedDay;
    private String approvedMonth;
    private String approvedYear;
    private String approvedDate;
    private String approvedBy;
    private String notifyBy;
    private String expiredDay;
    private String expiredMonth;
    private String expiredYear;
    private String expiredDate;
    private String attachments;
    private String website;
    private String programComments;
    private String section;
    private String notes;
    private String requestedMaxCeu;
    private String approvedMaxCeu;
    private String whoAdded;
    private String dateAdded;
    private String whoChanged;
    private String dateChanged;
    public ProgramBean() {
    public ProgramBean(String programId,String programTitle, String programDesc, String sponsorId, String sponsorName,String providerId,String provider, String providerEmail, String providerPhone,String programStatus,
    String receiveDay,String receiveMonth,String receiveYear, String approvedDay, String approvedMonth, String approvedYear,
    String approvedBy,String notifyBy,String expiredDay,String expiredMonth,String expiredYear,String attachments, String website,String programComments,
    String section,String notes,String whoAdded,String dateAdded,String whoChanged,String dateChanged){
    this.programId = programId;
    this.programTitle = programTitle;
    this.programDesc = programDesc;
    this.sponsorId = sponsorId;
    this.sponsorName = sponsorName;
    this.providerId = providerId;
    this.provider = provider;
    this.providerEmail = providerEmail;
    this.providerPhone = providerPhone;
    this.programStatus = programStatus;
    this.receiveDay = receiveDay;
    this.receiveMonth = receiveMonth;
    this.receiveYear = receiveYear;
    this.approvedDay = approvedDay;
    this.approvedMonth = approvedMonth;
    this.approvedYear = approvedYear;
    this.approvedBy = approvedBy;
    this.notifyBy = notifyBy;
    this.expiredDay = expiredDay;
    this.expiredMonth = expiredMonth;
    this.expiredYear = expiredYear;
    this.attachments = attachments;
    this.website = website;
    this.programComments = programComments;
    this.section = section ;
    this.notes = notes;
    this.whoAdded = whoAdded;
    this.dateAdded = dateAdded;
    this.whoChanged = whoChanged;
    this.dateChanged = dateChanged;
    public void setProgramId(String b_programId){
              this.programId = b_programId;
         public String getProgramId(){
              return     programId;
         public void setProgramTitle(String b_programTitle){
              this.programTitle = b_programTitle;
         public String getProgramTitle(){
              return     programTitle;
    public void setProgramDesc(String b_programDesc){
              this.programDesc = b_programDesc;
         public String getProgramDesc(){
              return     programDesc;
    public void setProgramStatus(String b_programStatus){
              this.programStatus = b_programStatus;
         public String getProgramStatus(){
              return     programStatus;
    public void setApprovedDay(String b_approvedDay){
              this.approvedDay = b_approvedDay;
         public String getApprovedDay(){
              return     approvedDay;
    public void setApprovedMonth(String b_approvedMonth){
              this.approvedMonth = b_approvedMonth;
         public String getApprovedMonth(){
              return     approvedMonth;
    public void setApprovedYear(String b_approvedYear){
              this.approvedYear = b_approvedYear;
         public String getApprovedYear(){
              return     approvedYear;
    public void setApprovedDate(String b_approvedDate){
              this.approvedDate = b_approvedDate;
         public String getApprovedDate(){
              return     approvedDate;
    public void setProvider(String b_provider){
              this.provider = b_provider;
    public String getProvider(){
              return     provider;
    public void setProviderEmail(String b_providerEmail){
              this.providerEmail = b_providerEmail;
    public String getProviderEmail(){
              return     providerEmail;
    public void setSponsorId(String b_sponsorId){
              this.sponsorId = b_sponsorId;
    public String getSponsorId(){
              return     sponsorId;
    public void setSponsorName(String b_sponsorName){
              this.sponsorName = b_sponsorName;
    public String getSponsorName(){
              return     sponsorName;
    public void setProviderPhone(String b_providerPhone){
              this.providerPhone = b_providerPhone;
    public String getProviderPhone(){
              return     providerPhone;
    public void setProviderId(String b_providerId){
              this.providerId = b_providerId;
    public String getProviderId(){
              return     providerId;
    public void setReceiveDay(String b_receiveDay){
              this.receiveDay = b_receiveDay;
         public String getReceiveDay(){
              return     receiveDay;
    public void setReceiveMonth(String b_receiveMonth){
              this.receiveMonth = b_receiveMonth;
         public String getReceiveMonth(){
              return     receiveMonth;
    public void setReceiveYear(String b_receiveYear){
              this.receiveYear = b_receiveYear;
         public String getReceiveYear(){
              return     receiveYear;
    public void setReceivedDate(String b_receivedDate){
              this.receivedDate = b_receivedDate;
         public String getReceivedDate(){
              return     receivedDate;
    public void setApprovedBy(String b_approvedBy){
              this.approvedBy = b_approvedBy;
         public String getApprovedBy(){
              return     approvedBy;
    public void setNotifyBy(String b_notifyBy){
              this.notifyBy = b_notifyBy;
         public String getNotifyBy(){
              return     notifyBy;
    public void setExpiredDay(String b_expiredDay){
              this.expiredDay = b_expiredDay;
         public String getExpiredDay(){
              return     expiredDay;
    public void setExpiredMonth(String b_expiredMonth){
              this.expiredMonth = b_expiredMonth;
         public String getExpiredMonth(){
              return     expiredMonth;
    public void setExpiredYear(String b_expiredYear){
              this.expiredYear = b_expiredYear;
         public String getExpiredYear(){
              return     expiredYear;
    public void setExpiredDate(String b_expiredDate){
              this.expiredDate = b_expiredDate;
         public String getExpiredDate(){
              return     expiredDate;
    public void setAttachments(String b_attachments){
              this.attachments = b_attachments;
         public String getAttachments(){
              return     attachments;
    public void setWebsite(String b_website){
              this.website = b_website;
         public String getWebsite(){
              return     website;
    public void SetProgramComments(String b_programComments){
              this.programComments = b_programComments;
         public String getProgramComments(){
              return     programComments;
    public void SetSection(String b_section){
              this.section = b_section;
         public String getSection(){
              return     section;
    public void SetNotes(String b_notes){
              this.notes = b_notes;
         public String getNotes(){
              return     notes;
    public void SetWhoAdded(String b_whoAdded){
              this.whoAdded = b_whoAdded;
         public String getWhoAdded(){
              return     whoAdded;
    public void SetDateAdded(String b_dateAdded){
              this.dateAdded = b_dateAdded;
         public String getDateAdded(){
              return     dateAdded;
         public void SetWhoChanged(String b_whoChanged){
              this.whoChanged = b_whoChanged;
         public String getWhoChanged(){
              return     whoChanged;
    public void SetDateChanged(String b_dateChanged){
              this.dateChanged = b_dateChanged;
         public String getDateChanged(){
              return     dateChanged;
    public void SetRequestedMaxCeu(String b_requestedMaxCeu){
              this.requestedMaxCeu = b_requestedMaxCeu;
         public String getRequestedMaxCeu(){
              return     requestedMaxCeu;
         public void SetApprovedMaxCeu(String b_approvedMaxCeu){
              this.approvedMaxCeu = b_approvedMaxCeu;
         public String getApprovedMaxCeu(){
              return     approvedMaxCeu;
    Servlet:
    HttpSession session = request.getSession();
    ProgramBean updatedProgramInfo = new ProgramBean();
    try
    Class.forName("oracle.jdbc.OracleDriver");
    conn = DriverManager.getConnection("");
    stmt_get_classes = conn.createStatement();
    sql = "SELECT p.program_id,upper(p.program_title),upper(p.program_desc),p.sponsor_id,p.provider_id, upper(d.last_name||', '||d.First_name),p.program_status, "+
    " to_char(p.date_received,'mm/dd/yyyy'), to_char(p.date_approved,'mm/dd/yyyy'),upper(p.approved_by), Upper(p.notified_by), to_char(p.date_expiration,'mm/dd/yyyy'), nvl2(p.agenda_file,'AGENDA - '||p.agenda_file,'DON''T FORGET THE ATTACHMENTS!'),"+
    " p.website, upper(p.program_comments), p.section, upper(p.administrator_notes), upper(p.cre_user), to_char(p.cre_date,'mm/dd/yyyy hh:mm:ss PM'), upper(p.mod_user), to_char(p.mod_date, 'mm/dd/yyyy hh:mm:ss PM'),"+
    "d.email;
    rs = stmt_get_classes.executeQuery(sql);
    while(rs.next()){
    updatedProgramInfo.setProgramId(rs.getString(1));
    updatedProgramInfo.setProgramTitle(rs.getString(2));
    updatedProgramInfo.setProgramDesc(rs.getString(3));
    updatedProgramInfo.setSponsorId(rs.getString(4));
    updatedProgramInfo.setProviderId(rs.getString(5));
    updatedProgramInfo.setProvider(rs.getString(6));
    updatedProgramInfo.setProgramStatus(rs.getString(7));
    date =rs.getString(8);
    updatedProgramInfo.setApprovedBy(rs.getString(10));
    updatedProgramInfo.setNotifyBy(rs.getString(11));
    date =rs.getString(12);
    updatedProgramInfo.setAttachments(rs.getString(13));
    updatedProgramInfo.setWebsite(rs.getString(14));
    updatedProgramInfo.SetProgramComments(rs.getString(15));
    updatedProgramInfo.SetSection(rs.getString(16));
    updatedProgramInfo.SetNotes(rs.getString(17));
    updatedProgramInfo.SetWhoAdded(rs.getString(18));
    updatedProgramInfo.SetDateAdded(rs.getString(19));
    updatedProgramInfo.SetWhoChanged(rs.getString(20));
    updatedProgramInfo.SetDateChanged(rs.getString(21));
    updatedProgramInfo.setProviderEmail(rs.getString(22));
    System.out.print(rs.getString(21));
    session.setAttribute("ProgramBean",updatedProgramInfo);
    response.sendRedirect("UpdateProgram.jsp");
    JSP:
    <a href="mailto:<c:out value="${sessionScope.ProgramBean.providerEmail}"/>">Email <c:out value="${sessionScope.ProgramBean.provider}"/> </a>
    The problem is I could not ge tthe value: ${sessionScope.ProgramBean.providerEmail}, but I have no problem to get the value: ${sessionScope.ProgramBean.provider}.
    By the way, the original program was written by someone else, i am kind of new of jsp stuff. I just tried to add an email part which shows on the bold text. Did I do something wrong? Thanks.

    Mate,
    Two things...
    1. Please try just printing the email address with a straight: <c:out value="${sessionScope.ProgramBean.providerEmail}"/>, then do a VIEW SOURCE off the result... I SUSPECT that the @ in the email address is being translated by the c:out into a character entity... if that's the case just use escapeXml="false" in your c:out tag... but then you'll need to beware of crosssight scripting attacks, apparently.
    See: http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/c/tld-summary.html
    ... or just use the standard SQL tag library, and avoid the issue completely.
    2. When you post, format your code with the \[code\] \[\/code\] tags... and just remove all the superflious code (don't just bold the pertintant bits... It took me longer to read your code then you took to post it, and I won't bother again.
    Cheers. Keith.

  • I can sign on the the web but I can not get the email to connect?

    I can sign on the to the internet yet I can not sign is and get my mail... when i press the mail app on the dock get no responce

    Hi Jeff
    Thank you for your reply on my request.
    Im working on 2 windows 7 computers.
    The one at my work downloads fine and fast, the other never ends its "waiting to install"

  • I can not get the touch screen to work

    How do I get he touch screen to work?

    You can try resetting the device by holding down the sleep and home key, past when you see the power down slider and until you see the silver apple. Let it reboot and see if that helps.
    If not you can try a complete restore with iTunes....or it's time to head to the apple store and have them look at it.

  • I can not get the itunes download to work

    I am trying to download itunes from the site but it saves it, then i can't find it to run it...any suggestions?

    Try downloading an installer from the Apple website using a different web browser:
    http://www.apple.com/itunes/download/
    If you use Firefox instead of IE for the download (or vice versa), do you get a working installer?
    If you still can't get a working installer from the standard download page, try the following direct download links for 11.1.5.5:
    iTunes 11.1.5 for Windows (32-bit) - iTunesSetup.exe (2014-02-25)
    iTunes 11.1.5 for Windows (64-bit) - iTunes64Setup.exe (2014-02-25)

  • I purchased a new Iphone 5s but I can not get the voice mail to work. How do I set up voice mail?

    How can I set up voicemail on my new Iphone 5s? When I touch the icon I get a message for a 10 digit # to call another phone with a mailbox. How can I set up a mailbox on my phone?

    Call your carrier...Voicemail is a carrier feature.

  • How do I get Lion if I can not get the App Store to work?

    I have reinstalled my OS 10.6.3 ran all the updates and the App store does not work. I have reinstalled the 10.6.8 Combo updater, and while I can now look through the App Store if I try to download anything the application locks up with the spinning rainbow wheel; the only way out of the is to 'Force Quit'. That being said, "How am I suppose to upgrade to Lion OS 10.7"?

    At this time, Lion is not being offered in disc form and is only available through the Mac App store.
    As for your Mac AppStore freezing, I assume you are receiving an error 100. Try unmounting your Bootcamp partition and any external hard drives. Sign out and quit the AppStore and iTunes. Open iTunes and download any application. This should prompt you to accept new terms. Accept the new terms and wait for the download to finish. Quit iTunes and relaunch the AppStore. Now attempt to download an application within the AppStore. This should resolve the issue.

  • I have storm 9500 unlocked in uk, I can not get the blackberry internet to work?

    I have blackberry storm 9500. i unlocked it for o2, the o2 internet works....however the blackberry internet does not work...the operate for o2 seemed to think i need Service pack...but i cnt find it to download
    anyone able to help me

    Have you got the Blackberry Unlimited bolton at £10 per month or the blackberry payu on your account?
    Have you registered your device to www.o2email.co.uk or registered on the mobile site by going through the setup wizzard?
    I have never heard about a service pack, but they probably mean service books, these 2 questions are vital to know if you have access to blackberry.net.  Also if you have already done the two above, I would suggest you try email settings>services and settings>service books.  Do a battery removal and retest.  There are other checks but I'm not sure how far you have got so far

  • I can not get the adobe reader to work

    it keeps telling me to accept the end user aggreement...????

    And... did you open Adobe Reader and accept the EULA?

  • I can not get the plug ins to work for Adobe and Java

    When I try to upgrade Adobe Shockwave and Java I am directed to "http://helpx.adobe.com/security/products/flash-player/apsb13-28.html" I am on a mac os 10.7.5.

    For Mac and Windows users there is two version options. You only need one.
    16.0.0.235 and 13.0.0.259 ESR.
    https://www.adobe.com/products/flashplayer/distribution3.html

Maybe you are looking for

  • Are multiple desktops in 'Lion' totally pointless?

    Having multiple desktops for different activities or jobs seems pointless if you can't open a software application from the toolbar when it is already in use on another desktop. i.e. If I need my addressbook open on my personal desktop and also on my

  • You call those music videos?

    I just checked out what music videos are available, and oh my gosh do they suck! SERIOUSLY. Whoever is responsible for them should be canned, or better yet, be forced to work for Microsoft. I know it's early, but where are all the great 80's & 90's v

  • EP6 and Web Services

    I'm currently working with a client to implement a customer-facing instance of EP6 (as well as ERP, EM, and CRM) for an online shipping system. I've been investigating ESA as viable landscape and have been trying to analyze the risks and validate the

  • Software Detection Script - Advice Appreciated.

    Hey guys, I am currently running a powershell script as a Configuration Item under SCCM 2012 but am looking to expand its functionality - this is where I am hoping someone can help... My script at present is as follows: param(     ## The name of the

  • Online database software updates with Script or C# Code

    Hi, I want an updated online to get the correct software My application has a database with 35 tables What if 40 fields were added to the database and update the database so customers online?