Problem more forms in one file

Hi,
I have a problem:
I have made a form (http://www.taxikemperman.nl/Urenbriefje.pdf)
This is working fine for me, but when I will made more forms and want to combine this into one file than I have a big problem:
All the forms get the same input!
How can I combine this files to one and still have the different forms?
Thanks for your reaction

You'll probably find that the fields in both forms have the same Name, so will take the same value when combined. In your 2nd or subsequent forms, use the Select Object Tool to show your fields, Right-click to open the Text Field Properties and on the General tab edit the Names so that they are different to the first form.

Similar Messages

  • Saving several pdf forms to one file

    Hi to all,
    I create ADOBE form and save it from the printing program.
    I call to the form in loop, evry time I send it diffrent data.
    I want the all the forms will be saved in one file.
    I see that the file that created is getting bigger in evry loop, but when I try to opwn it in Acrobat Reader (not from sap) I see only the last page I saved.
    Please review the code and tell me what I am doing wrong:
      CALL FUNCTION 'FP_JOB_OPEN'
        CHANGING
          ie_outputparams = fp_outputparams
        EXCEPTIONS
          cancel          = 1
          usage_error     = 2
          system_error    = 3
          internal_error  = 4
          OTHERS          = 5.
      IF sy-subrc <> 0.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
      LOOP AT lt_emp_details INTO ls_emp_details.
       CALL FUNCTION '/1BCDWB/SM00000018'
        CALL FUNCTION l_fm_name
          EXPORTING
            /1bcdwb/docparams  = fp_docparams
            ls_emp_data        = ls_emp_details
          IMPORTING
            /1bcdwb/formoutput = fp_result
          EXCEPTIONS
            usage_error        = 1
            system_error       = 2
            internal_error     = 3
            OTHERS             = 4.
        IF sy-subrc <> 0.
          MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                  WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
        ENDIF.
    filename =p_path.
        CALL FUNCTION 'SCMS_XSTRING_TO_BINARY'
        EXPORTING
          buffer          = fp_result-pdf
           append_to_table = 'X'
        TABLES
          binary_tab      = gt_file.
        cl_gui_frontend_services=>gui_download( EXPORTING
        filename = filename
        filetype ='BIN'
        append = 'X'
        CHANGING
        data_tab = gt_file ).
       PERFORM download_file.
      ENDLOOP.
      CALL FUNCTION 'FP_JOB_CLOSE'
        IMPORTING
          e_result       = result
        EXCEPTIONS
          usage_error    = 1
          system_error   = 2
          internal_error = 3
          OTHERS         = 4.
    Thanks in advanced
    Chaya.

    Hi,
    The problem is that on every form you fet while calling the function module, you get the header information of an ADOBE Forms so when you try to open it you will see the latest one ...
    The ideal solution is to merge all your document into one , unfortunately it's not possible while using ADS in SAP .
    An alternative for your problem is to modify your form in order to have page break while changing of forms . Then you will retrieve only one form with all page and that should work.
    Hope this is clear and help you .
    Regards.

  • Smartforms - How to call more form in one print propgram ?

    Hello expert,
    how is possible call in one time more forms.  The forms are the same, and I have to print ( and print preview ) all togehter
    and not one to one .
    What is the parameters to use ?
    tks,

    U loop ur internal table with 10 document no's in the internal table.
    Now, in the loop u call the Smartform FM..
    eg:
      CALL FUNCTION 'SSF_FUNCTION_MODULE_NAME'
         EXPORTING  formname           = itab-form_name
                    variant            = ' '
                    direct_call        = ' '
         IMPORTING  fm_name            = fm_name
         EXCEPTIONS no_form            = 1
                    no_function_module = 2
                    OTHERS             = 3.
    LOOP at itab.
    call function fm_name   "smartform Function name
    endloop.
    or, u can also do this, by calling SSF_OPEN & SSF_Close.
    Hope it helps!!
    Rgds,
    Pavan

  • Creating a multi-page fillable form using one file

    I have a single page fillable form that I need to make multipage using the original form.  In other words, I want the same form on many different pages.  When I combine the files, I get the message that form fields with the same name will be merged into one field.  The result is that all of the fields on the different pages will have the same information in the field.
    Is there a way to create a multi-page document without having to rename all of the form fields?

    Unfortunately, the only way I can thin
    k of is changing to Field1, Field2, Field3
    etc. (example for the first field) for each successive page.
    Extra line breaks kindly provided by the non updated software of this site.

  • JSP page messes up when there is an error with one file.

    Good morning/afternoon/evening.
    I am not sure if this a JSP or error handling or XML type question and so I have posted here only.
    I have a JSP page that loads a series of XML files, the only problem is that if one file has incorrect syntax then the whole page fails, I was wondering if there is anything in the way that I should structure my JSP code, or if there was a way to test if my xml file was vaild before trying to load it, many thanks in advance.

    You could also put try/catch statements around each individual xml import.
    That way if one fails, you print an error message for that one, and then continue.
    If you use JSTL it has a <c:catch> tag for exception handling, and several powerful XML handling features.

  • Open more than one File in Forms

    Hi,
    my Question is if there is a possibility to open more Files(Text-Files) then one File.
    That means that if I press my Button in Forms the Program should open all Files in a Folder.
    Can I do this with a LOOP.
    Example:
    LOOP
    in_file:=TEXT_IO.FOPEN('c:\test\*.txt','r');
    END LOOP;

    Yes of course - you'd want to store each file handle in a separate variable though - otherwise how would you reference them to read or write?
    You also need to be careful about closing all the files you open as well.
    You can use a PL/SQL table array to hold the file handles:
    e.g.
    Type fileArrayType is Table of TEXT_IO.FILE_TYPE index by binary_integer;
    FileArray fileArrayType;

  • Problem with opening more then one file in Adobe Acrobat X Pro - nvd3dum.dll

    Hello,
    I have Adobe Arobat X Pro version: 10.0.1.434. Everything works great up to now. Last time I done upgrade my system to windows 7 64bit with SP1. When I open pdf file in adobe acrobat everything works great, but when I open second file, I receive this problem that Adobe acrobat stopped working and I receive this error : nvd3dum.dll. I have red somewhere that it will be due to driver to graphic card or DirectX. I upgraded them to a new but nothing, problem still remained.
    Here is problem details:
      Nazwa zdarzenia problemu: APPCRASH
      Nazwa aplikacji: Acrobat.exe
      Wersja aplikacji: 10.0.1.434
      Sygnatura czasowa aplikacji: 4d457194
      Nazwa modułu z błędem: nvd3dum.dll
      Wersja modułu z błędem: 8.17.12.6658
      Sygnatura czasowa modułu z błędem: 4d27c323
      Kod wyjątku: c0000005
      Przesunięcie wyjątku: 003814fb
    Anybody tell me what must I do to disolve problem to open not only one but two, three .... and so on. Has anyone noticed the same problem at home?
    Thank all for advice
    marbross77

    Hello Dave
    the Problem affects all Uniplot 3d Files. I start with an Excel or .txt file with 3 columns and uniplot creates an engine diagram similar to this one: http://www.uniplot.de/documents/de/_images/Uni_BSP7-2.png
    Uniplot can Export this as a .u3d but it can not be opened with Adobe. Then I tried to open the .txt.file with MeshLab. I can see the correct Points (which Uniplot uses to create the engine diagram) but of course they are not connected. If i Export those Points in MeshLab as a .u3d file, Adobe can not work with it.
    I do not know how to deal with this Problem. Do you have any suggestions?
    Thanks in advance for your help

  • File upload problem when form consists of more than 5 elements

              Hi,
              I noticed some bizarre behaviour that only occurs when going through an ssl proxy
              link to httpclusterservlet on our clustered environment, does not occur without
              ssl proxy.
              I have two different multipart forms One of them has:
              1.one file upload field and 7 other input fields
              The other one has:
              2.one file upload field and 2 other input fields
              Number 2 works as expected,
              but number 1-- it appears as if my servlet is called twice and the stream is corrupt--
              for example it starts of with the boundary, but after the fifth element half it
              gets cut off and then my servlet is called again with the remaining elements leaving
              off with where it was cut off.
              I don't think this is normal behaviour.
              Any ideas?
              

              Hi,
              I noticed some bizarre behaviour that only occurs when going through an ssl proxy
              link to httpclusterservlet on our clustered environment, does not occur without
              ssl proxy.
              I have two different multipart forms One of them has:
              1.one file upload field and 7 other input fields
              The other one has:
              2.one file upload field and 2 other input fields
              Number 2 works as expected,
              but number 1-- it appears as if my servlet is called twice and the stream is corrupt--
              for example it starts of with the boundary, but after the fifth element half it
              gets cut off and then my servlet is called again with the remaining elements leaving
              off with where it was cut off.
              I don't think this is normal behaviour.
              Any ideas?
              

  • How can i transfer more than one file from server to client

    Hi,
    our requirement is transfer more than one files from server to client using the
    webutil_file_transfer.as_to_client_with_progress.One file transfer is already working in our system.If anybody know the solution please inform
    regards
    mat

    just an idea ...
    for this purpose let us put aside security concerns and other potential problems....
    -- Get the content of a server directory with Filter and create zip file
    1) create a class that implements java.io.FilenameFilter ...
    2) define accept() method ...
    3) call File.list() with the filter as a parameter. The returned array of strings will have all the names that passed through the accept() filter
    4) use java.util.Zip to create ZIP file on the server side
    -- I think it is better to create this functionality as a separate Java class, put it in required folder and after it
    -- use Forms->Program->"Import Java class" to create pl/sql wrappers, than to create wrappers for all classes and code in pl/sql
    5) use webutil to transfer file on the client
    6) use Java on client side to unzip transferred file
    if you think this is not too complicated, you should try ...
    Regards,
    Vladimir

  • Can not color label more than one file at a time

    Hi,
    I've had this problem since 10.6.6-ish, i can not color label more than one file at a time in the Finder.
    Wether i select two, twenty or twohundred only one file gets color labeled.
    It doesn't seem to matter if i assign a color label through the File menu or right click > label.
    Figured a re-install might fix this but it hasn't (even a clean install without restoring any kind of backup).
    Does anyone else have this issue and/or a fix for it?
    Thanks,
    Jay

    Aaaaanyone ?

  • How to show two or more PDF in one PDF-Reader / Concatenate PDF-Files

    Hi,
    I want to show two or more PDF files in one PDF reader window or to concatenate two or mor PDF files to one file.
    We use WD4A and ADS.
    Have someone an idea to solve this without an external program?
    Thx in advance
    Jürgen

    We have done this successfully a few times using WDA - it wasn't easy - it took us 2 full weeks to figure it out, so i need to get full points for this one!
    It's going to much easier to do this if you start a brand new WDA. If not, you'll have to re-do all your Context Node navigations within your methods.
    The first thing you need to do is to define your Context properly:
    You need a top level Node defined as 1:1 cardinality (as with all PDF development)
    Next, you need another Container Node 1:n cardinality (this holds the collection of content nodes)
    Finally, you have your PDF Content Node 1:n cardinality - This holds each instance of your PDF form
    In our scenario, we are passed in a list of Project Numbers. We need to generate a PDF sheet for each project in the same PDF session.
    pseudo code - i'm leaving out some of the unnessary details
    Loop through the project number table.
    ADD 1 TO v_cnt.
    * navigate from <TOP> to <PDF_CONTAINER> via lead selection
        lo_nd_pdf_container = lo_nd_top->get_child_node( name = wd_this->wdctx_pdf_container ).
    * This is the Important Part - we check to see if there is an element where index = v_cnt
    * If not, we create one where we can store the new set of data
    * get element via lead selection
        lo_el_pdf_container = lo_nd_pdf_container->get_element( index = v_cnt ).
        IF lo_el_pdf_container IS INITIAL.
          lo_el_pdf_container  = lo_nd_pdf_container->create_element( ).
          lo_nd_pdf_container->bind_element( new_item = lo_el_pdf_container
                                               set_initial_elements = ' '   ).
        ENDIF.
        lo_nd_ideasheet_data =  lo_el_pdf_container->get_child_node( 'IDEASHEET_DATA' ).
        lo_el_ideasheet_data = lo_nd_ideasheet_data->get_element( index = 1 ).
    * fill all the data then bind the structure
    Select * from XXX into lt_XXX
      where project_number = lt_project-project_number.
    * Move Data to appropriate fields/tables
    * Bind the info back to the element
        lo_el_ideasheet_data->set_static_attributes( static_attributes =
                                                  ls_ideasheet_data ).
    Endloop.

  • Good day, I have installed Acrobat DC, and would like to combine 2 files. One is excel allready converted to PDF - No problem. The other one is from Pastel mailed as PDF.

    Good day,
    I have installed Acrobat DC, and would like to combine 2 files. One is excel allready converted to PDF - No problem. The other one is from Pastel mailed as PDF.
    When trying to merge the files, this file ask for a Password. No password was issued from the setup or mail?

    Good day abrieb93050306,
    I can understand your concern, however can you please let me know that are you able to open both the PDF files ( the one you converted form excel to pdf & the other pdf that was mailed to you ) individually without using any password?
    As it asks for the password, it means that the postal mailed PDF is password protected. You can ask for the password from the sender of the postal mail & then try to combine the files.
    Please follow the steps in the provided KB doc.to combine the files : Combine files into single PDF | Adobe Acrobat DC tutorials
    This will probably resolve your issue.
    Let me know if you still experience any issue.
    Regards,
    Aadesh

  • Any way to transcode more than one file at a time?

    I've noticed that Final Cut Pro X, when doing transcoding (for Optimizing or creative Proxy media) only processes a single file at a time (whereas it can handle processing up to 5 audio files at once), and is only using about 70% of my processor(s) -- I have a dual core, Core i5 processor, 8GB of RAM, about 500MB used by FCPX during the processing.  So this thing should have PLENTY of processor and memory headroom to use, and it should certainly be able to transcode more than one file at a time.  Yet it isn't nearly taking full advantage of the processors, or the RAM.  Is there any solution to this problem?
    --Andy H.

    Try the 'add folder to library' option under file on the main menu.

  • PSE13 repeatedly crashing when opening more than one file at a time to layer images. [was: Feeling very frustrated.]

    Just bought Photoshop Elements 13.  I have a Macbook Pro that meets all the requirements.  I have installed and reinstalled the program but it just keeps crashing.  The program will load, when I choose the expert tab and try to open more than one file at a time to layer images it just crashes and says "Photoshop Elements has closed unexpectedly" Can anyone help me please?

    mikeobe wrote:
    OK, kinda slooow here, I hope I'm not trying your patience!? If I understand you correctly, install dummy drivers and then the drivers that came with my printer, Designating NO default printer! Then when I need to use the printer I will have to declare which one each and every time?
    Or, just intall by new printer but do not Delcare it as the Default printer, I guess in this instance there would be NO default printer?
    You may not even have the problem!
    Have you installed the new printer yet?
    There are many more people who don't see it happen than those who do.
    PS: there is always a default printer.

  • The file is not readable, when more than one file open

    Get this error when I try to open more than one file. Happens on different files, but especially on jobs that have side panels on packaging. The files have placed .psd images. Happens on different computers (10.6 & 10.8.2).
    Can get the file open usually by closing the othere open file, but then is hard to copy and paste between files. Sometimes I get this when trying to open one file, but restarting Illustrator usually fixes this.
    Have tried working directly from the hard drive, and still get this problem. Does to follow an exact pattern, can try to open file a, then b one day thsi will work another will fail. Seems like something is corrupting the memory, and usually happens with more complex files. Happens in CS5 & CS6, though I mostly work in CS5.

    Anyone else getting this error?

Maybe you are looking for