Plan format digital... in a large text field.

Howdy...

Is there anyway to have a number describe format in a large text field automatically?

JEM like in Word:

1.           Deliverables

1.1.     Video

1.1.1.      xxxxxxxxxxxx

1.1.1.1x

1.2.     Audio

1.2.1.      xxxxxxxxxxxx

1.2.1.1x

1.3.     Control

1.3.1.      xxxxxxxxxxxx

1.3.1.1x

Basically, what I need is a form with a section for the text of the entry by the user, in a hierarchical format. This section would essentially be a large text field, which should be able to expand to as many pages as you need.   

The issue is the format of digital plan. Any way to do this? (other than to have the user manually format and tab).

Thank you


CL

This feature does not exist in the current versions. In my view, the fetaure you want is a list of uces.

Paul

Tags: Adobe LiveCycle

Similar Questions

  • Why have I not the properties stocks, Format, validate and calculate for text fields in Acrobat DC?

    I'm looking into buying acrobat dc but note that when you make a form, text fields is more options above when property a right click. This removed the DC?

    No, he's still here.

    Try this: click Tools - prepare the form and then click on "More" to the right of the window, click "return to Acrobat Form.

  • Alpha / Digital in a pdf text field

    How can I do to alpha alone or only numeric characters can be entered in a pdf text field?  I want the input size to be unlimited (I don't like the number of characters, as long as they are all either alpha or numeric.)  Any help would be appreciated.

    Use this as the custom for this field validation script:

    var alphaNumericPatt = / ^ [0 - 9a - zA - Z] * $/;
    Event.RC = alphaNumericPatt.test (event.value);

  • No space for this large text field

    I have a field named EMPLOYMENT_HISTORY who is VARCHAR2 (500).
    Now I have an EMPLOYEE_DETAIL form, where I set this field.
    I don't have a lot of room on the form, so I can't adjust a 500 field background characters.
    But I adapt it somehow. Is it possible that the field looks like a button or a small field and I click on show all history in there? I use forms 6i.

    Hello

    You can add the button to your table as a table or lay out your form.

    What press trigger button then call the Publisher what you said in you item property.

    check on your IDE Help on show_editor forms or search on this forum because I can't code or test now I don't have Developer forms installed on my pc from a friend.

  • Format custom text field only when the field is filled

    I have created a form that I need to have the format of a text field "model:"& value of text field, then when it is empty so it is just empty.»

    I put event.value = "template:" + event.value; "." in the format custom properties of the text field it set to format correctly, but if it had not entered in this field he said always model: so what should I do for it to be only occur when there is something entered in the field.

    Change to:

    If (event.value) event.value = "template:"+ event.value; ".

  • Text field formatting

    I just installed Adobe Standard 10 on my laptop and have a file that I used before on my desktop that contains text fields formatted as 'number '.  Additional text fields take this information and perform calculations based on the numeric values.  This does not work on my laptop, as it does on my desk.  There are global settings that I could check?  Even if the text boxes are in the number format, it's the treatment of the values as text.  Please provide ideas so you can...

    The two are not related. You will find the option repair on the Help menu.

  • How to add a statement to a text field

    Hi all

    I'm trying different ways to add a guideline to a text field. I tried

    1 / to insert a comment, but clearly it does not work with an interactive form in Adobe Acrobat format.

    2 / use text field and the value of the guideline as a default value in the object palette but the problem are

    -The text field is not developed horizontally even I chose to develop to fit option

    -The guideline doesn't go away in case the user do not use

    -The box is not afraid also that users type not enough lines

    3 / to use text instead of text field for the guideline, the problem is

    -There will be a large space between the two parties because the directive is not intended to be printed.

    My question is if there is a smarter way to suggest to users by typing into the text field by giving instructions without printing. For example, is it possible to have a hidden box, you know, it seems that users drag a mouse or click on the field?

    I know it might be a naive question, but please help me. I would be really grateful.

    Edigo

    Hello

    One solution would be to encapsulate the four objects in a subform flowed. The file has to be saved in dynamic PDF.

    Then set the presence of text 'Hidden '. This excludes the layout and other objects to take their place, if they are not visible.

    Then the events mouseEnter and mouseExit of the textfields set guidelines/text lines. See the example.

    If you want a textfield to extend, you must also save the file as a dynamic AND objects in a subform flowed.

    Good luck

    Niall

  • Editing a text depending on the value of another field to text field

    Hi guys,.

    I am facing problem with the update of a field of dependent text in another text field.

    I have 2 text fields. Both are date format. In the 1st text field enter a date, and in the following text field I need the value in the form date_in_previous_text + 30 days.

    I used a query at the time to validate the point but it does not work. It is as follows.

    If: txt_field1 is not null then

    : txt_field2: =: txt_field1 + 30;

    end if;

    Please help me with the same.

    Hello

    u has not clarify what the problem, u just said the scenario but without any anomaly. Try to use the KEY-NEXT-ITEM trigger on the second level of the item.

    Or POST-TEXT-ELEMENT trigger of the 2nd element.

    Amatu Allah.

  • SQL LIKE statement of text field fomr CF MX 6.1

    Hello.

    Here's my scenario. I am running SQL Server 2000 SP4 on a Windows 2003 server running IIS 6. Using ColdFusion MX 6.1 Updater version.

    I'm storing the HTML code of the page (some complete, just a few clips) in a field of type text.

    I need to check to see if someone has already registered this exact already before code. So I make the following query:

    < cfquery name = "checkforexisting" datasource = 'mydatasource' >
    SELECT smallfieldtogetareturn
    FROM MyTable
    WHERE MyTextField LIKE ' %#mystringoflongdata #% ".
    < / cfquery >

    Then to see if it is shown:

    < cfif checkforexisting. RecordCount GT 0 >
    do the don't clip optional treatment
    < / cfif >

    What kills me, is that it is the game SOMETIMES. But not ALL the time. I have tried no percent sign during the passage of the ColdFusion variable, alone on the right (which solved this kind of problem before).

    If I pull the database record on a page in itself (retrieve by key field), he finds another copy at the time of EACH code.

    I put this in a stored procedure, that seem to help (?).

    I even resorted to first creating a temporary table with the clip, and then runs a query to retrieve the record that was just put in and compare to my primary table (both have type text fields). The reason for this is that if I write a single page that has just the temp folder recovery, and compare is run, it is EACH copy of the primary table. I also thought that maybe there was a strong problem (I had tried HTMLEditFormat, HTMLCodeFormat, JavaCast since it came from a java program on the end of the browser).

    I'm not terribly familiar with the use of large text fields, or dealing with these chunks of HTML code as something to compare!

    -Mike

    The sql works the same no matter how big the string is. The part between the percent sign must match exactly. If you sometimes get only a game, something is different with your test string. It could be somewhere a capital letter, or extra spaces.

    I rarely work with SQL Server, so I don't know it that well. However, I am sure that it has upper and lower functions. Who will help you with the problem of the capital letter.

    The problem of the white space is more difficult.

  • Text field: format of the digital None change category

    Hi all

    I have a loop to set all the fields read-only.

    fFc var = this.numFields;
    var FieldName = "
    for (var s = 0; s < fFc; s + +) {}
    FieldName = this.getNthFieldName (s)
    Var AFN = this.getField (FieldName);
    If (!.) (FieldName is "FNIS_Print")) {/ / Do not set the button "print" read only}
    fFn.readonly = true;
    }
    }

    Our provider PDF sets category format of some numeric field (2 decimal separator). The merged data in the field has already been formatted, so I would change the fields format category of digital to none with the help of the loop above.

    Can it do? If so, can you give us some examples?

    Thank you

    Doug

    Sorry to resurrect an old thread, but I've searched high and low to answer this very question.  Finally, on my own tests, I discovered an interesting solution that solves the problem mentioned here.

    Property cannot be set simply the 'Format' to an empty string, you must also set the property to "Strike" to an empty string.  This will actually change the format of the field 'None' behaviour both within the Format of the field that is tab

    var f = this.getField ('text_field')

    f.setAction('Format','')
    f.setAction('Keystroke','')

  • What is the maximum number of characters allowed in a text field large to Eloqua?

    Hello

    I want to know how many maximum characters allowed in a text field large to eloqua?

    Thank you

    Sanny Mual

    Hey Sanny,.

    The maximum number of characters allowed in the text field large eloqua is 32000.

    See you soon!

  • Format mask of Crete then we enter some numbers in the text field

    Hello

    Version: Oracle Apex 5.0

    I'm trying to format mask using dynamic action. As if you enter 6 digit values in the text field, it must be auto filled with sign.i.e «-» 333 333

    Created:

    Dynamic action:

    event: key to exit

    Article: xxx

    JavaScript: $v('xxx').replace(^[[:digit:]]{3}-[[:digit:]]{3}$)

    When: touch button

    It does not any help would be great.

    Followed stops:

    Re: How to make a format for the input mask?

    Hi Pranav.shah,

    Pranav.Shah wrote:

    Version: Oracle Apex 5.0

    I'm trying to format mask using dynamic action. As if you enter 6 digit values in the text field, it must be auto filled with sign.i.e «-» 333 333

    Created:

    Dynamic action:

    event: out of key

    Article: xxx

    JavaScript: $v('xxx').replace(^[[:digit:]]{3}-[[:digit:]]{3}$)

    When: touch button

    It does not any help would be great.

    Followed stops:

    Re: How to make a format for the input mask?

    Use instead the input mask text "Text hidden v5.0" plug-in for Oracle APEX 5.0.

    Reference: Oracle Application Express Plug-Ins

    Kind regards

    Kiran

  • How can I prevent the text fields and drop downs changed after the form has been signed using a digital certificate? Thank you.

    Hi all

    How can I prevent the text fields and drop downs changed after the form has been signed using a digital certificate? Thank you.

    There is also a checkbox on the dialog box 'Sign' to lock document after signing.

  • Creating a page of my Web site that allows users to fill out text fields, with basic formulation tools (text sizes, formatting, etc.).

    Hey, I would like to create a page on my Web site that allows users to fill out text fields, with basic formulation tools (text sizes, formatting, etc.).

    Another thing I need to allow users must be able to upload their own graphics to the pre-assigned fields. Thank you please advise me on how I would go to this topic.

    Nothing to do with the Muse. You need a system dynamic as Joomla, Wordpress, Drupal and so on. Otherwise, there is no way to store your information.

    Mylenium

  • Automatic filling of the field Date in the text field to the Format YYMMDD

    Hello

    I need to automatically populate a text field with a date that is entered in a date field. I was able to do this, but I couldn't find a way to have him fit in the text as YYMMDD field (with no spaces, dashes, etc) instead of "MM/DD/YY" as it is displayed in the date field.

    Could someone help me with the right code?

    Best regards

    ZeroZone110

    I don't know if it's the best option, but here is a workaround...

    using formcalc you can format your date fields

    var myDate = Date2Num (DateField1.rawValue, "YYYY-MM-DD")

    var format = Num2Date (myDate, "YYYY-MM-DD")

    TextField2.rawValue = format

Maybe you are looking for