Text field questions: 1. Scrolling 2. Multiple Lines

Hello,
I am creating a form with Adobe LiveCycle Designer 7.
I have two questions:
1. When I have a text field, and I enter the text in the PDF view, it will keep going until I stop. This causes the text field to become a scroll box. How do I stop that? I want the text to stop when there is no more room left. I understand there is a length limit, but that mean I have to count the number of characters, and also estimate as to what amount off room each character takes. For example, 'i' takes a lot less room than 'Q' with the default font.
2. I want my text field too look like this:
TEXT FIELD: ____________________________________
How do I do that? I can only get the caption to, when set to left, be in the middle of the field. Also I cannot see the literal 'multiple lines'.
Thanks a lot!

I have answer for the first question....all you need to do is copy the following JS code to enter event of each field that you have trouble with.
var acroSOM = this.somExpression.substr(15, this.somExpression.length - 1);
var acroField = event.target.getField(acroSOM);
acroField.doNotScroll = true;
I doubt there is an answer other than NO (in LC 7) for your second question.
Good luck,
SekharN

Similar Messages

  • How to autopopulate a text field with unique data from multiple data sets

    Hi,
    I'm a laboratory manager in charge of a hospital project which will be using pdf forms to send and receive data from our end users across the city. I need help with the last part of our pdf form, specifically with a js that will do a bit of text-field autopopulation magic. This, unfortunately, is a beyond what I have taught myself about pdf js functionality.a
    The problem:
    I need to provide my end users with a text field containing a set of data [A, B, C, D, E, F ...] and the total items in this set [tot#]. The end user needs this information as part of the implementation of this particular laboratory machine.
    The particulars
    When the end user asks for an experiment to be run, we must specify some pieces of data to help them interpret the results. These are constructed as panels which contain discrete data elements.
    For example - One experiment may use two panels, Panel#1 and Panel #2. Panel #1 includes the items A, B, D, E, Panel #2 includes the items A, B, C, F, G.
    Thus, the panels may share some of the same items, but, I only want the unique members to be displayed in the text field. If I make a drop down box or checkboxes with the panels, I want to  be able to select the panels that we ran and (in this example) have the text field display only the unique items among all the panels that were used:
    textfield outpute = A, B, C, D, E, F, G - 7 total.
    Any assistance from the pdf community would be very much appreciated.
    Thanks!

    Thanks for that help.
    I should have made it more apparent that I'm very new to scripting and I'm
    not a programmer by trade. I have a few questions before modifying the code
    you kindly provided.
    1) Where should I embed this script? Within the 'selection change' area of
    my listbox?
    2) Can I replace the term 'arr' with the names of the various items in my
    listbox or should I put 'arr#' as the output value for each term?
    3) Will this script find and display the unique values when a user selects
    multiple items in my listbox?
    4) How does the script know where to output the unique members of the
    combined set?
    I appreciate your patience with me.
    ck

  • Expanding text field question?

    Is it possible to have a text field push all other fields below it down the page as a user fills the box with text content?
    ie. a text area with a logo graphic below it which always is positioned exactly the same distance between it and the content.
    Thanks...

    You can use a dynamic form created by LiveCycle Designer for this.

  • How do I create a form with text fields that can continue to multiple pages with out it over lapping

    I have created a form in Livecycle and have made every object a sub field. But I am still having the same probably. The text field only continues on to a second page and overlaps the footer I have created at the bottom of the page. I am new to livecycle and have tried a lot of different things to fix this problem. Help would be greatly appreciated.

    Hi,
    I've found this blog http://blogs.uoregon.edu/developments/2010/12/29/pdf-making-text-fields-grow-to-accommodat e-text/ and this example file : flowableTest.pdf? Is it close to what you search? I cannot go deeper into example now, but will.

  • Add field(Text-Field) in SAP Adobe form (SFP) @ line item level

    Hi All,
    I have copied SAP Standard Travel Request Form (FITP_REQUEST_FORM), and modifying it according to client's requirement.
    The requirement is to display Comments field
    I need to display some more details under Travel Itinerary & Services
    Eg: Comments field for > Outbound Train , Outbound Flight etc.
    The problem I am facing is unable to filter data in Node Request > Data > Car, Flight, Train, Hotel and others.
    I have added text field in the Car node but its not retiveing data related to Car Comments its showing for Flight.
    Regards,
    Shree Wadekar
    Useful answers will be rewarded

    Solved by my own

  • Script needed to print complete contents in scrolling text field Acrobat Pro 9 (MAC)

    I've seen this question several times in my search but no real solution. My client wants a form with text fields that only show 1-2 lines when viewed on-screen but are scrollable so that the user can input a lot of text. I had no problem creating that. The problem occurs when I try to print the form. Only the visible lines of text print and not the entire contents of the field. 
    Is there a Javascript that I can assign to a Print button in my form that can be assigned to the Mouse Down action that will make the entire field contents print? I even recreated the form in WORD so that when the user inputs text into the field, the contents of the form move down the page. My client didn't like that approach. I'm not a programmer and so I haven't been able to write my own script to handle the printing issue. I'm MAC based so using Livecycle isn't an option for me. Thanks!

    I'm using Acrobat Professional 9. I used to use Livecycle which was more flexible, but I no longer have a PC, only MAC and Adobe doesn't make Livecycle for the MAC. 
    The client doesn't want larger fields unfortunately. They have questions that require 2 or 3 pages of information to be entered into a small text field but they don't want large fields. If they're reviewing the answers online, it's fine - they can just scroll through the text fields and read the answers but they don't want the completed text fields to expand unless the form is printed.
    I've already set up my text fields to be multi-line and scrollable so that the client can review all of the text in the field if they are looking at the saved PDF online. The problem I'm having is that I need the entire contents of the text field to be visible ONLY when printed out. They don't want larger fields to show in the form. The client was quite specific about it. The form is also going to be used infrequently, so collecting the data and storing it on a server isn't something they're particularly interested in. The information is also confidential, so they do not want me to be collecting and storing the data and sending it back to them in another format. The easiest option I could see was to create a script tied to a PRINT button that printed out the complete text field.
    Thanks!

  • Multiple checked boxes fill in common text field

    I am attempting to create a form that has various criteria that are checked off (check boxes) and need to populate a common text field within the same form. Presently with action items I am able to design the form so that when only one item is checked it shows up on in the text field at a time not multiples  Any suggestions would help.
    Thank you

    1) In the Binding tab of your checkboxes you can put the On Value to whatever you want to populate the common text field with and the Off Value blank.
    2) Assuming all your check boxes names are CheckBox under the same subform use this script in the calculate event of your common text field:
    var aChkList=[];
    var vChecks = CheckBox.all;
    for (var a=0;a<vChecks.length;a++){
    if (!vChecks.item(a).isNull){
      aChkList.push(vChecks.item(a).rawValue);
    this.rawValue=aChkList.join(", ");
    Kyle

  • How do I allow a user to enter multiple lines of text within a Text Entry Box?

    I need a text entry box that allows for multiple lines to be inputted with in a Text Entry Box.  How can I make this possible?

    Go to the Options accordion and check 'Show scrollbar'.
    Lilybiri

  • Drag select in text fields causes scrolling

    On many sites in safari under Yosemite, I click drag text in a text field, and get scrolled back to the top of the page. Happens in blogger and many other platforms

    On many sites in safari under Yosemite, I click drag text in a text field, and get scrolled back to the top of the page. Happens in blogger and many other platforms

  • Display Text Area and Text field in same line

    All,
    Please help with this scenario.
    I have 3-4 text fields, which are all on NEW LINE. I want a text area adjacent to these 4 fields.
    How to achieve this.
    Thanks and Regards,

    Hi,
    OK - My Textarea item is immediately after the first normal Text item in sequence numbers (the first item is sequence 10 on my page and my textarea item is sequence 15).
    The only settings I changed on my TextArea item are:
    Begin on new line: No
    HTML Table Cell Attributes (Element section): rowspan=4
    This second setting merges together 4 table cells in one column into a single cell
    Andy

  • Expanding Text Field - to a point

    Hi, I would like to specify "Expand To Fit" on a given field, so that it expands dynamically. But I would like it to stop expanding after a certain amount of text is added (10 lines), and at that point begin show the "+" sign bottom-right. I don't want to specify a Limit Length because there must not be a data limit, but visually it should stop dynamically expanding to show all after 10 lines, and start behaving like it has a fixed height at that point.
    Is this possible?
    Harry

    See if the following JS code helps in your case.....it is not exactly what you are asking but will not let the field expand though it allows multiple lines. So you have to set the initial(final) height.
    you should use this code in 'enter' event of the each field that you wish to restrict the height.
    var SOM = this.somExpression;
    event.target.getField(SOM).doNotScroll = true;
    Good Luck,

  • Printing PDFs with Multiple lines enabled

    Hi, I need some help with Designer. I have no clue how to really use it, I've been playing with it for a week, but some things I can't figure out.
    I have a text field that fits about 1 line of text on it. I enabled multiple lines in the field, because people are going to be typing a lot. However, when I print it, only 1 of the lines shows up. Is there any way that I can fix the settings so that the box expands as the text is typed, and that if it can expand, the entire page shrinks to keep it to the same amount of page numbers instead of bumping everything down the page? If someone out there knows, please help!!!
    Thanks!!!

    Hi,
    Maybe this can help:
    1 - Save your form as a Dynamic Form
    2 - Place a subform with Flow content
    3 - Place a text box with multiple line in the sub form. Make it expand to fit (layout tab) and Data Format XHTML (binding tab)
    4 - Put the contents in the field
    5- Click outside the field and print it.
    regards

  • AS3: Text field boundaries

    I have 2 dynamic textfields (elderText, youngText) that I added a vertical scroll bar to and it works great.
    When I add and remove the text fields a few times (runtime) the line breaking of the textfields changes and the scrolling becomes horizontal (the textfield, not the scroll bar).
    I want to make sure the text will break properly and will not cross the field horizontal boundaries at all!!
    The problem started after I added the scroll bar:
    var bounds:Rectangle = new Rectangle(scrollMC.x, scrollMC.y, 0, 225);
    var scrolling:Boolean = false;
    function startScroll (e:Event):void {
        scrolling = true;
        scrollMC.startDrag (false,bounds); 
    function stopScroll (e:Event):void {
        scrolling = false;
        scrollMC.stopDrag ();
    scrollMC.addEventListener (MouseEvent.MOUSE_DOWN, startScroll);
    stage.addEventListener (MouseEvent.MOUSE_UP, stopScroll);
    scrollMC.addEventListener(Event.ENTER_FRAME, enterHandler);
    function enterHandler (e:Event = null):void {
        if (scrolling == true) {
            if (Boolean(getChildByName('elderText'))){
                elderText.scrollV = Math.round(((scrollMC.y - bounds.y)/225)*elderText.maxScrollV);
            if (Boolean(getChildByName('youngText'))){
                youngText.scrollV = Math.round(((scrollMC.y - bounds.y)/225)*youngText.maxScrollV);

    elderText.wordWrap = true;
    youngText.wordWrap = true;
    I added these lines and it solved the problem.
    Can I check if the text field is big enough to contain the whole text?
    In other words can I check if scroll bar is needed or not?
    Thanks for the help.

  • PDF form text fields' options change when opened in READER on a MAC.

    I created a PDF form using Adobe X PRO. All fields are UNCHECKED for Property/Options/ "scroll long text". I save and distribute the form as a "reader extended pdf/enable additional features" so it can be saved and returned using READER.
    When a Mac user opens the extended form in Adobe READER, ALL the text fields change to scroll. When he returns the completed form to me, every text field, even signature and date fields, are changed to scroll text.
    What is happening in the transition from PC to MAC?

    Preview is the default PDF viewer on the Mac. It should never be used with PDF forms. Just let them know that they should use Adobe Reader. Provide a link or URL where it can be downloaded and let them know that it's free.
    There are things you can do so that it doesn't work in Preview, but it involves some scripting. If interested in this approach, post again.

  • Adobe CS 5.5 Text Field Issues

    In Adobe Flash CS5.5 is having a major issue related to text field, which is letter crashing and line crashing if the font is Arial 12 points. (most of the letters are ok mainly the problem with the letters "a","l","i" "m". if the word is "health" where there will have more gap between letters e and a and there is no gap between a and l. any solution for this?

    embed your font.

Maybe you are looking for

  • Upgrade errors without using a gui

    I am on linux or unix and using exceed to run the installer across the network. It is very slow. I have done several installs/upgrades of different versions and types of oracle recently. Is there an easy way to get the errors or prereq failures witho

  • Account on iMac G5 not working correctly?

    Hello all, I recently downloaded a program called "Secrets" on my iMac G5. This program tweaks some simple settings such as changing the dock from the glassy 3D to the 2D black dock. After tweaking a few things to what I thought would help my compute

  • Videos won't play in .chm using RH 10

    Problem Solved: Camtasia default video compression setting must be changed to Windows 1 Hi, Have 3 videos, 2 .avi and 1 .wmv. .wmv created as a test, ie. not .avi. All created in Camtasia. Inserted in project using Insert > Multimedia/demo. Videos ar

  • Message stuck on outbound side of PE ( BPM)

    Hi All, I am facing a peculiar issue in Prod environment for one of my Interfaces.Around 1100 IDOCs were triggered from R/3 system and they were successfully sent out of R/3(status 03) but in XI where we are using a BPM for collecting the IDOCs , onl

  • Need to disable auto sms

    Hi Need to disable the auto forward of a single message to my 'contact list'. I have not done any change to the sysytem, except a change in my 'tariff plan'. Probelm triggered since then. My contacts are telling that they are getting a same message,