Finding adobe form name dynamically

Hi Guys,
I am working on Adobe forms.
I am using the same interface to multiple forms.
I want to find the currently executing form name dynamically in the form interface.
Based on the form i need to display the different data for some fields.
Regards,
Ramesh

Hi Larissa,
You can use the below code to resolve the naming issue:
Download_File is node mapped to the download link for PDF.
                         //Get the Attribute Info of Attribute for PDF
                          IWDAttributeInfo attrinfo = wdContext.nodeDownload_File().getNodeInfo().getAttribute(IPrivateViewName.IDownload_FileElement.DATA);
                          ISimpleTypeModifiable simpletype = attrinfo.getModifiableSimpleType();
                         //Get modifiable Binary Type
                         IWDModifiableBinaryType binarytype = (IWDModifiableBinaryType)simpletype;
                         //Set the File Name
                         binarytype.setFileName("FileName");
                         //Set the Mime Type to PDF
                         binarytype.setMimeType(WDWebResourceType.PDF);
Hope this resolves the issue...
Regards,
Arafat

Similar Messages

  • How to find the form name attached to AR Open item list

    How to find the form name attached to AR Open item list
    FBL5N -> Correspondance
    Thanks
    Ganesh

    You can find out in SPRO.
    Go to tcode SPRO
    Financial Accounting (New)
    Financial Accounting Basic Settings (New)
    Correspondence
    Define Form Name for Correspondence Print
    Here you will find the form attached to the program.
    To find the attached program to the Correspondence type.
    Go to tcode SPRO
    Financial Accounting (New)
    Financial Accounting Basic Settings (New)
    Correspondence
    Assign programs for the Correspondence Types
    Regards,
    Naimesh Patel

  • How to find the form name  from VA02 T.code

    how to find the form name  from VA02 T.code

    Hi Rajyam,
    I guess you are looking out for the formname which prints sales related documents.
    If this is what you want,then go to the T-code NACE and select the option K1Sales activities and click on the Output Types button on the top.The new window has all the types of Output types listed.Select the most appropriate and double click on the Processing routines button in the left side screen.
    The new window lists the program names and the forms associated with that output type.
    In case you have any further clarifications,do let me know.
    Regards,
    Puneet Jhari.

  • How set adobe form as dynamic

    Hello Everybody,
    I have a Java WebDynpro application with an adobe form. On adobe form is TextField and Button. On click event of Button I have javascript code:
    xfa.resolveNode("TextField").presence = "hidden";
    But it doesn't work because adobe form is static and not dynamic.
    I use SAP NetWeaver Developer Studio 7.0.08 and Adobe LiveCycle Designer 7.1. In Form Properties in LiveCycle Designer I have:
      XDP Preview Format: Dynamic PDF
      Override Default Rendering: checked
      PDF Render Format: Dynamic PDF
    If I save generated PDF and open it in Adobe Designer, I see, this is a static PDF. If I save it as Dynamic PDF, javascript works.
    How can I render my adobe form as Dynamic PDF?
    Thank you for your help!
    Michal

    Hi,
    I would like to add row and colume in my adobe form but i think i couldn't able to add due to the form is not in dynamic form.
    i insert your code that you provided in my wdDoModifyView
    if(firstTime)
         IWDInteractiveForm iForm = (IWDInteractiveForm)view.getElement("TrainingRequestForm");
         iForm.setDynamicPDF(true);
    however, it pop me with this error:
    The method setDynamicPDF(boolean) for the type IWDInteractiveForm is deprecated.
    do you know the reason? and how to solve it?

  • How set adobe form as dynamic *urgent*

    Hi,
    I wish to know how to set adobe form as dynamic in web dynpro 7 as my add and delete rows button can't work in web dynpro but can work successfully in adobe formDesigner.
    thank you

    Hi weilin,
    I'm not an expert on Java Webdynpro but i can give you my code in an Abap WebDynpro where i made it and where that works .
    Hope this will help you.
    Best regards.
    <i>
    In the view where my forms have to be display,
    go to methodWDDOMODIFYVIEW
    Here write this code according to Java requirement
    DATA:
        lr_interactive_form TYPE REF TO cl_wd_interactive_form,
        lr_method_handler   TYPE REF TO if_wd_iactive_form_method_hndl.
      CHECK first_time = abap_true.
      lr_interactive_form ?= view->get_element( 'ADOBE' ).
      lr_method_handler ?= lr_interactive_form->_method_handler.
      lr_method_handler->set_legacy_editing_enabled( abap_true ).
      lr_method_handler->set_hide_toolbars( abap_true ).
    Then you form will be display as interactive in your page
    </i>

  • How to find ADOBE form driver program

    Hi,
    How to find out ADOBE form driver program. I have form name and interface name. I want to know driver program.
    Thanks
    Ramesh

    Hi,
    You can the following two ways.
    1)Go to your Interface or the Form which you have created -> Use Display object list to see form and Print program that are linked to that Interface.
    2) You can use NACE transaction->
    Select the application type, and Click Output Types->
    Choose the Output type and Click on Processing Routines
    Here you can find the Driver program and and the Corresponding PDF Form.
    Regards,
    Amit.

  • Dimensions of Adobe Form element - dynamic?

    Hi,
    I have a Java WebDynpro Application that contains a ViewSet, with an adobe form in one of the cells. I would like to have the entire Adobe application frame(including the page number at the bottom) dynamically fit within the real-estate available on a given PC, but I am having issues accomplishing this.
    It seems that when defining the form element, it forces you to specify an exact vertical height of the form, say 700px, instead of allowing you to enter 100%, which to me would indicate that it should fill the available vertical space in the grid. When I enter 100% it shows only ~ 1 inch of my form. I can enter a fixed height, but the form displayed may be either too big (a 2nd scroll bar is provided by the WebDynpro in addition to the Adobe scroll bar) or too small (lots of unused space on the screen) for a given pc.
    Are there any tricks for configuring the form to have the height adjusted to the PC screen real estate dynamically? Is this a limitation within the View Set of the WebDynpro?
    Thanks in advance.

    Hi Todd,
    What we did is calculate the height and width based on the resolution of the client screen. Instead of directly accessing the Web Dynpro application via an iView, we merely access a portal application that redirects to the Web Dynpro iView. The portal application passes the screen resolution, obtained by some javascript (<i>screen.height</i> and <i>screen.width</i>), to the Web Dynpro application as URL parameters. Based on that information, the Web Dynpro application can calculate the optimal height of the form. It's far from perfect, but since we open the Web Dynpro application in a new, maximized, screen, it works reasonably well (although the tabs in IE7 do cause some trouble).
    Kind regards,
    Sigiswald

  • Find the form name

    Can any one tell me How I can get a form name in EBS.

    904632 wrote:
    Hussein - How to turn off any custom code or personalization that may have been done on this form
    Help > Diagnostics > Custom Code > Off
    How To Set Customization or Personalization ON/OFF on Oracle Forms (Doc ID 1501592.1)
    Thanks,
    Hussein

  • Changing adobe forms name while saving

    hi,
    i have made an application in which i am generating pdf form but while saving a default name 'f' is appearing which i need to change. I am unable to change pdf form name.
    Plz help.
    thanks

    I have no solution for you but this forum is related to FPM discussions. i am not sure you posted in a right forum.
    requesting moderator to (re)place this to right forum.

  • ADOBE Forms (Creating Dynamic Forms)

    I am currently creating a form using Adobe Professional 8. IT is three pages each created on separate form files (.pdfx). I combine the files into a PDF package.
    I want to link up the pages together so that when the user types in a value on the first page that it also appears on another box on the second and third page.
    I also want it to be filled using Adobe Acrobat Reader and saved, then submitted.
    If you want me to send you the forms so you know what im talking about please let me know.
    Let me know if you have any questions, comments, or concerns.
    Thanks for all your help in advance!
    Chris P.

    Ensure the fields which are required to be filled on multiple pages have
    the same field name, use the distribute form option and you're done.
    Jon

  • Adobe Forms and Dynamic Images

    Hi all,
    I have a table in my Interactive Form and I need to add a dynamic image for each row of this table according with the URL field of my node, so i've done the steps of the tutorial "Dynamic Non-Interactive PDF Form", adding a image field, setting none for default binding, setting the url field as $record.Images[*].URL and then, adding the following FormCalc expression to initialize the image: this.value.image.href = xfa.resolveNode(this.value.image.href).value;
    Well, my node Images return 3 records and when I run the app, the following message returns:
    Script failed (language is formcalc; context is xfa[0].form[0].dataSource[0].Images[0].subImageTable[0].subImageRow[0].imageField[0])
    script=this.value.image.href = xfa.resolveNode(this.value.image.href).value;
    Error: SOM Expression returned list when single result was expected
    Script failed (language is formcalc; context is xfa[0].form[0].dataSource[0].Images[0].subImageTable[0].subImageRow[1].imageField[0])
    script=this.value.image.href = xfa.resolveNode(this.value.image.href).value;
    Error: SOM Expression returned list when single result was expected
    Script failed (language is formcalc; context is xfa[0].form[0].dataSource[0].Images[0].subImageTable[0].subImageRow[2].imageField[0])
    script=this.value.image.href = xfa.resolveNode(this.value.image.href).value;
    Error: SOM Expression returned list when single result was expected
    So, anyone here knows how to add a dynamic image to a table row?
    Thanks in advance
    []'s

    I solved it now, just changing the FormCalc expression.
    Instead of using the expression:
    this.value.image.href = xfa.resolveNode(this.value.image.href).value;
    I used this:
    this.value.image.href = xfa.record.Images.URL;
    The URL value of Image Field, in this case is:
    <b>$record.Images[*].URL</b>
    And, to finish, I needed to add a Text Field bounded to  <b>$record.Imagens[*].URL</b>, case else the image doesn't appear.
    That's it!

  • Web dynpro Abap - Adobe Form Table Dynamic

    hi Friends ,
    I created one table in ADOBE interactive form  and i kept two button for row add and row delete in table
    it is working fine in Adobe fomr Preview form
    but i deployed in Web dynpro abap this functionality is not working is there any reason
    Pls give suggestion
    Regards
    Krishnan R.

    Krishnan,
    Check if the form is Interactive and also  have you installed Adobe Reader Rights on the server. If not please check note 736902 and ask BASIS to apply them.
    Chintan

  • Adobe Form name.

    Hi all.
    When i save the Form, in the "save" dialog box,i get a default file name which is too long. I know i can change it in the dialog box, but how can i change this default name?
    thank you
    Larisa.

    Hi Larissa,
    You can use the below code to resolve the naming issue:
    Download_File is node mapped to the download link for PDF.
                             //Get the Attribute Info of Attribute for PDF
                              IWDAttributeInfo attrinfo = wdContext.nodeDownload_File().getNodeInfo().getAttribute(IPrivateViewName.IDownload_FileElement.DATA);
                              ISimpleTypeModifiable simpletype = attrinfo.getModifiableSimpleType();
                             //Get modifiable Binary Type
                             IWDModifiableBinaryType binarytype = (IWDModifiableBinaryType)simpletype;
                             //Set the File Name
                             binarytype.setFileName("FileName");
                             //Set the Mime Type to PDF
                             binarytype.setMimeType(WDWebResourceType.PDF);
    Hope this resolves the issue...
    Regards,
    Arafat

  • Find Current Form name from SQL or Unix Prompt.

    I have five oracle forms
    FORMS1.FMB
    FORMS2.FMB
    FORMS3.FMB
    FORMS4.FMB
    FORMS5.FMB
    I am using call_form function calling from FROMS1 to FORMS2, FORMS2 TO FORMS3, and FORMS3 to FORMS4 and FORMS4 to FORMS5.
    There are 3 users using this application. The user’s current forms may be FORMS3 or FORMS4 or FORMS5.
    From OS (Operating system) or ORACLE SQL Prompt, I want find which user using which form.
    Pls help me to find the solution.
    Thanks, Raghu.K

    Raghu,
    if you need this information, trace it in a database table and get it from there.
    Frank

  • Dynamic row counter column in Adobe Forms

    Hi Guys,
    My table in Adobe Forms is dynamically created with Conditional Breaks. I want to display 1st column as Sr.No. displaying row counter for tables on each page.
    Anyone have idea how to achieve the same.
    Sr.No
    Name
    Address
    1 (generated in adobe forms dynamically)
    xyz
    awsaxa sadsad
    2 (generated in adobe forms dynamically)
    abc
    asds  sad ads
    so on......
    Regards,
    Naveen

    Hi Guys,
    Not able to find any counter variable for table. So what I did is inserted the counter logically before calling Adobe forms driver program.
    FYI.
    Regards,
    Naveen

Maybe you are looking for

  • How to add Custom Attributes in the SOAP header for OWSM

    Hi, I like to know how to add the Custom Attributes in the SOAP header for OSWM username token authentication. Currently we are getting the header element like <wsse:Security xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecur

  • How do I disconnect text in left margin from the main text box

    I've used a template that has a graphic and text in a wide margin on the left side of the page. The margin is set at 2.75, where a a single column text box resides, containing much more descriptive text. It seems the material inside the left margin i

  • ICloud Keychain won't use stored password -- why?

    I have a problem with exactly one website -- www.fltplan.com -- that won't store play nicely with iCloud Keychain (in Safari, on Mavericks).  I have a password already defined for this site in iCloud Keychain, but when I go to this site it prompts me

  • Handling large wave files

    Hi, I got a 2gb wave recording of a live gig. What I want to do is to clean it, add some effects and finally export it into separate mp3 files - one for each number. What would you do? I've tried blading the wavefile and moving them to each separate

  • Domain User Profiles Unknown??

    I have 6 Panasonic Toughpads and when plugged directly into the network they work fine. However, when disconnected from the network, they will only log into the last user account signed in. when I go to user profiles when connected to the network it