Adobe form - Dynamic resizing and UI elements access with relative path

In the form, there are 190+ fields, grouped nad divided into different sections. We have section(subform) and field(UI Element) configurations in which we need to make Form ui elements invisible based on section/Fields.
eg. < Code Snippet>
if(SectionsList<i> == <SectionName1>)
          Page1.Section1.Field1.presence     =  "hidden";
                Page1.Section1.Field2.p1esence     =  "hidden";
          <.. rest of fields>
if(SectionsList<i> == <SectionName2>)
          Page2.Section2.Field1.presence     =  "hidden";
                Page2.Section2.Field2.p1esence     =  "hidden";
          <.. rest of fields>
Here we are using absolute path for the the ui elements which includes page numbers.
The requirement is whenever we make a section or a field invisible the form size should get resized.
e.g.let us say we suppress 2 sections occupying 3 pages of total 8 pages of the form, then the rendered form should have only 5 pages
There are two issues here:
1) When the UI elements of section are hidden, the section is not getting shrinked or resized
2) Let us say above issue gets resolved and section gets shrinked; how can we locate the UI element using script? Currently we have coded java script for hiding UI elements by giving absolute path of UI element i.e. for example   Page1.Section1.Field1

Hi Ganga,
Yes at the time of design itself I will have the fields for one entity in a subforms flowed.
and all these subforms into a large subform flowed. if there are some special fields they will be into a different subform.
with is you will have a freedom of manuplating any subsection and since all the subforms are flowed it will automatically wrap up.
In your case I dont find a reason to have a every single filed in one subform and is flowed unless your form is something like a single column / pillar like Qutub minar.
If you can send me your xdp file, i can fix the design issue and can check whats resetting your form data.
Cheers,
Sai

Similar Messages

  • Can I still download Adobe 9 Pro Extended and will it work with Windows 8 64 bit?

    Can I still download Adobe 9 Pro Extended and will it work with Windows 8 64 bit?

    It is not clear what application you mean when you say Adobe 9 Pro Extended, so it ois not certain if it is available for you to download.  If you can diownload it, it will only be valid for a 30 day trial unless you already own it and have a serial number to activate the trial with.
    You can search the following site and see if you can find the trial version to download... this site is the only likely place you might find the software available for download.
    If you find it there, be sure to follow the steps outlined in the Note: Very Important Instructions section on the download pages at this site or else the download will not work properly.
    http://prodesigntools.com/tag/ddl

  • Adobe Pro XI deletes and/or replaces letters with blank spaces or an x

    How do I fix the problem where Adobe Pro XI deletes and/or replaces letters with blank spaces or an x.
    This is really annoying to have to go back to each thing I type into a document and re-choose the fonts to get them to be correct.
    Thanks for your help!

    Adobe is a company, not a program... do you mean ACROBAT Pro?
    If yes, this is the Premiere Pro video editing forum, you need to go to http://forums.adobe.com/community/acrobat

  • How to handle Adobe Form - Dynamic Tables.

    Experts:
    I am new to Web DynPro for ABAP and Adobe Interactive forms.
    I have created a Adobe form with dynamic table. When I submit the form, WD4A is able to read only the first row of the table. Other rows are getting lost.
    I thought just binding with the context will trasfer data from Adobe to WD4A. But it is not happending.
    Do I need to write any code in WD4A and any script in Adobe Designer?
    Can any one send me a sample code (ABAP and JavaScript). Even link to that will be very useful.
    Thanks,
    Vijai

    Thomas:
    My context is as follows.
    <CHANGING>
      <REQUISITION_ITEMS>
        <ELEMENT..1>
        <ELEMENT..2>
        <ELEMENT..3>
    The cardinality of <CHANGING> node is 1..1 and the cardinality of  <Requisition_items> is 1..n.
    Thanks
    Vijai

  • ADOBE Forms Central - add and remove rows (PDF Form)

    Hello, I am currently evaluating ‘ADOBE Forms Central' to set up a form with editable fields. I have set up a test form in ADOBE Forms Central and was unable to insert an option to add and remove rows similar to the print screen attached. Is this possible to do using ADOBE Forms Central or should I be using
    a different ADOBE application? Thank you, Liz

    A dynamic XFA PDF form can do this. You can create such forms with LiveCycle Designer, which was included with the Windows version of Acrobat Pro prior to version 11. It is now a separate product.
    XFA forms can't be used with FormsCentral, however, only Acroforms can.

  • Adobe Form: Dynamic vlaue for Include text name. Script Coding

    Hi,
    Situtation:
    Need to print  an 'Include Text' in the Adobe form.
    The key texname for the include name is dynamic -  invoice number + position number.
    I have created a Global Data variable item_textkey and assigned it to the inculde textname in 'Context'.
    The Problem is I dont know how or where to assign a value to this global data variable at runtime, so the right include text is pulled up.
    I tried the code in the "FormCalc' of the text field. But it doesnt work.
    $record.ITEM_TEXTKEY = Concat ($record.IS_VBDKR.VBELN, $record.IS_VBDPR.POSNR)

    Try the following in initialize event of the main subform
    $record.ITEM_TEXTKEY.rawValue = Concat ($record.IS_VBDKR.VBELN.rawValue, $record.IS_VBDPR.POSNR.rawValue)
    Chintan

  • To make TEXT field in adobe forms dynamic

    Hi Experts,
    I have requirement in adobe forms where based on certain condition I want change the TEXT field accordingly.
    Example if material number in of gas type than text will be "GAS MATERIAL" and then populating corresponding material number.
    If itu2019s of hard goods type than text has be "HARD GOODS MATERIAL".
    Please let me how this requirement can be achieved ASAP.
    Thanks in advance.
    Regards,
    Aks.

    Hi,
    Yes you can definitely make a field dynamic. Bind the text fields with varibale of type Material Number and its description which will have to create in the context (Interface) of the adobe forms. These values you can pass from your driver program or Web-Dynpro.
    Regards,
    Runal.

  • Change the image in the statice adobe forms dynamically based on condition.

    Hi Experts,
    Could you please explain how to change the image dynamically in the static adobe forms based on certain condition/calculation.
    Thanks in Advance.

    One of the very few options you have is loading them all into the form as embedded images, and then dynamically making the visible and hidden depending on your conditions.
    Dynamic loading of images (from a URL or remote location) was completely removed from Interactive Forms a while ago as it was deemed insecure. (and it is)
    The second option is loading them all into your SAP system and then making a webservice which you call with a trigger to return you the binary form of the image, which you can read by creating the correct type in the Context.
    Kind regards,
    Frederik-Jan.

  • 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 object selection/control

    Hi,
    I am very new to using the Acrobat Form building tool. I am currently using it in conjunction with Adobe LifeCycle designer 8.
    I would like to create a form which behaves like an xHTML doc, and client-side JavaScript.
    I would like to be able to create groups of objects (Text, textboxes, comboboxes, etc), that can be shown or hidden depending on user selection/input in a different control/object. This is a pretty general question, but I am having difficulty finding documentation on how to approach.
    This may be more difficult. The form will live in a folder on a shared drive. When the user completes and submits the form, I need for it to do the following:
    Email to a specific address, depending on a user selection of a combobox value on the form.
    Then create a copy of itself in a subfolder in the same shared drive, with a dynamically generated unique title/id (like a database key field).
    Are any of these things possible. I would probably just create an xHTML form to do this, but currently we do not have a web server available to house such a form. And the portability of the Acrobat forms seems useful and practical in the long run.
    If someone could point me in the right direction, website and/or online PDF publication, I would be ever so grateful.
    Thanks so much for your help.
    Kind regards,
    Jessica

    >I am very new to using the Acrobat Form building tool. I am currently using it in conjunction with Adobe LifeCycle designer 8.
    This doesn't seem to relate to Create PDF Online, a web service from
    Adobe. I recommend the LiveCycle Designer forum.
    Bear in mind that e-mail submission of PDFs is really, in my view, a
    tool for testing. Any serious usage would use a web server, just like
    an HTML form.
    Aandi Inston

  • 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

  • Formatting ADOBE forms dynamically

    I am creating a pricing letter in ADOBE forms which will be called through an ABAP program. I want to change formatting of some of the fields dynamically on the basis of fields values. e,g. If I want to change Font size or color of the fields on the basis of field value how can I do this?

    The example I gave you above is FormCalc scipting.  As far as documentation, I am not aware of a any site that has the events and properties documented.  I, like yourself, had a difficult time figuring out the syntax for dynamically changing properties.  I have a training class book that I got from one of my colleagues which has helped some.  AdobeForms does not have a debugging tool as far as I know.  I will be happy to help you out if I can but I am by no means an expert.

  • I tried to install windows 7 in my macbook pro late 2011 but i tried to create partions after it installed and it turn to dynamic disks and ican't access mac or win 7 what should I do i cant format it because i dont have a backup

    I tried to install windows 7 in my macbook pro late 2011 but i tried to create partions after it installed and it turn to dynamic disks and i can't access mac or win 7 what should I do i cant format it because i dont have a backup

    It's not that you can't format it because you have no backup, it's because you'll lose everything when you do. Lesson learned. Always have a backup.

  • Installation for Adobe Acrobat Standard 9 and Premiere Elements 8

    Hey guys,
    I was hoping to see if anyone could help me out with this. I recently bought a new laptop, and obviously, I was stuck a few days moving everything from my old one to my new one. So when it came to install the Adobe Acrobat Standard 9 in the new computer, I noticed that the installer here at the Adobe Web Page is not accepting my serial number for that product. And additionally, I don't see the installer for the Premiere Elements 8 and I don't know if the Photoshop Elements 8 installer in the web page is gonna do the same thing like the Acrobat Standard 9. Hope to hear from you. Thanks in advance.

    Hi DJRicky7,
    You can download Premiere Elements 8 from the direct download links available at: Direct Download Links for Lightroom 3 and Photoshop Elements 8 | ProDesignTools
    Please make sure you follow the important steps mentioned on the page before initiating the download.
    For Acrobat 9 Std. you can click on the link: https://sendnow.acrobat.com/m/g.ashx?i=rol7pInCLAR6FfBXHhVUfA&x=qPtk3SqdJjawgwvDY49b3A
    Regards,
    Rave

  • How to Change the Visible property of Adobe Form Dynamically - URGENT

    Hi,
        I am woking on a scenario where when I click a button in Adobe Form,
    another Adobe Form should be displayed. This is using Web Dynpro Java.
    For this I have made the second form invisible and I want to make this VISIBLE when the button is Clicked. I am unable to get a method where this property of interactive form can be changed.
    Also, If there is any other way this can be done please let me know.
    I am using NWDS 7.0.09 with Adobe Live cycle designer 7.1.
    Thanks in Advance,
    Vasu

    You need to get the handler to the adobe form in your webdynpro program. If you are using webdynpro for java the following code snipped could be useful...
    IWDPDFDocumentInteractiveFormHandler iFormHandler = WDPDFDocumentFactory.getDocumentHandler(wdThis.wdGetAPI(),"YourAdobeForm");
         // Get appearance setter. 
         IWDPDFDocumentAppearance appearance =
              iFormHandler.getDocumentContext().getAppearance();
         //appearance.
         // Set page layout option
         appearance.setPageLayout(pageLayoutOption);
         // Set show option.
         appearance.setShowOption(showOption);    
         // Hide menu bar.
         appearance.hideMenuBar(true); 
         // Hide tool bars.
         appearance.hideToolBars(true);
         // Hide window controls.
         appearance.hideWindowControl(true); 
         // Show full screen.   
         appearance.showFullScreen(true);
    Reward points if the post is helpful
    Thanks!
    Surya.

Maybe you are looking for

  • Search a value in one field contained in different tables

    In my database, a field name is used in more than one table. For example, the field 'ITEMCODE' is available in TABLE1, TABLE2, TABLE3, etc... Can anyone please suggest a query to search a particular value in this field in all tables ? Thanks for your

  • Oracle 8.1.6 Installation Issues

    I've tried to install Oracle 8.1.6 many times with no success. Installing the "Typical" configuration works fine until it is 90% done with creating the starter database. Then, I will get an, "end of file on communication channel" error message. The d

  • Best Book for Swing Programming

    Can anyone tell me the name of a swing related book which covers all the major topic of swing programming. Thanks in advance

  • Narrative Report-Edit Option?

    Hi Is there any option to edit once the narrative report generated through weblink.? (i.e we have rdf for refresh,download,print,similarly any way to edit the report content) regards sowm

  • Installing Creative Cloud & Photoshop

    I installed the cloud as I'm trying to install Photoshop (trial) and when the cloud installed it popped up but it's just black.. there is nothing giving me the option to install Photoshop.It just says "Creative Cloud" at the top and then there is not