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

Similar Messages

  • 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

  • Guided Procedures Adobe form callable object GRANT POINTS!!!!

    Hi,
    I am trying to add Adobe form to the GP. I created a simple form template .XDP which contains only two element to test in GP
    I created CO  no problem based on XDP.
    When I am trying to preview my GP I see the following functional error :
    No activity is currently selected
    or if the CO is attached to the first block for execution this one:
    The next activity is not yet available: try again later using the "Refresh" button
    Any Ideas ? 
    Any other COs including WD app COs and other types of callable objects in the same GP work just fine
    Thanks
    Denis

    Hi Satya,
    Thanks for your reply.
    I got my mistake with the help of my colleague.
    I had missed to add the below code in wdDoModifyView. It now works well :
    Code I added is this -
    IWDInteractiveForm iForm1 = (IWDInteractiveForm) view.getElement("InteractiveForm");
    iForm1.setDynamicPDF(true);
    Thanks,
    Best Regards,
    Suyukti B N

  • 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.

  • 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 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 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.

  • Smart form dynamic tray selection on printing

    Hi Experts,
    I have a requirement in smart form that need to output the a particular invoice to a particular tray a printer. For e.g. tray 2.
    I have added TRY02 to the resource name of the pages in the smartform, but still the invoice is being printed to the default tray of the printer.
    I have done a test to that printer by printing the SAPCRIPT-TRAYTEST from SO10, and the output is being printed correctly i.e. to the different trays. So I guess the printer has been configured correctly.
    Is there any additional configurations that need to be done for smart forms for the tray selection works correctly? And, is it correct the way I implemented the functionality in the smart form?
    Can someone help please?
    Thanks in advance
    Regards,
    Zaheed

    Hi Experts,
    I have a requirement in smart form that need to output the a particular invoice to a particular tray a printer. For e.g. tray 2.
    I have added TRY02 to the resource name of the pages in the smartform, but still the invoice is being printed to the default tray of the printer.
    I have done a test to that printer by printing the SAPCRIPT-TRAYTEST from SO10, and the output is being printed correctly i.e. to the different trays. So I guess the printer has been configured correctly.
    Is there any additional configurations that need to be done for smart forms for the tray selection works correctly? And, is it correct the way I implemented the functionality in the smart form?
    Can someone help please?
    Thanks in advance
    Regards,
    Zaheed

  • Adobe Form - Reference Object

    Hi All
    Could someone please explain to me what the "Reference object" in Adobe For used for - Thanks

    Hi Liem,
    It is well explained with examples in the life cycle designer help. Go to help(By pressing F1 or from menu) and search with keyword "reference object" in designer help. You will find solution to your query. The designer help is much suitable for this query.
    Regards,
    Vaibhav Tiwari.

  • Dynamic Object Selection

    Lets say I have buttons named btn1...btn50. Without requiring 50 if statements, how would you go about retrieving (for example) button 33 given some input of 33.
    I have done this in (very ugly) javascript code using the eval method, but I'm wondering if there is a way to do this in C.
    This is what I'd like to do:
    - (IBAction) buttonClicked:(id)sender {
    NSString *buttonName = [NSString stringWithFormat:@"%@%@", @"btn", (UIButton *)sender.currentTitle];
    UIButton *myButton = // Retrieve the button by it's object name
    I know you can do
    if( sender == btnObject ){ }
    but i'd really like to not have to do that 50 times.

    Not sure that's appropriate for the situation you're describing, but all the metaprogramming concepts are generally found in here:
    http://developer.apple.com/documentation/Cocoa/Conceptual/ObjectiveC/Articles/ch apter14_section_1.html#//appleref/doc/uid/TP30001163-CH9-CJBBBCHG

  • 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

  • Adobe Forms dynamic number of pages  in Webdynpro

    Hi Experts,
    My requirement is to display a paragraph in PDF format. The paragraph varies for each employee. The text are stored in a table as GUID.
    I am converting the GUID text using read_text function module. The output is of TYPE TABLE OF tline.
    Below is the code that I am using the display output in pdf.
    CALL FUNCTION lv_fmname
          EXPORTING
            /1bcdwb/docparams  = ls_fp_doc
            zcit                              = *lv_citation*
            zsignam                      = lv_signam
            pernr                           = lv_pernr
            ename                         = lv_ename
            desig                           = lv_desig
            zdate                          = lv_date
            zyears                        = lv_years
          IMPORTING
            /1bcdwb/formoutput = ls_formout
          EXCEPTIONS
            usage_error        = 1
            system_error       = 2
            internal_error     = 3
            OTHERS             = 4.
    In the above code I have converted the tline format to string and passing that as lv_citation. So in the PDF I am getting a single paragraph as output. I want to get the output with the formatting also.
    I tried to pass that tline format to the above function module and its giving some error.
    Is this possible to get the output with the formatting available in lt_tline?

    Dear Vidhya,
    that sounds very crazy.
    If i use tline_tab for the param and in the fm, the whole construction works without any problem.
    Can you explain more about the implementation in the layout (or is there an error while calling the fm with the "wrong" type??)
    Also have a look at this thread: [click me|filling a textedit ui through an internal table;
    Declare a itab of type string_table.(say lt_string)
    Loop at itab(the actual data) into wrkarea.
    concatenate all fileds of wrkarea into a string variable.(say lv_string)
    APPEND lv_string TO lt_string.
    ENDLOOP.
    Bind lt_string to a context attribute of type string_table.
    Bind the attribute to the "value" of textedit.I remember doing somthing like this
    and it  seemed to work.
    To show multiline text you'll need to be using a text edit UI element
    (with read only flag checked) not a text view UI element.

Maybe you are looking for

  • Error message:  "The attempt to burn a disc failed.  An unknown error"

    Anyone having this error message after attempting to burn a disc? I have 6 discs sitting here ruined after this happened consistently. Called Apple tech support. Said they never heard of this. What can I do to resolve? Tried doing the iTunes update a

  • How can I download version 10.7 of itunes for my 10.5.8 OS X Macbook?

    I can't transfer music from my Mac OS X Macbook (which has version 10.5.8) to my new iPod touch 5th gen because it requires iTunes 10.7.  But because my computer is 10.5.8 (and can't get any updates for later versions), I don't think I can even downl

  • Songs not syncing after disabling iTunes Match

    I subscribed to iTunes Match a week ago and uploaded my library. Then I enabled iTunes Match on my iPhone 4S and my iPad2. Yesterday I decided to disable iTunes Match on my iOS devices and synced them with my MacBook again. Now the problem: About hal

  • Help on PE02 - Rule

    I have a rule (ZHEL) that I have created that will calculate a 5% premiun on all wage types that have a premium number from CATS. There is one exception to that. We have a meal payment that should not receive the payment.  I have the rule in 2 parts

  • Lightroom and cropping - how accurate is it?

    Has anyone noticed the in accuracy of the cropping in Lightroom (beta 4.1)???? I'm not sure if its just me but if you crop an image in lightroom, for example, custom size, 8 x 6 (I assume its inches), and then export the image to a given resolution (