Email Functionality on Click of button

Dear All,
I have a requirement whereby I have to trigger an email once my Adobe a custom button is clicked. It should also be saved in the local system ( which of course, it does ).
Please provide some leads on this. How do I put a custom 'Email' button on the form? How and where do I code the event for click. What are the pre requisites for the entire excercise?
Thank you.
Regards,
Prosenjit.
Edited by: prosenjit chaudhuri on Sep 1, 2009 6:20 PM

Prosenjit,
I think there is some BIG confusion. When I meant Adobe Toolbar, its the one which is present in Adobe Reader as shown [here|http://img515.imageshack.us/img515/7710/capture0000.png].
Now probably when you meant Adobe Toolbar you were referring to Standard Library palette which is available in the LiveCycle Designer as shown [here|http://img198.imageshack.us/img198/2523/capture0001q.png].
Also do following steps to ensure your form is Interactive Form
1. Check the enabled property for the InteractiveForm UI element in your Properties in the View Designer. It has to be true.
2. readOnly property needs to be false as well.
3. Lastly check the Form properties In your Adobe Live Cycle Designer, goto Edit -> Form Properties -> Preview Type --> You should have selected Interactive Form and Dynamic XML form as shown [here|http://img198.imageshack.us/img198/5404/capture0002.png].
Chintan

Similar Messages

  • Calling function by clicking a button in JSP?

    Can I call specific function (present in my JSP page) by clicking a button?
    Regards,
    sumit

    I am using TimerTask in my JSP page to print some message:
    <%
                      Timer timer = new Timer();
                      TimerTask monitorTimerTask = new Monitor();
                      timer.schedule(monitorTimerTask,1000,1000);
    %>
    <%!
         private class Monitor extends TimerTask{
              int i = 0;
              public void run(){
                       System.out.println("TimerTask ["+i+"]");
                       ++i;
    %>And to stop the TimerTask daemon, I created the following function:
    <%!
         public void stopTimerTask(){
              if(monitorTimerTask != null){
                   System.out.println("Stopping the Timer Task");
                   monitorTimerTask.cancel();
    %>Now, I am trying to call funtion "stopTimerTask()" by click of a button in JSP page. The function is being called BUT the daemon keeps on printing the text message to the console. It means the above function is not able to stop the TimerTask.
    What to do?
    Please help!
    Thanks,
    sumit

  • I requested a repair, but there was an error after clicking the button with my credit card info. I was still charged, but the form email I received the next day had incorrect info about my iPod Touch problem. How can I contact CS w/o paying $19?!

    My iPod Touch battery is not working. I requested a repair through the Apple Support. On the final page, when I clicked the button that puts the info through with your credit card number, the resulting page gave an error (I wish I'd have saved it!). Anyhow, I checked my credit card and it was charged, so I assumed the repair request went through. The next day I received a form email saying my problem was with "Sync with iTunes (Not iCloud) - Data Backup/Migration (not iCloud)" instead of the battery repair. It also says for iPod customers, to send your iPod to Apple - but I had requested the "iPod Coffin" to be mailed to me so I could send it back. Obviously there was an error between the request and what was received, so I'd like to ask Customer Service about it. However, I can't find a way to contact them. When I replied to that form email, I recieved an automated reply saying emails there were not read. Anything online asks me to pay $19 and I don't have the correct issues to request an exception. The closest store is over an hour away or I'd simply go there to ask. What can I do?! Any suggestions you have are much appreciated. Thank you!
    PS - The form email also says if I wait 10 days the repair request will be canceled. Does this mean my credit card will be refunded for the $85 battery replacement charge if it is canceled automatically?

    Thanks, but I've been on the phone with AppleCare US (where I am and live) and AppleCare UK. They continue bouncing me back and forth without helping resolve the problem.
    Perhaps someones knows how to further escalate the issue at Apple?

  • Double click Bookmarks button to open the Library window directly ("Show All Bookmarks" function)

    I have a number of folders in bookmarks, and I edit it frequently by clicking "Show All Bookmarks" and opening a Library.
    Previously, after clicking Bookmarks button, "Show All Bookmarks" appeared on top of the list, and now it's at the bottom.
    Please, add double click function on Bookmarks button so that it opens Library window directly.

    See also:
    *[[/questions/997080]] Is it possible to move "show all bookmarks" in the bookmark-menu to the top?

  • It says I have to answer security question I don't remember my answers I clicked the button so my email can send it to me how to restart it but it never did. It won't send me one on my email now I'm not able to buy anything hel?

    i Got a new phone and and it says I have to answer a security question I forgot my security question answers so I clicked the button where I can reset my security questions and send it to my email but it never sent it to my email what should I do because now as many times as I click the button is still won't send and I'm not able to buy anything off of iTunes or the App Store please help ASAPl

    Alternatives for Help Resetting Security Questions and/or Rescue Mail
         1. If you have a valid rescue email address, then use this procedure:
             Rescue email address and how to reset Apple ID security questions.
         2. Fill out and submit this form. Select the topic, Account Security. You must
             have a Rescue Email to use this option.
         3. This is the only option if you do not already have a valid Rescue Email.
             These are telephone numbers for contacting Apple Support in your country.
             Apple ID- Contacting Apple for help with Apple ID account security. Select
             the appropriate country and call. Ask to speak to the Account Security Team.
         4. Account security issues almost always require you to speak directly to an
             Apple representative to securely establish your identity as the account holder.
             You can set it up so that Apple calls you, either immediately or at a time
             convenient to you.
                1. Go to www.apple.com/support.
                2. Choose Contact Support and click Contact Us.
                3. Choose Other Apple ID Topics and choose the appropriate topic for
                    your issue.
                4. Follow the onscreen instructions.
             Note: If you have already forgotten your security questions, then you cannot
             set up a rescue email address in order to reset them. You must set up
             the rescue email address beforehand.
    Your Apple ID: Manage My Apple ID.
                            Apple ID- All about Apple ID security questions.

  • Let's say I'm in my email, and I double click the button to the left of the screen and it then shows the multiple screens I've looked at already. How do I clear those already seen pages?

    If I'm in my email acct, I click a hyperlink to another page and then to go back to my email page, I double click the button to the left of the screen and it shows a slide list of pages I have recently been to. How do I get rid of that? Or clear the pages?

    You mean the multi task bar at the bottom?  In iOS7 there is a big preview box above each app in the bar.  Just swipe it up and away.

  • Call an ABAP Function module on click of Button in BSP page

    Hello ,
    i would like to run a ABAP function module on click of a button in BSP page.
    or in other words i want a Funtion module ex: 'test1' to run after clicking this button ex: 'button1'
    and how to pass the values for a function module after clicking the button.
    i an new to bsp application .
    Can anyone help me on this .

    Hi Shalaxy,
    Triggering a URL to WDJ:
    I suppose the URL of WDJ app. is also a portal URL. I assume that from a BSP application inside portal you need to trigger the WDJ url.
    But the catch is that you cannot hotcode this URL, since it varies for a development, quality and production systems(diff. portal environments).
    To solve this issue, ABAP provides a system variable named sy-sysid, which says want system your ABAP system is, normally a development R/3 system will be associated to development portal system and quality R/3 to quality portal ans so forth.
    So you could have a internal table/db table/ variable for dev, quality or prod portal urls and from the bsp on button click based on the value in the sy-sysid you can trigger the url accordingly.
    Creating a URL in WDJ
    The above is about triggering a WDJ from BSP. But if you dynamically want to create a link in WDJ on a button click, then apparently you could not do that from BSP, since the applications are different. All you could do is to pass some URL parameters to WDJ application from BSP app. Then based on the URL parameters the WDJ application has to dynamically create a link and add it to its application.
    Hope it helps.
    Regards,
    Maheswaran
    Edited by: Maheswaran B on Mar 1, 2010 4:17 PM

  • Run a function in flash when click a button on HTML page

    dear friends,
    i have loaded my swf in an html/ aspx page. when i click a button in html page, i want to pause my swf movie. Actually swf has another movie clip i want to stop that. any option pls help me. possible send me some sample coadings.. i tried with externalInterface but no result..
    or if i click a button in html page, i want to run a function existing in loaded swf....
    thanks in advance...
    Thanks and Regards,
    Syed Abdul Rahim

    Dear Mr.ned,
    Greetings! i tried to put the id also, still its not working.. any ideas? find below my codings:
    flash code:
    import flash.external.ExternalInterface;
    ExternalInterface.addCallback("methodName", method );
    function method() {
        mytxt.text = "call from java script";
        trace("called from javascript");
    HTML code:
    <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
    <title>jscr_rd</title>
    <script language="javascript">AC_FL_RunContent = 0;</script>
    <script src="AC_RunActiveContent.js" language="javascript"></script>
    </head>
    <body bgcolor="#ffffff">
    <p>
      <!--url's used in the movie-->
      <!--text used in the movie-->
      <!--
    <p align="left"></p>
    -->
      <!-- saved from url=(0013)about:internet -->
      </script>
      <script language="javascript" type="text" >
    function methodName() {
       jscr_rd.method();
       window.alert("hi.. u clicked me?");
    </script>
      <script language="javascript">
        if (AC_FL_RunContent == 0) {
            alert("This page requires AC_RunActiveContent.js.");
        } else {
            AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0','widt h','550','height','400','id','jscr_rd','align','middle','src','jscr_rd','quality','high',' bgcolor','#ffffff','name','jscr_rd','allowscriptaccess','sameDomain','allowfullscreen','fa lse','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','jscr_rd' ); //end AC code
    </script>
      <noscript>
        <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="550" height="400" id="jscr_rd" align="middle">
          <param name="allowScriptAccess" value="sameDomain" />
          <param name="allowFullScreen" value="false" />
          <param name="movie" value="jscr_rd.swf" />
          <param name="quality" value="high" />
          <param name="bgcolor" value="#ffffff" />   
          <embed src="jscr_rd.swf" quality="high" bgcolor="#ffffff" width="550" height="400" name="jscr_rd" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />   
      </object>
      </noscript>
    </p>
    <form name="form1" method="post" action="">
    <input name="but" type="button" value="click me" onClick="methodName()">
    </form>
    <p> </p>
    </body>
    </html>
    pls check advice me
    Thanks and Regards,
    Syed Abdul Rahim

  • When I open an email, instead of clicking on the button 'html view mode', how do I set it permanently so I won't have to click on it each time?

    How do I keep html view mode on in email, instead of clicking on it each time?

    Hi linktogen,
    In order to test this, can you please provide the webmail you are using for further testing?
    Thank you!

  • I have forgotten my answers to my security questions and I have clicked the button to send an email to reset my answers but I have not gotten the email for it. Is there another way I can reset my answers?

    Can someone please help me I would like to buy music and have clicked the button to reset it more than once and I still have nothing.

    Going through this website may give you the ability to contact Apple about resetting your security questions if you're unable to recall the answers.
    http://www.apple.com/support/itunes/contact/

  • Cannot click radio buttons after Windows Updates

    Hello,
    We approved the following Office updates back in December and since then, our users cannot click radio buttons in Word documents. This month, we pushed all updates stated in the following article:
    https://support.microsoft.com/en-us/kb/3025036
    We've also removed .exd files from users' computers and this still hasn't resolve our issue. This is critical for us as we use these documents across the entire organization. Please help!
    I've tested this both on Office 2013 click-to-run and Office 2010 with the same results. 2013 is the latest version and I've deleted .exd for this as well, using Fix It, script and manually.
    Update   for Microsoft Excel 2010 (KB2589348) 32-Bit Edition
    Update   for Microsoft Excel 2010 (KB2889935) 64-Bit Edition
    Update   for Microsoft Lync 2013 (KB2899507) 32-Bit Edition
    Update for Microsoft Office 2010 (KB2553140) 32-Bit Edition
    Update   for Microsoft Office 2010 (KB2589386) 64-Bit Edition
    Update   for Microsoft Office 2010 (KB2597089) 32-Bit Edition
    Update   for Microsoft Office 2010 (KB2687275) 64-Bit Edition
    Update   for Microsoft Office 2010 (KB2837602) 64-Bit Edition
    Update   for Microsoft Office 2010 (KB2883019) 32-Bit Edition
    Update   for Microsoft Office 2010 (KB2889818) 32-Bit Edition
    Update   for Microsoft Office 2010 (KB2910896) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2837654) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2881008) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2889857) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2899493) 32-Bit Edition
    Update   for Microsoft Office 2013 (KB2899510) 32-Bit Edition
    Update   for Microsoft Office Outlook 2007 Junk Email Filter (KB2899525)
    Update   for Microsoft Office Outlook 2007 Junk Email Filter (KB2920789)
    Update   for Microsoft Office PowerPoint 2007 (KB2597972)
    Update   for Microsoft OneDrive for Business (KB2899513) 32-Bit Edition
    Update   for Microsoft OneNote 2010 (KB2597088) 32-Bit Edition
    Update   for Microsoft Outlook 2013 (KB2899504) 32-Bit Edition
    Update   for Microsoft PowerPoint 2010 (KB2878251) 64-Bit Edition
    Update   for Microsoft PowerPoint 2010 (KB2880517) 32-Bit Edition
    Update   for Microsoft Visio 2013 (KB2899497) 32-Bit Edition
    Security   Update for Microsoft Excel 2010 (KB2910902) 32-Bit Edition
    Security   Update for Microsoft Office 2007 suites (KB2596927)
    Security   Update for Microsoft Office 2007 suites (KB2920790)
    Security   Update for Microsoft Office 2007 suites (KB2920792)
    Security Update for Microsoft Office 2010 (KB2553154) 32-Bit Edition
    Security   Update for Microsoft Office Excel 2007 (KB2984942)
    Security   Update for Microsoft Office Word 2007 (KB2899527)
    Security   Update for Microsoft Office Word 2007 (KB2920793)
    Security   Update for Microsoft Word 2010 (KB2899519) 32-Bit Edition

    Hi
    I have downloaded The toshiba Value added package and most of the 30 odd items have downloaded and installed but the following error messages occured
    Intel Display Driver ~~ FAILED
    AMD Display Driver ~~ FAILED
    ATI HDMI Audio Driver ~~ BAD URL
    RealTek Ausio Driver ~~ BAD URL
    Intel Wireless LAN Driver ~~ BAD URL
    Synatics Touch Pad Driver ~~ FAILED
    Toshiba Virtual Added Package ~~ BAD URL
    Toshiba System Driver ~~ BAD URL
    Toshiba Function Key ~~ BAD URL
    Toshiba ECO Utlility ~~ BAD URL
    All of the other items downloaded satisfactorily
    Can you advise me what steps to take now please as the FN key which was my original question still no longer works
    Many Thanks

  • Openning of outlook email client when clicked.

    Hi,
    Iam using swing application. I have a requirement, when users clicks on button i need to open a default client email.(i.e eg outlook new email dialog). I also need to attach files to that emai.
    Similar thing can be done in web based application using mailto: functionality.
    I have tried with the following code.
    String email = "cmd.exe /c start \"title\" \"mailto:[email protected]?Subject=what ever msg&cc=[email protected]&Body=what ever msg body&Attach=\"C:\\temp\\report_path.txt\"\" ";
    Runtime runTime = Runtime.getRuntime( );
    Process subProcess = runTime.exec( email );
    subProcess.waitFor( );
    int processValue = subProcess.exitValue( );
    This works but the attachments are not working.
    Can any body give me some details or good solution for this?
    This is very urgent please
    Regards
    Kalyan.

    Hi,
    Generally, we can export the mailbox data to an Outlook for Mac Date file(.olm file) in Outlook 2011 for Mac. As for Outlook for Windows, the default Outlook Data file is .PST file. If so, we need to find some third-party tools to convert OLM file to PST
    file for Windows Outlook using.
    Personal suggestion, we can consider to create a new imap account acted as a transfer mailbox. To do it, please follow:
    1. Create a new IMAP account, such as a Hotmail.com account.
    2. Configure the Hotmail account in your Outlook 2011 for Mac and import the exported OLM file to this account.
    3. The imported data file will synced to IMAP account in mail server. We can login to the Web mail page to double check it.
    4. If the data has been synced complete in Hotmail mail server, we can configure this Hotmail account in your Outlook for Windows. Then all mailbox data can be download to the local Outlook in Windows machine.
    5. Now, we can drag the messages from this Hotmail account to your main account. Or we can export Hotmail mailbox to PST file for other Windows Outlook using.
    Additionally, here is a similar thread about your issue:
    http://social.technet.microsoft.com/Forums/en-US/03082e4b-70de-4faa-a02c-77eb52d8781c/convert-olm-to-pst
    Hope it helps.
    Regards,
    Winnie Liang
    TechNet Community Support

  • Testing of Broadcast email functionality in Peoplesoft CRM Online Marketing

    Hi,
    I am trying to create a marketing dialog in Peoplesoft CRM.It has a date time trigger event which is in turn associated with a broadcast mail. I tried running it for a test audience by clicking "Test" button. However, the email is not getting generated and it does not show any error on the page.The status of the dialog gets changed from "Design" to "In Test" also. Is there anyway to find out the reason why the email is not getting sent?I checked in the email job report and the trigger shows a status of "Queing". Also, I read somewhere about mailcasters. Is setting it up mandatory for broadcast emails?The dialog execution server has already been setup and is running successfully.

    i guess you are trying to use ERMS(email reponse management system in CRM) either support desk or help desk.
    u need to configure a whole setup in order to make this functionality work.
    please make clear whether this is the one you are trying to achieve.
    ERMS functionality in short: it has all mail box servers in place. once the mail comes from a user to a mail box, based on content and information the email is routed back to respective mailing list. the person picks the mail and replies back to the mail box which routes back to the user requested.
    it uses process schedulers,IB gateways, nodes,SMTP servers to do the job.
    Thnks!

  • Pop up on clicking a button

    Hi All,
    Problem : There is a custom screen in a CRM Transaction. In the screen there is a table which displays data.and there are a few buttons which provides a few functionalities like delete records, display attachments etc. The functionality is provided in a CASE statement. The problem now is I need to provide a popup as soon as the user clicks on a button. this popup will display a list from a table.
    I am not able give a popup when i click the button. this will be something like when i click a variant button on a report screen it displaying the list of variants and one of the variants being selected. How do i provide this funtionality it ?
    Thanks,
    Amit

    hi,
    chk a sample code.
    report zsha_0001.
    type-pools: slis.
    data: begin of iku occurs 0,
          check type c,
          kunnr type kna1-kunnr,
          name1 type kna1-name1,
          end of iku.
    data: ifldc type slis_t_fieldcat_alv .
    data: xfldc type slis_fieldcat_alv .
    select kunnr name1 into corresponding fields of table iku
            from kna1 up to 10 rows.
    clear xfldc.
    xfldc-reptext_ddic    = 'Customer'.
    xfldc-fieldname  = 'KUNNR'.
    xfldc-tabname   = 'IKU'.
    xfldc-outputlen  = '12'.
    append xfldc to ifldc.
    clear xfldc.
    xfldc-reptext_ddic    = 'Customer Name'.
    xfldc-fieldname  = 'NAME1'.
    xfldc-tabname   = 'IKU'.
    xfldc-outputlen  = '30'.
    append xfldc to ifldc.
    call function 'REUSE_ALV_POPUP_TO_SELECT'
         exporting
              I_TITLE  = 'This is the message here'
    *          i_checkbox_fieldname = 'CHECK'
              i_tabname            = 'IKU'
              it_fieldcat          = ifldc
         tables
              t_outtab             = iku
         exceptions
              program_error        = 1
              others               = 2.
    check sy-subrc  = 0.
    **********anothe sampel code**
    CALL FUNCTION 'POPUP_WITH_TABLE_DISPLAY'
    EXPORTING ENDPOS_COL = 41
    ENDPOS_ROW = 10
    STARTPOS_COL = 1
    STARTPOS_ROW = 1
    TITLETEXT = TEXT-202
    IMPORTING CHOISE = SEL_ROW
    TABLES VALUETAB = ITAB
    EXCEPTIONS OTHERS = 99.
    IF SY-SUBRC EQ 0 AND SEL_ROW > 0.
    READ TABLE ITAB INDEX SEL_ROW.
    REF_NAME = ITAB-TABNAME.
    ELSE.
    REF_NAME = SPACE.
    ENDIF.
    Regards,
    Anver
    <b><i>if hlped pls mark points</i></b>

  • All of a sudden when i click any button or link a new window opens with an ad

    I have used Firefox for about 7 years. No issues...
    I recently installed Ghostery add on.
    The only way to describe it is:
    I go to a page..
    Click a link (or close to it) or enter or any other button/link that would take me to what I expect..
    BUT instead it opens a new tab to an advertisement site (quibids, P&G, many other random ads) - a few of them I blacklisted with BLOCKSITE (installed after the problem started happening) but several I can't because I would actually use them when I need to (ex: Vistaprint.com)
    When I go back to the original site and click the same link and click it again it works as intended.
    This happens across all sites that I am on...
    It is like there is a hidden link within the one I am clicking on.
    I have pop ups blocked in my browser but this gets around it somehow.
    Since GHOSTERY installed, some sites do not work correctly. If I click on a picture, or something that I want to expand it is as if I am doing nothing at all because it won't complete the action, the functionality is broken.
    I have white listed a couple sites but this is random and if I whitelist everything I come across then it opens me back to what I am trying to avoid..
    EXAMPLES:
    went on Heat.com, clicked the button to go to the White Hot Gear instead it opened a new tab brandonline.com
    was on LinkedIn and hit the comment button on a thread, then it opened a new tab vistaprint.com
    was on publix.com, hit the order refills button, then it opened a new tab premium-promos.net
    did a google search clicked on the link I wanted, it opened a new tab premiumgiftrewards.net
    EACH time I go back to the original site and click the same button/link/etc it takes me where expected.
    Thanks in advance for your help!

    Both Firefox and IE have the same problem. The cursor instead of being a finger when pointing to a link is still an arrow. However I can click anywhere on the page and an ad will pop up. I have eliminated all unwanted bars in Firefox, I ran Malwarebytes until it came out clean. I also have AVG which had detected a few items on it's own. But when I get into Firefox I still have exactly the same problem. Now it will not let me download Browser Safeguard. Usually after one click the pointer returns to normal for a few screens. When I try to click to download Browser Safeguard it keeps bringing up different ads or it tries to get me to upgrade Firefox or some other browser helper program which I know are all BS tactics to get me to load their junk again. PLease help I'm an engineer and pretty good with PCs but this one has me beat at least so far.

Maybe you are looking for

  • Iphoto 6 shows only the last imported photos, doesn't include previous pics

    History- when I first got the computer I didn't understand how iPhoto accessed its photos, and deleted some of the content from the iPhoto folder directly - since then every once in a while I get a window that asks me to rebuild my cache - the apple

  • Starting Over

    when i switched from a pc to mac i did not want to give up my photo organizational structure i had long established on my pc, it all worked very well. what i have been doing on my mac it downloading the photos using image capture and putting them in

  • TS3297 i dont remeber the answers to the 2 security questions. what do i do?

    in order to download music from itunes i have to answer the 2 security questions and ive tried entering what i thought were the right answers but it says theyre wrong.  this is frustrating and i dont know what to do.  help?

  • About installanywhere with odbc problem!

    I have a application connected to a database throuth odbc, I don't know whether I can use installanywhere to add the database to the windows' odbc while installing. if so, after installing, my application can run. thanks a lot.

  • Can't open printer setup utility

    I recently installed OS 10.4.8 and am able to print with it but am unable to open the printer setup utility to check print or fax status. Any ideas? G4   Mac OS X (10.4.8)