How to define an action which generates a pdf based on a smartform formular

Hello everybody,
I am looking for a solution to define an action which generates a pdf based on a smartform formular (my printer
is LOCL and there will be no other printers in the system defined).
With the standard print action for the smartforms formular nothing is printed on printer local.
Best regards,
Angelika

Hmm, no replies yet...
Am I in 'uncharted territory' with this issue?

Similar Messages

  • How to find the sessions which generated maximum redo amount at instance?

    I use below query or Sql*Plus's set autotrace traceonly statistics > redo size statistic to calculate how much redo I generated in my session;
    CREATE OR REPLACE VIEW redo_size AS
    SELECT value
    FROM v$mystat, v$statname
    WHERE v$mystat.statistic# = v$statname.statistic#
    AND v$statname.name = ‘redo size’;
    But how to find the sessions which generated maximum(top 5 for example) redo from the last database startup on 9iR2 or also with new 10gR2 historic views?
    We need this information because from the produced archived log files we observe something new producing almost 2 times more redo for a week. I looked at statspack report but couldnt find as I suspected for a massive update or delete.
    Best regards,
    Tonguc

    I tried v$sysstat but I didnt think about v$sesstat Mr.Gasparotto, thank you very much :)
    SELECT ss.sid,
    sq.sql_text,
    se.status,
    se.username,
    se.osuser,
    se.program,
    se.machine,
    ss.VALUE
    FROM v$sesstat ss, v$statname sn, v$session se, v$sqlarea sq
    WHERE ss.statistic# = sn.statistic#
    AND se.sql_hash_value = sq.hash_value(+)
    AND se.sql_address = sq.address(+)
    AND ss.sid = se.sid
    AND sn.NAME = 'redo size'
    ORDER BY ss.VALUE DESC
    Best regards.

  • How to Define an Item which is Produceble and Buyable....in R12

    Hi
    Let us assume there is a Product XYZ which intend to make and as well intend to buy from other sources, how to define this item ixyz n Master Item of Oracle inventory and how to assign Make/Buy in General planning tab.(since for this item I want to put Make and Buy as well)
    Note : The same item XYZ is producing and also buying.
    Thanks
    Raj

    Hi Raj,
    1. The information what you enbale in the Genereal tab region will not stop you to purcahse the material.
    Mark ur item as a Make item...Enable all relevant attributes...
    Enable all the purcase options..
    Then do your Sourcing rule and assignment,,,
    you can produce as well as purchase..
    -Jayabalan ur friend

  • How to change background color of text in pdf based by font name

    Hi
    How to change the background color of text in PDF based by font name. Is there any option in Javascript. e.g: If PDF containing ARIAL font, the ARIAL text background color needs to be changed in red color for all pages. Same for all fonts with different different color in the PDF.
    Thanks in Advance

    Hi
    1) Is there any possibilities to highlight with different color based on font using javascript
    2) list of font used in PDF using javascript
    3) How to hilight the text using javascript
    Thanks in Advance

  • How to find sql statement which generates LOCK

    Hello,
    In my plsql procedure i have used SELECT FOR UPDATE NO WAIT statement to avoid the current record used by another user.
    Actually i want to find which sqlquery is locking the Object other than my procedure.
    I can find the session id which is locking the object but i can not able to find sql text.
    How to find the SQL text from particular LOCKING Session id as v$sql or v$sqltext or v$sqlarea dont have session id?
    Any help can be appreciated.
    Thanks in advance.

    It's not necessarily that easy to find the statement that was responsible for the lock.
    It depends.
    First of all, it depends on version.
    If you're >= 10g and you're lucky and you're licensed for Diagnostic Pack, you might find it in ASH.
    If the statement that's responsible for the lock is also waiting on something else or runs for long enough, then ASH will almost certainly have it.
    Doug Burns has a 10-part series on the subject.
    http://oracledoug.com/serendipity/index.php?/archives/1477-Diagnosing-Locking-Problems-using-ASH-Part-1.html

  • How to define onSelect action in code?

    I created a dropdownbykey using dynamic way like below.
    IWDDropDownByKey myDropDown = (IWDDropDownByKey) view.createElement(IWDDropDownByKey.class, "myDropDown ");
    myContainer.addChild(myDropDown);
    Now I want to add the code to set the onSelect action event for this drop down.
    Does anyone knows and can give me this line of code?
    Thanks!

    Hi
    do the following to create a dropdown by key in the view.
    first write the following code in the wddomodifyview()
    this will create a new dropdown ui element in the tray havin id "tray".
    ddk_id is the id of the dropdown created
    now bind its selected key property to the desired attribute
    then you can set the onselect property to one of the actions created already in the view.
    then write the code for what you want on selecting a particular key in the eventhandler of this action
    as showm below:
    write this code in wddomodifyview()
    if(firstTime)
       IWDTray mytray = (IWDTray)view.getElement("Tray");
       IWDDropDownByKey ddk = (IWDDropDownByKey)view.createElement(IWDDropDownByKey.class,"ddk_id");
       IWDAttributeInfo attrinfo = wdContext.getNodeInfo().getAttribute("ddk");
       ddk.bindSelectedKey(attrinfo);
       *ddk.setOnSelect((IWDAction)view.getAction("SelectAction"));*   mytray.addChild(ddk);
    Write the desired code for the action in the eventhandler as shown below
    //@@begin javadoc:onActionSelect(ServerEvent)
      /** Declared validating event handler. */
      //@@end
      public void onActionSelect(com.sap.tc.webdynpro.progmodel.api.IWDCustomEvent wdEvent )
        //@@begin onActionSelect(ServerEvent)
        //write the code here
        //@@end
    thanks hope it is clear
    Sarbjeet Singh Gill

  • How to define an aggregation rule for a dimension based on bridge table?

    Hello,
    I need a solution for aggregating data correctly when using a dimension based on a set of dimensione tables containing a bridge table. Please find below a description of my business case and the OBIEE model which I’ve created thus far.
    Business Case
    The company involved wants to report on the number of support cases, the different types of actions that were taken and the people involved in those actions. One support case will undergo a number of actions (called ‘handelingen’) until it is closed. For each action at least one person is involved performing a specific role, but there can also be multiple persons involved with 1 action, each performing a different role for that action. This is the N : N part of the model.
    The problem that I face is visible in the two pictures below:
    http://i84.photobucket.com/albums/k24/The_Dutchman_2006/OBIEE/sample.png
    As long as I don’t include anything from the Dimension Meelezer in my report, I get the correct number of handelingen (7). When I include the person (called ‘Meelezer’), the measuere per action is multiplied by the number of persons/roles involved with that action.
    When I changed the Aggregation rule in the report column #Handelingen to ‘Server Complex Aggregate’ I do get the correct endtotal:
    http://i84.photobucket.com/albums/k24/The_Dutchman_2006/OBIEE/sample2.png
    I believe it should be possible to define in the repository a different aggregation rule for individual dimensions, but I’ve not been able to achieve this.
    Explained below is what I have created in my Physical and Business Model & Mapping layers:
    The Physical Model is built like this:
    (This is just a small part of a much larger physical model, but I’ve only included the most relevant tables)
    http://i84.photobucket.com/albums/k24/The_Dutchman_2006/OBIEE/PhysicalDiagram-1.png
    The Fact table (ALS Feit Zaakverloop) contains FK’s for the action (FK_HANDELING, joined to ALS Dim Handeling), the date the action took place (FK_DATUM_ZAAKVERLOOP, joined to ALS Dim Datum Zaakverloop) and the uniqe group of people involved (FK_MEELEZERS, joined to ALS Groep Meelezers) and a measure column (SUM_HANDELINGEN) populated with the value ‘1’ for each row.
    The Bridge table (ALS Brug Meelezer/Reden Meelezen) contains three FK’s: FK_GR_MEELEZERS (joined to ALS Groep Meelezers), FK_MEELEZER (joined to ALS Dim Functionaris) and FK_REDEN_MEELEZEN (joined to ALS Dim Reden Meelezen).
    The Business Model
    In the business model, the four physical tables for the N:N relation have been combined into one logical dimension table.
    http://i84.photobucket.com/albums/k24/The_Dutchman_2006/OBIEE/BusinessModel-1.png
    DIM Meelezer contains one LTS in which the four physical tables have been combined:
    http://i84.photobucket.com/albums/k24/The_Dutchman_2006/OBIEE/LTS1.png
    And all the required locical columns have been created:
    http://i84.photobucket.com/albums/k24/The_Dutchman_2006/OBIEE/LTS2.png
    DIM Meelezer has also been identified as a bridge table and a Business Key has been defined on a combination of the FK’s in the bridge table and business codes of the two dimension tables.
    http://i84.photobucket.com/albums/k24/The_Dutchman_2006/OBIEE/BMDIM.png
    Next a hierachy was created for Dim Meelezer:
    http://i84.photobucket.com/albums/k24/The_Dutchman_2006/OBIEE/Hier.png
    In Feit Zaakverloop, a measurement called ‘# Handelingen’ was created using SUM_HANDELINGEN, with an aggregation rule of SUM.
    In the LTS of both the DIM Meelezer and Feit Zaakverloop, the Logical Content Levels have both been set to: LVL Detail – Meelezer.
    Please provide suggestions that will NOT require changes to the physical datamodel as they would require too much time to achieve (or at leats would not be ready before my deadline.
    Thanks!
    Edited by: The_Dutchman on Dec 13, 2011 11:43 AM

    Hmm, no replies yet...
    Am I in 'uncharted territory' with this issue?

  • How to Define a Dynamic Barcode on a PDF Page?

    I have a situation where we have a PDF form with multiple rows, (rows can be added as per the user's requirement), means user can click AddRow button and pdf will generate a new row to fill the data. There is no max limit of the rows, it vary and can be anywhere from row 1..10, 1..100, or 1..50 and so on.....
    The first pice of the form is to create table/row with Add Row button has been completed. I have already added the AddRow button functionality into the form, but we also need to point the row's data to the barcode. Each data row should point to a single barcode 1 to 1 bases (One row one barcode). How to implement and design the barcode so that each row will be handled dynamically with one barcode? Or, if there is any better approach to handle this.
    I would really appreciate if you could send any document, example or sample.
    Thanks!

    Consider the following scenario:
    if you have defined a table and made a Cell in the table contain a TextField and it repeats, the SOM expression would look this
    form1.Table1.Row1.TextField1[0] (Cell1 of Row1) as an example.
    This instance of TextField[0] can be captured in the barcode Collection via the collection UI, but there is no way through the UI to get form1.Table1.Row1.TextField[1] (second instance) included in the barcode data.
    I would check this blog entry out if you are interested in capturing values for repeating objects in a barcode, such as you might find in a dynamic table of a dynamic form:
    http://blogs.adobe.com/formfeed/2010/02/paperforms_2d_barcodes_with_re.html

  • How to maintain the action in a saved pdf

    Hi,
    I have the following script in the Change event of dropdownlistbox:
    Subform1.presence = "hidden";
    The Subform1 element hides from the form, but after I save the pdf file and then reopen it, it's still visible. How can I maintain the action that was performed on the element so the file remembers it when it is saved?
    Thanks

    Thanks for the response.
    That doesn't do it for some reason.
    In the change event I have:
    switch(xfa.event.newText) {
    case 'one':
    Subform1.presence = "hidden";
    Subform2.presence = "visible";
    break;
    case 'two':
    Subform1.presence = "visible";
    Subform2.presence = "hidden";
    break;
    The I went to the layout:ready event of the dropdown and I added:
    if (DropDownList1.rawvalue == 'one' ) then
    Subform1.presence = "hidden";
    Subform2.presence = "visible";
    elseif (DropDownList1.rawvalue == 'two' ) then
    Subform1.presence = "visible";
    Subform2.presence = "hidden";
    endif
    I use the form, change it, save it but both forms are visible.
    I know it has to be easier than that. Do you know what I'm doing wrong?
    Thanks

  • Are there any Java classes  which generates UI Maps based on UI Hints

    Hi,
    I would like to know how UI Hints work and how UI Maps are generated based on UI Hints.
    Are there any java classes behind?

    Can someone help me on how to do this?

  • How to get field action property in a pdf form

    Hi all,
    In pdf form, there is a Radiobutton field is there.
    Now i want to create a checkbox with same properties what and all Radiobutton is having.
    I got the all the properties from Radiobutton and created checkbox except "Actions".
    I checked with documentation In that i come to know we can able to add script by addJavaScript or able to set actions by setAction.
    Is there any possibility to get Action properties from a field???
    Please if anybody know let me know.
    Thanks and Regards,
    Christy

    Thanks a lot for your answer.
    I have one more doubt
    In Acrobat 5 we can easily change field type by selecting changetype option, the only thing we need to give diff name for the field it will change type what we changed with the properties what and we had in old type.(I m explaining here about radio To checkbox).
    If it is possible can u please explain in what basis it is working.
    Thanks and Regards,
    Christy

  • Automate generating savable PDF document

    I have a following situation: I have a web-application for filling of some documents by online, this application have functionality for generation PDF with form of the filled document. It is necessary for me, that I could generate PDF files with saved forms for filling by offline with further sending on server of my application. Besides, when I try to distribute this PDF file by Acrobat Pro, I receive forms at which there is a button of form sending by e-mail. Even if I created the sending button by URL, it is all the same substituted on sending by e-mail. Therefore I wish to learn, whether probably to realise the following:
    1) Creation saved PDF files with forms software. (I have known only about creation XDP of files and their conversion in saved PDF by means of Reader Extension).
    2) If the first variant is not realised, I want to known about possibility of usage "Distribute form" Acrobat Pro for creation saved PDF files without change existing "Submit" sending buttons by URL.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by John Gerst ([email protected]):
    I am looking to create a servlet that generates an XML file using the XML SQL utility and then presents the user with a PDF file (report) of the results. I have a style sheet that works with FOP 0.17 and have used the command line to generate a PDF based on this style sheet. I would now like to embed this as an option within a servlet.
    I have read the posting about doing this using the XSQL servlet, but I would prefer to write my own servlet and not use the XSQL servlet.
    An example code would be extreamly helpful.
    Thanks
    JG<HR></BLOCKQUOTE>
    In this case you has to use FOP as standalone procesor, refer to xml.apache.org for details.
    Best regards, Marcelo.

  • Generating a PDF document within a servlet

    I am looking to create a servlet that generates an XML file using the XML SQL utility and then presents the user with a PDF file (report) of the results. I have a style sheet that works with FOP 0.17 and have used the command line to generate a PDF based on this style sheet. I would now like to embed this as an option within a servlet.
    I have read the posting about doing this using the XSQL servlet, but I would prefer to write my own servlet and not use the XSQL servlet.
    An example code would be extreamly helpful.
    Thanks
    JG

    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by John Gerst ([email protected]):
    I am looking to create a servlet that generates an XML file using the XML SQL utility and then presents the user with a PDF file (report) of the results. I have a style sheet that works with FOP 0.17 and have used the command line to generate a PDF based on this style sheet. I would now like to embed this as an option within a servlet.
    I have read the posting about doing this using the XSQL servlet, but I would prefer to write my own servlet and not use the XSQL servlet.
    An example code would be extreamly helpful.
    Thanks
    JG<HR></BLOCKQUOTE>
    In this case you has to use FOP as standalone procesor, refer to xml.apache.org for details.
    Best regards, Marcelo.

  • How define the action of a h:form?

    Hi, I have a page that is accessed with http that contains a form which needs to be posted to a https action. As there is no way to define the action attribute for a h:form tag, how can I implement this using the h:form tag? Is there a way to make the commandButton tag action attribute point to a url?

    With JSP+Servlets in Tomcat I would do something like this
       <form action="https://${pageContext.request.serverName}:8443${pageContext.servletContext.contextPath}/Login?action=login" method="post">
             <label for="username"><fmt:message key="user_username"/>:</label><input type="text" name="username" id="username" value="${username}"/>
             <br/>
             <label for="password"><fmt:message key="user_password"/>:</label><input type="password" name="password" id="password" value=""/>
             <br/>
             <input type="submit" value="<fmt:message key="login"/>"/>     
       </form>how I do something similar using JSF html tags?

  • How to create a key figure in SNP plannignbook which generate FA type order

    Hello
    trying to create a Key Figure in SNP planning book which generates FA type orders
    could kindly suggest how to do it?
    thanks
    elena

    Hi,
    You would be having different key figures in SNP. The type of orders that you see in Key figure is driven by type of categories or category group that you assign in planning area to each key figure. You can modifiy these cateogry groups in IMG settings.
    When you manually create a forecast through a report then automatically you will see those orders in key figures where you have assigned the category FA.
    Hope this helps.
    Regards
    Alhad

Maybe you are looking for

  • How to print Text for more than 255 characters.

    Actually I am writing dynamic sql in which some text is assigned to some variables and then contacating tohse variables to create one complete SQL. So the text into that variable is more than 25 chars, which i want to print to check wether the sql ge

  • How Can I Sort/Order My Photos By 'Modified Date' ?! Not Taken Date :/  iOS5

    Hii, I'm From Panama... And I'm havin' this issue, Ok Let me explain to you guys (I hope u can help me out).      Look, Before I Updated my iPod Touch From iOS 4.3.5 to iOS 5 I had my photos (an specific album) sort by Modified Date, But now that I u

  • Moving XP/7 to a different Mac

    I was running Windows 7 on an older iMac using VM Fusion 3.0.  I rarely used it. Also when I did use it with the emulator it was so slow. My daughter wants me to install it on her laptop (a Macbook Pro 2.2 ghz Intel Core2 Duo running 10.6.8) and so I

  • 2 I tunes librarys on our PC with e mail address. Want to move 1 library?

    My partner and I both have our I tunes library's on our old shared e mail address. I would like to take my library on to my new e mail address and account set up with it on I tunes. Can this be done or is it easier just to change the e mail address o

  • Net bill value - why not possible in SAP

    hai, I have one basic doubt. Why SAP is not showing the balance amount of the bill? ex bill value is Rs.10000.00 partpayment received Rs.5000.00  in sap for partpayment, the saparate document is creating but it is not deducting the bill amount. Why i