Printing everything entered in an interactive form

I'm new to designer and I created a form in which a user will type in comments. My problem is, I'm getting a + in the lower right corner telling me there is additional information entered than is displaying. When I print this form the overflow information does not print. Is there a way to do this? Your help is appreciated.

Unfortunately, I don't know of any books on subforms in Designer but maybe a sample form will help you understand a little more about how things work.
Catherine was suggesting using a text field with its height set as "expandable" placed in a flowed subform such that if the text entered in the text field is too long to fit in its entirety, the text field would expand in height and push the rest of the form downward, thereby ensuring that all the text entered into the comment text field is visible when printed and the remainder of the form is still visible and unobstructed as well.
I've applied her suggestions to a sample form.
Because I knew I wanted an expandable Comments section in the middle of my form (such that when comments are entered, if they're too long to fit in the space initially provided, the Comments section would expand in height and move the bottom section downward), I started by creating 3 subforms on the page: TopSubform, CommentsSubform (in the middle) and BottomSubform. All these subforms were made to be as wide as the page subform and as tall as required to fit their respective fields.
In the middle subform (CommentsSubform), I placed a text field with these modifications: I removed the caption (using the Position property at the bottom of the Layout palette), made its height expandable (checked the
Expand to fit property on the Layout palette as well) and made it multi-lined (
Allow Multiple Lines property on the Object palette's Field tab).
In order to ensure that the text field in the CommentsSubform can expand in height and push the BottomSubform downwards, I then made the CommentsSubform's content
Flowed by using the Content property on the Object palette's Subform tab.
The last step, which brings this all together, was to give a
Flowed content to the page subform which contains all 3 subforms defined earlier. This way, when the text field in the CommentsSubform expands in height, the form's layout will reflow and cause the BottomSubform to shift downward to accommodate the length of the comment specified by the user. This is also the reason why I placed the top and bottom form fields in subforms as well because I wanted to
position these fields in precise locations. I could've placed all fields in the page subform, made the page subform flowed and have it work as well but I wouldn't have had any control over the position of the fields.
I hope this clarifies things about subforms and helps you fix your form as well.
Note:
The expandable comment text field doesn't expand as your entering text into it. It'll expand only once you tab or click out of it.
Stefan
Adobe Systems

Similar Messages

  • Printing Text Entered into an Interactive Form

    I know this is a dumb question but no one in my office is going to believe it til it comes from the horse's mouth. When you complete an interactive form and the entered text is longer than the size of the text box (so that the   sign appears and can be viewed only by scrolling), can you print the document and have all text appear on the print out?

    No, not unless you set the font size to Auto, or copy the value elsewhere.

  • Using interactive form to capture data from user u0096 please helpu0085.

    Hi folks,
         I am trying to use an interactive form to capture some data from the user.
    This is what I have planned to do
    User runs a program which will have four function module calls
    (FP_JOB_OPEN
    FP_FUNCTION_MODULE_NAME
    'Function modules which the above function module returned'
    FP_JOB_CLOSE)
    This will display a print box where I can click on the print preview to get the interactive form.
    From here I am not sure how to go about, but following is what I can think …
    Once the user enters the data in the form and he should be given some button to click(say ‘save’). This button click should trigger the program (PAI) which will read the data from the form (this data will be saved to a Z table)..
    First of all, Can I do this? Please guide…
    Note: I am not using WebDynpro ABAP or JAVA. Rather I am trying to use a Module pool + interactive form solution.
    Thanks in advance

    could you tell me how to read data from the form ? which function module(s) to be used ?

  • How to display grid the interactive form

    Dear All
    I m trying to print the grid into the interactive form using adobe life cycle 8.1.
    My requirement is like I am getting the value in my local node in the view. From there i have to populate those value into the Pdf.
    So that user can take the print of the pdf.
    Value are getting in local. But it is not showing in the PDF. At the same time in other value are showing success fully only inthe table i am not able to get the value.
    Kindly help me out with your document or solution note
    Prashant Krishen

    Hi Prashant,
    For populating a table on a pdf the node structure should be different.
    You need to create node structure of the data which you want to show in Table like this
    DataNode            0..n
        SubNode         1..1
              att1
              att2
    Create the elements of DataNode only and set the attribute values.
    Now create the structure of the UI element in Form like this
    Subform1
            Subform2
                   Header1
                   Header2
            Subform3
                   Textfield1
                   Textfield2
    Bind the Subform3 to the node DataNode and Textfield1 and Textfield2 to att1 and att2 respectively.
    Set the 'Repeat Subform to each data Item* property of Subform3 to true.
    Now at runtime you will get all the data of the node in PDF form as a Table.
    Regards
    Ravindra

  • How do I print a interactive form out? It allows printing and filling.

    Hi, I'm trying to print out an interactive form that I filled out and then saved on my hard drive. The author allows printing and filling out of the PDF when it was created. I'm running Windows 7 64-bit and have Adobe Reader XI (11.0.06) installed along with the current drivers for my compatible printer. Within the same PDF the first sheet "instruction sheed" is an all text flat form, which prints just fine. The problem lies when I try to print other sections of the PDF, When I try to print it all I get is the header and a footer that the author created, but all the spaces where questions/ text and my fill in answers don't show up on the print preview image or when the printed sheet comes out of my printer.
         I have tried to print as an image without success. I don't think its an author issuse because it was released out of a California Department for several houndred/thousands of others. Please if you have any ideas or questions i look forward to any advice.

    Sorry I forgot to add that the PDF is devided by a "Chapter" style cover face that devided multiple sets of forms in to categories. At the bottome of these categories is a "Print whole document" which can only be clicked once the whole thing has been filled out. Do to some information over lap some dates don't follow the (time line order) it requirest to fill in the data so two of the categories show up as incomplete. Take a look at the document yourself, maybe I NEED to rewrite the information and see if that works.
    *Edit* Looks like I CAN print a blank form at the begining when it asked me if i want a blank form, will try to rearange dates so it will show as all COMPLET.
    PDF file can be found at the California government website:
    http://www.chp.ca.gov/recruiting/pdf/Chp446.pdf
    http://www.chp.ca.gov/recruiting/pdf/Chp446.pdf

  • Help needed in printing   interactive form

    Hi Friends
    I just developed an application  which access  ECC
    can any one guide me to print  the output pdfform
    i have opened result interactive form and placed a print button ...next which script i should use? formcalc  or
    java script..since my application is a java webdynpro .
    can  you give me the piece of code for that..formcalc
    already got the script..but  i dont know the exact java script for  printing.
    plz help me in this issue
    vivek chandra

    Hi Raja
    Thanks for that stuff..very helpful
    i  have 3 inputfields on one of my interactive form
    i was asked to fill those fileds  with predefined data
    so that once the app is run, input form fields should
    dispaly the predefiend values.in wdinit method i could
    do that using wdContext.currentelement.setName("xxx");
    i have 3 fields..three are text fields.from the third field need to eneter the date,its a PO Bapi..i did context binding ..i could drag the input  fields..
    but when iam trying to set predefiend date for the
    3rd field..its not accepting it..since it is of type
    date.. do i need to create any data type for the 3rd field in javadictionary????plz guide me in this issue
    regards
    vivek chandra

  • ADOBE Interactive Form in webdynpro not allowing to enter value

    Hi,
         I have developed a Adobe interactive  form in SFP and then i developed webdynpro component , then integrated into webdynpro. while running the webdynpro application which is showing the adobeform but the input fields are not allowed to enter value.
    The same adobe form can be allowed to enter values while running from the report. i dunno how to set the value of the importing parameter fillable = 'X' in webdynpro.
    regards,
    Roops

    Hi friends,
        The above mentioned setting are all active like Zc...Layout, enabled check box etc.. but when i make it to Activex which is not displaying form in the portal while running the application instead it shows red color X mark.. is there any setting required to run adobe with webdynpro ..
    1.) any notes or patches ???
    2.) is activex mandatory for running interactive form in webdunpro? if yes what are system setting required....
    Regards,
    Roops.

  • Print Preview in RFx does not show new Adobe Interactive Form

    Hello Experts,
    I am trying to assign a standard Adobe Interactive form as the output form for SRM RFQ.  I have carried out the following steps in customising under "Define Actions for Document Output".
    - Selected bid invitation Action Profile = BBP_PD_BID
    - Go to "Processing Types"
    - Create a new Processing Type called "External Communication"
    - Set the following values to the new processing type:
         - Form Name = BBP_BID_INV_ADB
         - Form Type = P PDF-Based Forms
         - Format = BBP_BID_INV_ADB_MAI
         - Personalization Type = 5 - Recipeient Variable Replacement
    - Save Changes
    My problem is that when I go to into the BID (RFx) and click "Print Preview" it picks up the standard Smartform, not the new Adobe form I have added as required.
    Please can you advise of any additional config settings or other steps required to ensure that the Adobe Form is called when I click "Print Preview"?
    We are on SRM 7.0.
    I look forward your response.
    Regards,
    Matt

    Hi Matt could you please tell me how do you solve your issue? I have the same and I cant find the solution.
    Thanks a lot
    Kind Regards

  • Printing chinese characters on a Zebra printer using Adobe Interactive Form

    Hello,
    We have created an Adobe Interactive Forms in SAP with some words in English and another one in simplified chinese. We have defined a Zebra printer in SPAD with the AZPL203 driver.
    When we print the form in the zebra printer some of the chinese characters are printed and some of them no.
    Has anyone faced the same problem?
    Thanks a lot
    Miquel A. Vergara

    Hi,
    Welcome you post on the forum.
    However, this is not the right forum for you. It is only for SAP Business One user. Please search entire forums first to find which one is more proper.
    However, this issue may not be related to SAP at all. Search on the web would be better.
    Thanks,
    Gordon

  • Interactive forms by email - PRINTING SCENARIO - From ERP output

    Hi,
    We have been using interactive forms for printing scenarios for a while and it works fine.
    From a sales order we produce an output configured to use the interactive forms by adobe.
    Now, we'd like to use the EXTERNAL SEND (5) and send by email. While we've done this in the past with sapscript and smartforms, we have no reference on what is the best way to do this. There is a sample program BCS_EXAMPLE_6 that uses BCS class to achive this.
    Is it the recommended way to do it? If not, please give me the alternative.
    Leonardo De Araujo

    Hey Hi Leo, I remember to have seen that at TechEd last year by Jeff Gebo, go in your virtual teched subscription and check for course CD205,
    also check this link
    [https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0bba346-cb84-2910-2aa9-ba1f8a1c8617|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/e0bba346-cb84-2910-2aa9-ba1f8a1c8617]
    Alex

  • Printing chinese characters in a zebra printer using SAP Interactive Forms

    Hello,
    We have created an Adobe Interactive Forms in SAP with transaction SFP. In this form we have used some words in English and another ones using Simplified Chinese characters . We have defined a Zebra printer in SPAD transaction using Device Type AZPL203.
    We have defined an ABAP program to printout this form. When we print it in the zebra printer some of the chinese characters are printed and some of them no.
    Has anyone faced the same problem?
    Please if this is not the right forum, please could you adress me to the right one?
    Thanks a lot
    Miquel A. Vergara

    Hello,
    Please check if the notes below are useful.
    83502 - Printing Support for Native Languages
    1612051 - Foreign text printed with garbage characters
    Thanks,
    Ravi

  • Adobe Designer - Interactive form/template (visible but don't print messges

    Hello,
    I'm making a interactive form or template with Adobe Designer, in which I have one object field and a few text fields.
    What I need to do is add messages on those fields so the person using the interactive form/template can know what to input in each field and were the fields are since they don't have border or background. For example I need to have a message like this: "click here to add your logo" in the object field, those messages can't be printed since they are just instrucctions for the person using the form/template.
    I tried the Tooltip but since the fields can have border people won't know were the fields are and the Tooltip only works when you place the cursor on the field.
    Any suggestions?

    The input parameters you are seeing in a 'Web Dynpro like' form are more than likely input parameters to the process.  Process input parameters come from action input parameters  in process blocks and actions that are not mapped.  Given that, it sounds like you have not mapped all the input parameters for one or more of your actions in your process.  By default, GP provides the process initiator the ability to specify the values of these inputs when a process is started. To avoid this you can either,
    1. Map all the input parameters.
    2. Specify the process to start automatically under the 'Instantiation' tab for the process template.  By selecting this, input parameters are ignored and their default values used.
    3. Don't expose these parameters if they are not required or applicable to your process.  This can be done at the action or block level under the 'Parameters' tab.
    ~Greg

  • Print programs for (print) interactive forms

    Hello,
    I am looking for an (any) interactive form and the print-program belonging to this form.
    It can be any form from any moudule, as i only need it for testing purposes.
    Thank you!

    Hi,
      My requirement to migrate puchase order smartformto Adobe interactive form.
      I have mgrated my purchase order smartform to Adobe interactive form,
      activated form and interface.
    Question:  How do i trigger or my adobe interactive form purchase order in R/3.
                     I want to trigger the form from me22n -> print privew..
    I have configured in NACE (Output type customization)  with same samrtform print program with adobe form and Type  as PDF. But the adobe form is not trigering at all..  Can any know how do i trigger adobe form from ME22n.
    Is there any special print program for this please let me know..
    thx

  • Can ABAP Webdynpro use interactive form or just print only

    I saw a diagram in the ADS configuration Guide for SP10 what shows that the ABAP side of the configuration is only for print forms. Now my question is: can ABAP Webdynpro include an interactive Adobe form in the view? Has anyone done it before? It seems that it is only for Java Webdynpro that the interactive part is working.
    If you have done one, can you share some information?
    Thanks

    Hi Jeff,
    Sure, Web Dynpro ABAP can also embed Interactive Forms.
    Help is available on help.sap.com: http://help.sap.com/saphelp_nw04s/helpdata/en/aa/940ee5331b4b8fa0a6cb6714dc5db4/frameset.htm
    There are also some nice videos of this following https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/webcontent/uuid/7c3bc67e-0c01-0010-dbb3-908315896909?rid=/webcontent/uuid/24b9e126-0b01-0010-e098-f46384fad9f3">this [original link is broken] [original link is broken].
    Cheers,
    Francois

  • Interactive form on Zebra Printer

    I am having an issue printing a custom paper type to a zebra printer.
    I'm trying to print a 3.5 x 3.5 inch label onto a zebra 6mplus (zpl 1 and zpl2 supported, 203dpi) printer.  I have done the following:
    1.  In adobe lifecycle designer 9.0, I have modified the designer.xdc file to have the following entry:
                      <medium stock="3.5x3.5" short="252pt" long="252pt"/>
    2.  Defined a form using the new paper type 3.5x3.5
    3.  In SAP, copied the standard zpl203.xdc file, renamed it to z_zpl203.xdc and used program RSPO0022 to link the new file
         to a new device type ZAZPL203.  The modified xdc file has the following entry:
                            <!-- jsciacca 2011.11.08 3.5 x 3.5 START -->
                   <medium stock="3.5x3.5" short="252pt" long="252pt" imagingBBox="0pt,1pt,252pt,251pt"/>
                   <!-- jsciacca 2011.11.08 3.5 x 3.5 END -->
    4.  In spad I then changed our zebra printer to use the device type ZAZPL203. 
    When I print, either by testing the form or by using a program, the output appears to come in standard letter (8.5x11) format.  Instead of 1 label, I'm getting a blank label, my desired content slightly shifted and then another blank label.  If I look at the trace file and I can see that my xdc file is being considered.
    Embedding file/stream: z_zpl203.xdc using ID: xdc0 MimeType:  Description: Document Services XDC  into PDF: /tmp/adobewa_CH9_96403050/DM6513754473347549726.dir/DM-6611375051718293888.tmp
    No matter what I do, I can't seem to get the form to come in the format that I specify.  Can anyone using interactive forms to Zebra printers offer any advice here?
    Thanks,
    Joe
    Edited by: Joseph Sciacca on Nov 10, 2011 4:46 PM

    Closed.  The printer media was pending calibration.

Maybe you are looking for