Is it possible to make a multi-line form that text flows through?

When a line is full, I'm looking for a way for it to jump to the next line down, flowing the text to the next line. is there a way to do this?

There are no really seamless ways to implement this, unfortunately.

Similar Messages

  • Is it possible to make a multi-stage form that would be submitted, sent back for more info, and then resbumitted?

    I'm a graphic designer and I'm trying to ease our production process using a "Production request form". It can be filled out and submitted to design and then would be sent back to gather further information and resubmitted. It would be submitted in stages as part of an approval and revision process. Is this possible in FormsCentral? How would that work if it is? How can I set that up?
    Thanks
    s.

    whatever needs to be edited by your client should be done by having your swf load an xml file and using that data.  if your client doesn't know how to edit an xml file, you'll need to make another user interface app that will edit the xml for him.

  • Is it possible to make an multi-protocol IM in JAVA ???

    Is it possible to make an multi-protocol IM in JAVA
    ( like "pidgin IM")
    for the simultaneous chat with yahoo,MSN,gtalk
    rediff,XMMP clients IM.
    I m a newbie in java and know java up to Awt ,
    IO & Exception handling.
    what concept I have to learn for making this
    type of messenger.
    plss help..
    Thanks !!!!

    > but can you tell me how to connect in spark IM ??
    spark IM is multi-protocol IM or not ??
    Read the documentation or contact support for Spark IM. This forum isn't conducive to third-party application support.
    > From where should I start for making this
    multi-protocol IM ...
    This has already been answered in reply #1.
    ~

  • How to make fields required in an updateble multi line form?

    How to make fields required in an updateble multi line form?

    You need to create a validation item that is triggered when the user clicks the submit button.
    Set the validation type to "Function Returning Error Text".
    Then add your validation into the "Validation Expression 1" field. Something like:
    BEGIN
    FOR I IN 1.. HTMLDB_APPLICATION.G_F02.COUNT LOOP
    IF HTMLDB_APPLICATION.G_F02(I) IS NULL THEN
    RETURN 'Please enter in a value for xxxxx on line ' || TO_CHAR(I,'0');
    END IF;
    END LOOP;
    RETURN NULL;
    END;
    As long as the function returns a string, an error is generated - as there is no single field where this error can be displayed, it will need to be displayed "On Error Page".
    If the return value is NULL, then the fields are valid and the submit process can continue.
    Andy

  • Need to create a multi line form

    Hi All,
    I have to create a Multi line form for which I have used the following:
    1. Created an EO
    2. Created a VO based on EO.
    3. Created a Page that has two regions:
    a. Main Region
    b. Table Region
    This Table region is of style Table. But when I run the page it shows that No Data has found. Even its not a search page.
    Kindly suggest me that how can I make this page and this page should have 10 rows at a time available to insert.
    Thanks in Advance.
    Thanks,
    Sandy

    Hi Gaurav,
    I have done in the same way as suggested by you but not got success. I am not getting why it shows always 'No Search Conducted' even its not a search page. I have created this page for insert data.
    Following I have added in CO for processrequest:
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    OATableBean table =
    (OATableBean)webBean.findIndexedChildRecursive("SupTable");
    OAApplicationModule am = pageContext.getApplicationModule(webBean);
    am.invokeMethod("createSupEntry");
    String buttonLabel =
    pageContext.getMessage("AK", "FWK_TBX_T_ADD_ANOTHER_ITEM", null);
    OAAddTableRowBean addRow = (OAAddTableRowBean)table.getColumnFooter();
    addRow.setText("Add 10 Rows");
    I have added the following code in AM:
    public void createSupEntry()
    SuppVOImpl vo = getSuppVO1();
    System.out.println("AM Inside AM:: ");
    // We need to do this on a VO that has not been queried before we insert
    // our first row. We don't want to do it for subsequent inserts.
    if (!vo.isPreparedForExecution())
    // Complies with the view object initialization guidelines for a detail
    // view object in a master-detail relationship.
    vo.executeQuery();
    System.out.println("AM Not prepared for execution:: ");
    for(int j=0;j<10;j++)
    Row row = vo.createRow();
    System.out.println("AM Creating Row:: ");
    vo.insertRowAtRangeIndex(vo.getCurrentRowIndex()+1,row);
    // Required per OA Framework Model Coding Standard M69
    row.setNewRowState(Row.STATUS_INITIALIZED);
    } // end createSupEntry()
    Thanks,
    Sandy

  • How do you make a 2D line form the outline of a circle.

    How do you make a 2D line form the outline of a circle. I want a line to come in from the side of the screen and bend round to form the outline of a circle. In flash pro cc?

    you can use one tween to move your line from the side of the screen, then another (shape) tween to bend it into a circle.  you will probably need to use shape hints for the 2nd tween.

  • Is there a way to take an existing PDF and make it into a form that will aggregate the responses?

    Is there a way to take an existing PDF and make it into a form that will aggregate the responses? 

    Sabian has pointed you to an older Acrobat X tutorial.
    It depicts the use of acrobat.com "workspaces".
    "Workspaces" are going away soon.
    See:
    https://forums.adobe.com/docs/DOC-4203 
    So, what is shown in the Adobe TV session is, basically, obsolete.
    For forms you may want to give acrobat.com's (now "Adobe Document Solutions) FormsCentral subscription service a look-see.
    https://new.acrobat.com/en_us/products/formscentral.html 
    Be well...

  • Need a JavaScript to enable/view Multi-line option for Text fields.

    Hello All,
    I need a JavaScript to enable/view Multi-line option for all the Text fields in PDF Form.
    Assume that I have a PDF form of Fields from F1 to F100 and it contains 25 Checkboxes, 25 Combo Box and 50 Text Fields. Now i need a javascript for which i need to enable Multiline for only Text Fields. So Is there any JS for which i can enable the Multiline option for only Text fields and not for ComboBox or Checkbox.

    Hi timo,
    Thanks for your help. iam trying to use the iteraor approch to do this. but i don't know how to fetch the data entered in the form that was built by the iterator. can you please tell me .
    thanks

  • How can I make a form where text flows from one line to another?

    I have created a fillable multi page form in Adobe Acrobat Pro XI. The form was originally created in InDesign, using lines for text. I saved as an interactive pdf, opened in Acrobat Pro, and created a form using the "Create Form" function. This worked great, but some parts of the form have multiple lines that need to be filled out, so the customer would continue typing and the type would flow from one line to the next. Right now the lines are individual fields. Can I easily convert these fields so that the text goes from one line to the next as the person filling out the form types?
    Thank you for the help.

    The easiest way is to do a slight redesign to get rid of the lines and then use a multiline field instead of multiple single line fields. If you really need to have the lines, you can use an approach that's demonstrated in the following sample: https://workspaces.acrobat.com/?d=AG6oZ3bi3DYHokxDPeWN7A
    You may come across attempts to use JavaScript to automatically move to the next field when the previous one is filled-up, but I've never seen this work very well.

  • How to Process a Multi-Line Form

    Hi:
    I've created a pl/sql portlet that displays a multi-line html form. The desired functionality is: user enters data into one or more lines, clicks a button, and all lines get inserted. Currently, to perform the insert I have a Javascript function that cycles through each line of the html form then uses the window.open function to call a url (that is a pl/sql procedure). The window is opened once for each inserted record.
    Does anyone know of a better way of doing this? I'd like to run the procedure without opening a window, but I don't know how.
    Thanks for any suggestions.

    hi Christ,
    let me understand what you are trying to do first. it appears to me that you may be trying to do one of the following two things:
    1. you may have more than one field and the user may enter one or all of those fields. and then press the submit button to enter/ insert the data in some table.
    2. or you have more just one field with a data value which is large enough to span over several lines. in that case you have one field with larger data value. and when a user enters a value for such a field and press submit then you want it to be entered into the table.
    a. in any case, it would be much simpler if you develop a portal form based on procedure. there you will need to create just a regular form based on a procedure in which you should put just insert statement for the data to be entered into that certain table.
    b. you can still do it with you customized form where you may create a form from an embedded html in the pl/sql. if you really wanna do it then there is a simple way to do that too but not simpler than the portal form technique.
    now this is all if i understood your little description correctly. let me know if your problem is different. please be specific in your description, if you choose so.
    syed

  • Item multi-line FORM 10g

    Hi,
    I have a Text Item multi-line.
    With Form10g, the spacing in the text is bigger (with Form 6i the spacing were perfect !)
    I don't find any parameter in formsweb.cfg ......
    Have you a solution ?
    Thank

    Simon,
    no, I mean
    <PARAM NAME = "mapFonts" VALUE = "yes" >
    in the HTML file, where you define the applet configuration
    (default is <oracle_home>/forms/server/basejinit.html or basejpi.html
    or as defined by the baseHTMLjinitiator variable in your formsweb.cfg)
    see also page 4-13 in the Oracle® Application Server Forms Services
    Deployment Guide 10g Release 2 (10.1.2) B14032-03 February 2006
    regards,
    Volker

  • Multi-Line Fields that Move

    Is there a way I can get a multi-line field to fit to the type that has been entered and then have all remaining fields move up? Users will be filling in photo instructions and some won't be as lengthy as others, but they have more photo info fields to fill out and they want to get as much as they can on one page.
    No is an acceptable answer (but they aren't going to like it). Any help or ideas will be greatly appreciated.

    Jon
    since you are constantly reminding us of LiveCycle Designer. Is that a separate application you purchase for PC's.
    I know you bring up this program to poke Mac users in the eye with.
    But now with the advent of Parallel's on Intel Mac's, can it be used independent of Acrobat. might be an alternative if they just have to get designer.

  • Is it possible to pass a multi line PowerShell code block to the Invoke-Command ScriptBlock option?

    Hello,
    In my code I am trying to start a windows service on an Azure VM via Azure Automation.  My code fragment is:
    $vm = Get-AzureVM -Name $VMName -ServiceName $VMServiceName
    $uri = Get-AzureWinRMUri -ServiceName $vm.ServiceName -Name $vm.Name
    # Run a command on the Azure VM
    $PSCommandResult = InlineScript {
    $options = New-PSSessionOption -SkipCACheck
    $output = Invoke-Command -ConnectionUri $Using:uri `
    -Credential $Using:Credential `
    -SessionOption $options `
    -ScriptBlock { stop-service -DisplayName <ServiceName> -Force }
    My issue is: Is it possible to pass in a multiple line PS block as the ScriptBlock option?
    After looking around online, there appeared to be two options:
    $psblock = {
    line1
    line2
    line3
    Or
    $PSCommand = @"
    Line1
    Line2
    Line3
    But I have not been able to get either of these to work. (I was trying to end up with something like below)
    $output = Invoke-Command -ConnectionUri $Using:uri `
    -Credential $Using:Credential `
    -SessionOption $options `
    -ScriptBlock { $psCommand }
    Can someone offer a suggestion? Putting a few lines of PS code directly into the ScriptBlock parameter does work but it looks ugly!
    Thanks!

    Thanks for getting back to me!
    I have tried as you suggested but when I attempt to publish the runbook I get this error:
    Runbook definition is invalid. Cannot store the results of this type of expression into a variable. Only the results of commands, pipelines, constant expressions, foreach statements, parallel and sequence statements can be stored in variables.
     However if I just cut and paste the same code inside the ScriptBlock { CODE HERE } it works.
    Perhaps I am breaking the rule as listed above in bold? Would variable declarations in the code block not be allowed?

  • How do I make a multi-line heading show up as a single line in the Table of Contents?

    I'm writing a document where the headings often have a line break in them for the sake of formatting. When I generate a Table of Contents, they show up as two entries on the same page instead of as a single heading.
    For example, if I have a section like:
    Oh My God
    You're Totally Not Going to Read This Section
    Section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, section text, etc.
    Then in the table of centents it shows up as something like:
    The Section Before That Section You're Not Going to Read ... 14
    Oh My God .................................................. 17
    You're Totally Not Going to Read This Section .............. 17
    The Section After That Section You're Not Going to Read .... 20
    When what I really want is a Table of Contents like this:
    The Section Before That Section You're Not Going to Read ... 14
    Oh My God You're Totally Not Going to Read This Section .... 17
    The Section After That Section You're Not Going to Read .... 20
    (Actually, I have a bunch of sections with titles like this all in a row, so it looks much worse than in the example.)
    How do I do this: Get the Table of Contents to ignore the carriage return in the middle of the section header?

    Try a Soft return, Shift + Return, instead of Paragraph break.

  • Is it possible to control the order that text flows appear when using them as text insets?

    I want to create multiple flows in a FrameMaker file which I can then insert as text insets. I would like to choose the inset using the Body Page Flow: dropdown list. However, there seems to be no order, alphabetical or otherwise, in which these flow appear in the drop down list. Is it possible to control this order, or is there a particular reason it appears the way it does?
    Cheers,

    IIRC, the flows are displayed in the order that they were created.

Maybe you are looking for

  • Can't use private wifi or ethernet but Wifi with F...

    Hi We've had a Homehub3 for two years now with no problems.  Last week there was a day's electricity power down locally for maintenance and when the power came back on the internet connection was broken.  No wifi or ethernet worked but I could connec

  • Create an mp4 from mov without changing the dimensions

    I am working on a project in InDesign that needs to output to DPS. I take screen capture movies which are saved in the default mov format. These movies are 700 px x 400 px. That can't change. I need to convert the mov to an mp4 to add to ID for DPS.

  • IPhone won't backup during iTunes sync

    Hi!  The last few times I've synced my iPhone 3GS in iTunes, it won't backup.  I get an error message after it goes through the other steps to sync apps and such. Normally the backup is step 1, then it does the other steps, but now it's skipping righ

  • Easy access to ALL known & potential technicalproblems

    Update on bug reports. Forte support got back with me and told me that they are planning to put many more bugs out there on their web site - so this may help. We'll see. Regards, Peggy Adrian [email protected] ---------------------- Forwarded by Peggy Ly

  • Question about burning audio CD

    When I select "Burn CD" and get the window where I can choose the disc format, exactly how does it choose what file format to burn when I select "Audio CD"?