Email Button to Submit 1 page of Multipage Report

I currently have a multipage pdf designed that I would like to be able to have a button at the end that will just email the last page of the pdf. Can this be done?
Thanks,
Wendy

Add a regular button to the form.
Add/Modify the following script on the click event of the button:
event.target.submitForm({cURL:"mailto:"+"[email protected]"+"?&body="This is a test email "&subject="+ subject +", cSubmitAs:"PDF",cCharset:"utf-8"});
You will need an Adobe LiveCycle Reader Extensions Server to make this possible for users who only have Reader and not full Acrobat.
Please see the following thread for more information: http://forums.adobe.com/thread/286054

Similar Messages

  • How do I use Submit by Email button to submit form as document, not data file?

    How do I use Submit by Email button to submit form as document, not data file?

    Hi
    Just configure your submit button to submit as PDF instead:

  • How can I print some pages from multipage report

    Hello,
    I have created a multipage report in word. I would like the user to be able to print the pages selected (as in word printing: pages: 1, 2-3); 
    I am using Office 2007 pro, the LabVIEW Report Gen Toolkit, LabVIEW 2009, and Windows XP.
    I used the suggestion in thread:
    http://forums.ni.com/t5/LabVIEW/How-can-you-print-a-single-page-of-a-multipage-report/m-p/155233 , modifying the print VI that comes shipped with LabVIEW: NI_ReportGenerationToolkit.lvlib:Word_Print.VI.
    first of all I put two integer constants on "From" and "To" in the Invoke node (PrintOut), but Labview return an error:
    Error 1015 occurred at NI_ReportGenerationToolkit.lvlib:Word_Print.vi -> NI_Word.lvclassrint Report.vi -> print2.vi
    Then I searched for PrintOut Method in word 2007 Reference guide, and I saw that for using From and To the Range field must have the string  wdPrintFromTo;
    I insert wdPrintFromTo string  in RANGE Field and tryed.... same error......
    After that I change approach; removed all constants and used the field Pages; I put a string "1-2" connected to this field and now the printer respond, but all pages was printed!
    What's wrong?
    many thanks
    Attachments:
    print2.vi ‏18 KB
    parte comune.doc ‏43 KB

    Thanks, Alex!
    ok, I try first approach in print4.vi, but Labview return an error (view jpg); if I cut From, To controls, the VI print all pages. The same things happen also if I trasform I32 in Variant.
    I don't try second approach, because at this time I have only one report
    I try also with VB macro: this is better (print3.vi) but.....if I use:
    Sub Print_Pages_From_To()
    ActiveDocument.ActiveWindow.PrintOut Range:=wdPrintFromTo, From:="2", To:="3"
    End Sub
    is ok; print the pages selected; if I use:
    Sub PrintPages()
    ActiveDocument.ActiveWindow.PrintOut  Pages:="2-3"  
    End Sub
    printer print all pages.
    what do you think?
    regards,
    Italo
    Attachments:
    print Problem.jpg ‏39 KB
    print4.vi ‏19 KB
    print3.vi ‏19 KB

  • Does the email button word from a PDF generated report from 9ias?

    Has anyone been able to get the email button from a PDF report generated from 9ias? I try to email the report as an attachment, and the file doesn't attach, and I dont receive anything. If I email a link, it just sends a link that directs you to the report server webpage, but you can't see the file.
    Besides saving the file to the local file system and attaching the file to an email, has anyone been able to get this button to work?

    Hi Jim,
    What command are you using in your link or button?
    For sending report output by email you must use:
    http://machine:port/reports/rwservlet?report=...+server=...+destype=mail+desname=<email_address>desformat=<your_desired_format>from=...
    You can also use CC, BCC, REPLYTO and SUBJECT. See Publishing Reports manual for more information:
    http://download.oracle.com/docs/html/A92102_01/pbr_cla.htm#658500
    For more advanced emailing options you can also use distribution. See Publishing Reports:
    http://download.oracle.com/docs/html/A92102_01/pbr_dist.htm#1005563
    Navneet.

  • Email button without submit

    Trying to setup an email button that just launches the email app with a "to" address but I keep getting a "/" at the end of the email.
    I've tried:
    xfa.host.gotoURL("mailto://[email protected]//[email protected]");
    app.launchURL("mailto://[email protected]//[email protected]");

    Hi Jono,
    Try
    app.launchURL(
    mailto:[email protected]?cc=[email protected]&bcc=[email protected]&subject=Message Title&body=Message Content);
    Seems to work in Acrobat 9.2 ... haven't tested any others.
    Bruce

  • How to send 1 page of multipage report

    I currently have a multipage pdf designed that I would like to be able to have a button at the end that will just email the last page of the pdf. Can this be done?
    Thanks,
    Wendy

    Not possible if the file will be used in Reader. In Acrobat it's only possible if you install a script on the local machine.
    A better option would be to send just the form data, instead of the actual file.

  • Submit page before launching report link

    When I define a link on a column in a report region declaratively (using Report Attributes) and point it to the same page (or another page), it creates the link using a URL redirect type of thing. The current page is not submitted before launching the new page.
    This is causing me grief since changes on my page that the launched link needs are not stored in session state. How can I submit the current page before launching the link?
    Thanks

    Vikas,
    Redirecting is no different from clicking on any hyperlink anywhere on the web, a link doesn’t submit form data, it just goes to another page and might set some data via URL. But form data is not submitted. If you want to have your form data sent to the server, you need to submit an HTML form. HTML DB lets you do that e.g. by calling doSubmit. But this doSubmit call must not be accompanied by a redirect. Just a plain submit, and a branch that lets you define where to go next (e.g. same page). So setting any values via URL will not work when submitting the page. Submitting calls wwv_flow.accept, not f?p. This is why you need to set a form item (page item) on the client via Java Script first before calling doSubmit so that you can referebce that form item later to identify the proper row in your report. To give you an example, just take a look at how I implemented to reports attributes page. Edit any report, go to reports attributes and look at the report that shows your columns. There’s an edit icon on each row. Hover over with your mouse and note that this calls Java Script: setColumnIDAndSubmit. Look at the HTML code, find that function and look how it sets a page item value to the current column ID.
    Marc

  • Interactive Report - Go button perform a page submit?

    Hi,
    Is it possible to obtain a normal page submit when the Go button in Interactive Report is submitted?
    I would like a normal page submit as this is the reliable way to have my different check boxes and select lists saved. These checkboxes and select lists act as bind variables in the IR query, and I do not get reliable results without the page submit. You may for instance experience that the report output looks ok according to your selections, but when you then download to excel, the report content reflects the true session state values.....
    Alternatively is it possible to remove/hide the Go button? I could then add a normal button to perform the page submit. I just do not like to confuse my users with two buttons..... for the same purpose....
    Best regards,
    Jesper

    Hi,
    With jQuery you can easily change that button attributes.
    E.g. set button to submit page, add below to page HTML header
    <script type="text/javascript">
    $(function(){
      $('.apex_finderbar_left .formlayout td input[value="Go"]').removeAttr("onclick");
      $('.apex_finderbar_left .formlayout td input[value="Go"]').bind('click',function(){
        doSubmit('MYREQUEST');
    </script>If you like hide button, add to page HTML header
    <script type="text/javascript">
    $(function(){
      $('.apex_finderbar_left .formlayout td input[value="Go"]').hide();
    </script>Remember load jQuery javascript library also.
    Here is one guide how install jQuery
    http://www.danielmcghan.us/2008/06/jquery-in-application-express.html
    Br,Jari

  • Email button from Order template conformation page.

    hi,
    I got new requirement.in that i have to give give email button on Order template conformation page.
    if i click on email button new popup page will come and it will contain from email id,CC and messege.
    and i have to add entire item list in email.
    please guide me something for this requirement.
    Thanks in advance,
    jayesh talreja

    Hi Jayesh,
    Its an interesting scenario .Anyways to add an email link to the confirm.jsp all you need to do is to add the below javascript and html to confirm.jsp
    function email() {
               var url='<isa:webappsURL name="/ecall/customer/interaction0.do?interactionType=email"/>';
               var spd=window.open(url,"compareWindow","menubar=no,      directories=no, height=600 width=750, scrollbars=yes, status=no, toolbar=no, top=84, left=212");
               spd.focus();
    <tr>
         <td class="value">
            <a hre="javascript:email()"><b><isa:translate key="cic.prompt.index.mail"/></b></a>
         </td>
    </tr>
    Adding these lines will you a link for email on confirm.jsp on clicking on which you will get a new window with the Cc and all
    the required fields and it is used for sending the mails. But your issue for sending the item data from confirm page is still left.
    I will also try to find out the easiest way to send this data.
    Regards,
    Arshi
    Edited by: Arshi Arshi on Oct 6, 2009 3:15 PM

  • OAF: Emailing the current OAF page

    Hi Everyone,
    I have developed an OAF page with many tables and many fields.
    And have a button "Email". The requirement is :
    When user clicks on Email button the current page should be attached and send as an email to the user.
    Note: One field is there to enter email so to that address this page has to be emailed.
    How can i achieve this requirement???
    Any answers will be really useful.
    Thanks..........

    Hi Kumar ,
    In OA framework we have mailto option to send a mail .
    mailto:{@<ViewObjectAttributeName>} syntax, the OA Framework substitutes the associated view object attribute value for everything between the curly braces at runtime.
    Set the below property
    Destination URI      mailto:{@EmployeeEmail}
    CSS Class      OraLinkText
    Please refer drill down to details exercise in Jdev Doc , Let me know if its not clear .
    Keerthi
    Edited by: keerthioaf on Oct 31, 2012 10:28 PM

  • Captivate 4 - I need to add a Email Button that reads Submit

    I looked in the Help feature for Captivate 4 and couldn't find my answer.
    So my predecessor put a button on the quiz results page that would allow people to submit their quiz results to the LMS. I am unable to recreate this button. When I look at the button on projects she created, it is showing as an "email button". I have no clue how to add an "email button". I also can't copy/paste the button from one project to another. Nor can I copy/paste the slide from one project to another.
    Anyone have a clue how I add a "email button" from scratch?
    Here is a screen shot that partially shows the quiz results page, and the properties window for the button. THANK YOU for all the help!!!!!

    Hi Rick, thanks for the response. I appreciate it!
    So the issue isn't what the buttons are doing on the actual quiz slides, it's needing to add an Email button on the slide that gives the final scoring information (the reporting slide?). The screen shot you have shown me, isn't that the submit button on the quiz slides, not the final scoring slide?
    As you can see here, I have the Submit button on quiz slides:
    When I look at the properties of this Submit button, it shows as a Text button, not an Email button like the Submit button on the reporting slide is.
    Now I know you are probably thinking I should just click the drop down and select "email", but that selection is not there:
    Here are screen shots of my Quiz preferences and Reporting preferences:
    What I need to create is a Submit button on the reporting slide for the quiz that is an Email button. Like this one:
    When I look at the properties of this Submit button, it is an Email button. Notice how the tab says "Email Button" and not "Submit button" like the other properties windows for the other "Submit" buttons.
    This is where I'm stuck. When I go to Captivate projects that have a reporting page with a Submit button, I can't copy/paste the button. I tried to do a right click and I don't have a copy option:
    When I higlight Submit and go to Edit, I don't see the option to copy the button there either.
    So I figured I would copy the slide to the presentation that needs this Submit/Email button and I can't copy/paste the slide either. When I do a right click on the slide, there isn't a copy option:
    When I go to to Edit to try to copy the slide, the option isn't there either:
    I am really thinking that the Submit button the final reporting slide for the quiz is a Widget of some sort. Hum.
    Thanks! Karen

  • RE: How to branch a button to next page who's value is set as Submit

    Hi All,
    I'm using Oracle Application Express 4.1. I have created a page with 1 radio button and 2 drop down menu items, having On Load- Before Header Process(ie- package.procedure name with parameters as the (:P14_EFFORT_TYPE, :P14_PROJECT which are two drop down items on that page).The page has Next Button who's Action is Submit Page and I have branched it to other page (ie . a Report )after processing , but when i'm clicking the Next Button instead of going to the report page where the details of that process is to be displayed, its just refreshing the page .. on debuging its showing no data found , but that package.procedure is working absolutely fine at backend (i.e. in Sql Developer)..
    Any kind of documentation for help will be appreciated..
    Thanks in advance
    Gyani Tewari

    971387 wrote:
    Hi All,
    I'm using Oracle Application Express 4.1. I have created a page with 1 radio button and 2 drop down menu items, having On Load- Before Header Process(ie- package.procedure name with parameters as the (:P14_EFFORT_TYPE, :P14_PROJECT which are two drop down items on that page).The page has Next Button who's Action is Submit Page and I have branched it to other page (ie . a Report )after processing , but when i'm clicking the Next Button instead of going to the report page where the details of that process is to be displayed, its just refreshing the page .. on debuging its showing no data found , but that package.procedure is working absolutely fine at backend (i.e. in Sql Developer)..
    Any kind of documentation for help will be appreciated..
    Thanks in advance
    Gyani TewariWrong forum. This is General (database) questions, not specific front-end client application code. See Oracle Application Express (APEX)

  • Send report as an email attachment from a page

    Hi
    I have page which generates a report based on two filters. After the report is generated, 'I want to send that report as an email attachment from that page, when button is clicked "Send Email"
    Thanks a lot in advance.'

    I accomplished functionality I believe similar to what you are looking for in an application once by querying a report into an html e-mail message. This approach gives you all kinds of flexibility. At least this would be one way of doing it. I am going to include a simplified sample here of what the script looked like. I hope this is at least helpful.
    DECLARE
    l_body_html CLOB;
    BEGIN
    l_body_html :=
    '<html>
    <head>
    <style type="text/css">
    body{font-family: Arial, Helvetica, sans-serif;
    font-size:9pt;
    margin:30px;
    background-color:#ffffff;}
    </style>
    </head><body>
    ' || UTL_TCP.crlf;
    l_body_html :=
    l_body_html || '<table border="1"><tr bgcolor="#999999">
    <th width="75" scope="col">
    Department
    </th>
    <th width="75" scope="col">
    Course
    </th>
    </tr>' || UTL_TCP.crlf;
    FOR c1 IN (SELECT some_table.DEPARTMENT, some_table.COURSE FROM some_table)
    LOOP
    l_body_html :=
    l_body_html || '<tr><td>
    ' || c1.DEPARTMENT || '
    </td>' || UTL_TCP.crlf;
    l_body_html := l_body_html || '<td>
    ' || c1.COURSE || '
    </td>' || UTL_TCP.crlf;
    l_body_html := l_body_html || '</tr>' || UTL_TCP.crlf;
    END LOOP;
    l_body_html := l_body_html || '</table>' || UTL_TCP.crlf;
    apex_mail.send(
    p_to => '<some email address>',
    p_from => '<desired from address here>',
    p_body => NULL,
    p_body_html => l_body_html,
    p_subj => '<desired subject line here>');
    END loop;
    apex_mail.push_queue;
    END;
    Edited by: stbrownOSU on Dec 8, 2009 2:53 PM
    I think something must have happened when I copied and pasted the code from TOAD. I have corrected the above code. Please try it again.

  • I have a pdf doc that I have email buttons attached to button when I go to upload it to forms central so I can add a submit button to it it enables my email buttons.

    I have a pdf doc that I have email buttons attached to button when I go to upload it to forms central so I can add a submit button to it it enables my email buttons.

    You select the printer properties and set the appropriate page size (I think there is a place to set it in PDF Maker too, but not sure). In the printer, this is equivalent to putting the proper paper in the printer.

  • LiveCycle 8.0 Digital Signature shows Orange Flag ONLY IF Blank Form Has Submit or Email Button

    My subject line says it all. After a lot of experimenting, including reinstalling Adobe Designer Standard 8.0, I have found that, in Adobe LiveCycle 8.0.1291.1.339988, my drag-and-dropped Document Signature Field will include a clickable orange flag ONLY IF the blank form I started with includes an E-mail button or Submit button. Strange but true. If you then delete these buttons, the orange clickable flag still appears fine.
    Try it...
    In Adobe Designer Standard 8.0 LiveCycle:
    1. File > New.
    2. Select Use a blank form, Next.
    3. Next.
    4. In Form Return Setup dialog box, DEselect Add an Email button and DEselect Add a print button (so that both are NOT checkmarked).
    5. Click Finish.
    6. Drag a Document Signature Field to the blank page.
    7. Click PDF Review tab. Note that no orange clickable flag appears for the user then to be able to use for entering a digital signature.
    Close the page.
    Try a variation now that will work (yielding an orange clickable flag):
    1. File > New.
    2. Select Use a blank form, Next.
    3. Next.
    4. In Form Return Setup dialog box, SELECT either the Add an Email button OR the Add a print button (so that either IS checkmarked).
    5. Click Finish.
    6. Drag a Document Signature Field to the blank page.
    7. Click PDF Review tab. Note that an orange clickable flag DOES appear this time for the user then to be able to use for entering a digital signature.
    8. For further test, click the Design View tab and now DELETE the displayed button.
    9. Click PDF Review. The flag is still there.
    BOTTOM LINE: It at least looks like it's not just "Distribute forms" that requires that you have a button at Blank Form creation time. Also "Digital Signature" functionality requires that you display a button at Blank Form creation time -- which you can then delete.
    A bug? Or do I have some major concept wrong -- maybe I'm mis-interpreting the whole Digital Signature concept and process?

    Is this in the wrong forum?  The problem I am having is with Acrobat's Distribution feature.
    Shawn Gallagher
    Program Specialist, Records Management, OSS
    [email protected]
    202-70(7-5595)
    >>> MichaelKazlow <[email protected]> 2/18/2010 9:49 PM >>>
    Please repost in the Designer forum.

Maybe you are looking for

  • Vendorpayment: netting of closing invce with down payment no customer scena

    Hello, I am doing the following. create down payment F-48: D 29 A vendor 100 EUR C 50 bank account 100 EUR create vendor invoice FB60: D 40 cost account 250 EUR C 31 vendor 250 EUR clear down payment F-54 D 26 vendor 100 EUR C 39 A vendor 100 EUR If

  • BaseRuntime Exception during Message Mapping

    Hi I am performing the scenario File --> XI --> File I want to do the File content Conversion (FCC) only at the Receiver side. My source file(Message Type) is XML which looks like as below: <?xml version="1.0" encoding="UTF-8" ?> - <ns0:MT1_FCC xmlns

  • Slow MacBook

    My MacBook has seems A LOT SLOWER than usual the past couple of days. What happened and what can I do to fix it? Thanks! MacBook   Mac OS X (10.4.10)   2.16 GHz Intel Core 2 Duo, 1GB of DDR2 SDRAM, 160 GB 5400-rpm hard drive

  • Query to connect Java Applet to Oracle 10g.

    I am developing an Applet in Java 1.5.0.7.My database is Oracle 10g.Now when i connect Oracle to Java I get the Error : java.lang.ExceptionInInitializerError and it does not get connected.Please help me anyone. Below is the code which i have written.

  • About creation of T-code to a table

    will any scenario comes for creating a T-code to a table (eg : for mara or for any user created table).If so how to create a T-code for a table?