Subform dynamic position in adobe forms

Hello All,
I need to place a subform for document totals always at the end of content area. It needs to be after the last printed item and if there is enough space, otherwise jump to the end of next content area (in next page).  Anchor option in layout tab is not available for subforms.
Please, does anybody knows how it can be realized ? (if technically possible)
Edited by: Aurelio Bertaglia on Dec 16, 2008 12:04 PM

Hi,
Are you displaying your items in a table?Else it will be better if you can elaborate on the scenario.
Swar.

Similar Messages

  • Merging of cells of a dynamic table in adobe form

    Hi,
    I am trying to Merge 2 columns in a dynamic table in adobe form.The requirement is to merge column 3 and column 4 if column 4 is empty. I used the below javascript code in both "Form ready " and Initialize event of the row.
    if (this.Cell4.rawValue == " ")
    this.Cell3.colSpan = "2";
    this.Cell4.presence = "hidden";
    Note : Since above code was not working , i used the below code in my subform also but it did not returned desired output.
    if(Table22.Row1.Cell1.rawValue == " ")
    Table22.Row1.Cell3.colSpan = "2";
    Table22.Row1.Cell4.presence = "hidden";
    The problem is that in my dynamic table , its the second row where the requirement is fulfilled ie in the 2nd entry of my table the column4 is blank (the exact row number might change depending on input data).
    is there a way to loop in the dynamic table and check if column 4 is empty for a particular row.
    the above code does not help to fulfill my requirements. kindly help.
    Thanks
    Aditi

    Hello Aditi priya,
    Hope you are doing good..
    Please go through my recent blog..
    http://scn.sap.com/community/interactive-forms-by-adobe/blog/2015/01/02/merging-internal-table-cells-dynamically-in-sap-adobe-forms-using-java-script-code
    I hope you will find all answers from this blog..Reward if helpful...
    Thanks & Regards,
    B Raghu Prasad

  • Multiple images into a subform in a dynamic non-interactive adobe form

    I want to convert a set of images into a PDF (one page for each image) with Webdynpro. I'm trying with a non-interactive adobe form.
    I followed the tutorial "Dynamic Non-Interactive PDF Form".
    I've got a multiple Context node: 'Images' with a string attribute 'url' for each image.
    In the form, I've created subform1, and subform2 within. I put an image field into subform2, setting its url to: $record.Images[*].url
    and its script to: this.value.image.href = xfa.resolveNode(this.value.image.href).value;
    It doesn't work.
    If I add a field into subform2 binding it to url attribute, I can see some lines with the correct path for each image, but the image isn't displayed.
    It works with a single dynamic image in the page. What am I doing wrong?
    Regards
    Anibal Pozo.

    No. It's form scripting. In any case I'm working with Webdynpro Java.
    I tried this code in table 'initialize' event.
    for int=0 upto $record.nImages do
    Table1.Row1[int].ImageField.value.image.href = $record.Images[int].url;
    Table1.Row1[int].Cell4.value.#image.href = $record.Images[int].url;
    endfor
    Cell4 is a static image.
    In 04SP9, it show always the same image in the image field (first column), and alternating image in cell4 (second column).
    In 04sSP6, it shows always the same image in all the rows in both columns.
    Any idea? I didn't find any OSS related.

  • Populate Default Dynamic Filename In Adobe Form (On Click of Save in Menu) - SAP

    Hi,
    We have a scenario in which we want to populate the file name dynamically in Adobe form integrated in SAP Webdynpro.
    Scenario - 
    A adobe form has been intergrated in the SAP webydnpro application which opens the form in Web Browser (IE).
    There is a save button which is part of standard adobe form menu and on click of that save button (circled - 1 in image )  the name of the form ( i.e techincal name of adobe form created in SAP {ZTESTSS} ( circled - 2 in image ) appears.
    We want to change the default name to (employee_date_time ) on click of save.
    We have found a approch by using the folder level javascripts (http://forums.adobe.com/message/2266799#2266799%232266799).
    In case we use folder level scripts "where should we write the JavaScript code in the Adobe Form to trrigger the this script on click of Save Button (in the menu)?"
    Also is there any other apporch which does not require folder level javascript as its a security issue also we need to maintain in all the user systems.
    Please let me know the approch to address the issue.
    Thanks .
    Tausif

    Hi,
    you can't change the behavior of the save button in the browser nor in Reader/Acrobat.
    You can add a custom button within your form which calls a custom script from a folder level script using the browserForDoc method.
    The browseForDoc methos is the only one whcih can change the name in the saveAs dialog.
    Here's an example., you can run from Acrobat console.
    You need to combine it with the solution from the other thread to make it work with your form.
    http://forums.adobe.com/message/2266799#2266799%232266799
    var oRetn = app.browseForDoc({
        bSave: true,
        cFilenameInit: "MyForm.pdf",
        cFSInit: "",
    if (typeof oRetn !== "undefined") {
        this.saveAs({
            cFS: oRetn.cFS,
            cPath: oRetn.cPath,
            bPromptToOverwrite: false

  • Dynamic Text in Adobe forms

    hi all,
    I am working o adobe forms, i have to print a paragraph text which has both dymanic and static elemets in it. By putting all the text in a static text it works fine, but allignment does not happen properly.
    do we have something like  &.....& we have in smartforms.???
    I saw in a example in which  the variable was used  as  { } and that was dynamically filled at run-time... but i am not able to do  the same...may be i am missing some settings or something...
    Any help will be appreciated....in this regard.

    hi
    Check this
    Difference between Smart Forms and Adobe Form
    Re: Smart Forms & Adobe Forms
    Adobe forms
    /message/4983958#4983958 [original link is broken]
    Re: adobe forms
    adobe forms
    adobe forms
    adobe forms

  • Dynamic image in Adobe Form

    Hello experts,
    I have created a form with the transaction sfp and want to bind in an image. This image has to be dynamic, so that it can be changed, if necessary.
    Is it possible to have an image in a structure and this structure in the interface of the adobe form in sfp?
    The structure will be part of a web dynpro for abap context. So I will create the dynamic in the web dynpro component.
    Can someone help?
    Thanks a lot!
    Best Regards
    Ingmar
    Message was edited by:
            Ingmar Kroll

    Hi,
    The moment i make my context element of type BINARY ,
    the form does not display.
    It says "Failed to process request"
    Any suggestions?

  • Dynamic call for ADOBE FORMS

    Hi ,
    I want to call Adobe forms with dynamic table .
    Some one please explain me how I can implement this in ADOBE interface ?
    Any Pointers or Help higly appreciated.
    Thanks
    James

    hi
    Check this
    Difference between Smart Forms and Adobe Form
    Re: Smart Forms & Adobe Forms
    Adobe forms
    /message/4983958#4983958 [original link is broken]
    Re: adobe forms
    adobe forms
    adobe forms
    adobe forms

  • Dynamic Headers in adobe form

    Hi,
    I want to display dates as headers  in my form.How can I implement this?
    I am using this form in a ABAP WD application.
    I was able to get statis text on multiple pages but dynamic text is only appearing one time.
    I have created a new content area and page2 I have created a subform to hold header descriptions.
    I tried to bind it to a table which holds date values.headers are comming only in 2nd page there after they are not showing up.
    Rgds
    Praveen
    Edited by: PRAVEEN s on Apr 1, 2009 12:11 AM

    Hi Praveen,
    I am facing similar problem. Please go thru the below thread if you find time.
    http://scn.sap.com/thread/3205664
    Could you let me know how did u resolve?
    Thanks,
    Swami

  • Dynamic images in Adobe forms

    Hi,
        Can anyone tell me how can i display images from a URL , Adobe doesnt support href property from version 8.1...

    Try this,
    Re: Image field dynamic display employee photo
    Thanks and Regards,
    Siva

  • ADOBE Forms, dynamic images

    Hi to all,
    I'm working with Adobe Forms and I need to show the photo of an employee depending on his personal number.
    So I can´t put the location of the image directly on the URL box of the object.
    Does any one knows how to show jpg images dynamically?.
    I can do it with Smartforms but I don´t know how to with Adobe Forms.
    Thanks.
    Nico.-

    Hi,
    I'm working with Nico. We already could show photos dynamically in our Adobe form, uploading them into the Unix server (into AL11) and then referencing the path dynamically. But we still can't show the photos of the employees. The problem that we have now is that we would need a path of the photos on the server to be able to show them in the Adobe form, but we actually couldn't find the path where they are physically stored.
    The photos are being stored with ArchiveLink, using the content repository YE, which is configured as follows:
    Content Repository:                 YE
    Description: ...
    Document Area: ArchiveLink
    Storage type: SAP System Database
    Rep. Sub-Type: Normal
    Protocol:                 SAPAL
    Version Number: 0046
    Contents Table: ZCONT_DB --->> the structure of this table corresponds to the table SDOKCONT1
    Transfer directory:                 Z_GRAF_EMPLEADOS2
    Physical path: O:\DACON_RH\Sapgraf_prl\
    When calling 'HR_IMAGE_EXISTS' and 'SCMS_DOC_URL_READ' functions to get the URLs of the photos, those functions return URLs like this:
    SAPR3://SAPR3CMS/get/070/YE/45C3EED1A64E1956E10000000AFA081B/DATA
    but those URLs don't work in our Adobe form as the path of the photo (the photo isn't shown when we put that URL in the place of the path).
    Does anyone know where could be the photos physically stored or what can I do to solve this problem?
    Thanks!
    Dani

  • Adobe Form (Dynamic Imgae Display)

    Hello Frn's....
    I want to display image resides in SAP Server (SE78) dynamically inside the ADOBE form ..How can i achieve this ?
    Please provide the solution .
    Thanks and Regards....
    Priyank Dixit

    When you need to send a picture into the offline form: another image question - using Regular ABAP not web dynpro and Display a logo dynamically in adobe form
    Otto

  • How to create text vertically in ADOBE FORMS?

    Hi all,
    I need to create text in vertical position in ADOBE FORMS? How to do this..
    << Removed >>
    Thanks
    Devinder
    Edited by: Rob Burbank on Mar 3, 2010 1:40 PM

    I will recommend you to use smart forms ...
    the link below has the said topic discussed for smart forms ...
    Printing vertical text in Smartform
    Also there is a New tool called Adobe Flex whose integration with SAP is being discussed and worked upon in experimental stage .. the said tool has vertical text capability
    but its not recommended because of lack of extensive testing with regards to Association with SAP
    BR
    Manthan.
    PS it can be done in sapscript too but i will not recommend the same bcoz of the obvious trouble in doing the same.
    also if u still want to stick to sapscript
    Simple way is to use layout format like "X_65_80" or "X_90_120"
    Edited by: Manthan_R on Mar 4, 2010 6:24 AM

  • Dynamic Images in adobe

    Hello All,
    I have a requirement for dynamic images on Adobe form.
    I have some images stored on portal server in a afolder called images which gets upadeted every hour . I have developed a java webservice which can get this images from the portal server.
    The reponse of the webservice is like " http://<Hostname>:<portnumner>/images/abc.png". I have impoted this webservice as Adaptive webservice model in WD.
    I have executed this webservice in WD and binded the response to IFRAME UI element and I am able to images(http://<Hostname>:<portnumner>/images/abc.png).
    Now I want these images to be on the PDF.
    I have installed and configurred  ADS and binded the Webservice response as Datasource to the intercative form. I am able to see the datasourcse in the data view of the interactive form.
    Now when I bind the response to the Image Field UI element I am unable to see the image.
    Please let me know if anyone has any idea on this.
    Thanks,

    Hi Naresh,
    It's an issue with ADS. Exactly not an issue but a requirement. The server on which images are available, has to be exposed to ADS.
    Your Admin might help you on that.
    Regards,
    SV.

  • Add Subform dynamically,on click of Button, in Interactive form generated by Adobe Document Services

    HI,
    I have an XDP file designed by Adobe Designer 7.1 with the following hierarchy of elements:
    -form1(root)
    --Button
    --tmpForm (subform - Repeat subform for each data entry )
    ---ST (Text)
    Now, this XDP file generates an Interactive PDF form with Reader Rights enabled by the Adobe Document Services.
    On click of button, the following javascript is executed on client side:
    var df = _tmpForm.addInstance(1);
    df.ST.rawValue = "HI" ;
    xfa.host.messageBox( "Instances" + tmpForm.all.length ) ;
    On clicking the button, i get the length of the instances of the subform and the size increases on each click, but no element is added "visibly" to the pdf.
    But when i try to do the same by saving the XDP file as Dynamic PDF form for Acrobat 8.0,and open it using Adobe Acrobat PRO 8.0, it works fine.
    My question is,I s it not possible to add subforms dynamically in PDF's generated by Adobe Document Services with Reader Rights enabled?
    Or, is there something that i am missing?
    Please guide.
    Thanks.
    Regards,
    Siddhartha

    Hi,
    you can't change the behavior of the save button in the browser nor in Reader/Acrobat.
    You can add a custom button within your form which calls a custom script from a folder level script using the browserForDoc method.
    The browseForDoc methos is the only one whcih can change the name in the saveAs dialog.
    Here's an example., you can run from Acrobat console.
    You need to combine it with the solution from the other thread to make it work with your form.
    http://forums.adobe.com/message/2266799#2266799%232266799
    var oRetn = app.browseForDoc({
        bSave: true,
        cFilenameInit: "MyForm.pdf",
        cFSInit: "",
    if (typeof oRetn !== "undefined") {
        this.saveAs({
            cFS: oRetn.cFS,
            cPath: oRetn.cPath,
            bPromptToOverwrite: false

  • Change the position of subform in adobe forms

    Hi,
    I have a requirement to change the position of subform(y co-ordinate) in offline adobe forms.
    My subform is positioned and my code is:
    this.y = "10 in".
    Though this question has been answered a few times,I could not find the answer in any of them.
    Please suggest...
    Thanks and regards,
    Raka.

    Presenter doesn't have the same functionality for the TOC as Captivate. There is some wizardry that can be done if you want to adjust the look of the slide list.
    Work around was discussed in this thread: http://forums.adobe.com/message/1970468#1970468

Maybe you are looking for

  • I made a Keynote slide show completely on my iPhone.  Then I "saved to iTunes", but I cannot find it.  Where does it go?  Can anybody help?

    I made a Keynote Slide show completely on my iPhone.....300 slides.  Turned out great!  However, I went to "save it to iTunes"....but I cannot find it.  Where does it go?  I can't figure it out.....thanks!

  • Email Issue with wrong characters

    I tried to adjust the size and font on my email as it was hard to read and now some of my incoming email has strange characters in them. There are capital AAAAAAAAA with a box around them. I was wondering what I did wrong and what the default fonts/s

  • Report 2 a tcode

    hi everyone i hav a alv report which displays d sales quantity in each storage location..it running gud in d abap ediotor(se38)...now i should compile dis report by giving a transactio..,i,e,i shouldnt go 2 d edotor anymore...i should giv d transacti

  • Fixed a problem with OSX-Logic and a MOTU 828MkII

    I was having problems with my 828MkII using it with a new G5 and OS10.3.9. There were massive drop-outs. It was a new computer and everything was installed correctly and cleanly - there was no other hardware installed other than the MOTU, and no othe

  • When trying to restore ipod it says ipod is not mounted.

    Ok, i had a similar problem with my computer not seeing my iPod, well i managed to get that fixed and while itunes was putting the music back onto my iPod the computer crashed. When i open the updater to return it to factory settings the updater said