Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 7/28/10
    I am working on an application to create Work Orders using output. The host application sends a batch of Work Orders in XML format (generated using JFTRANS from the Central Migration). The XML contains the customer number. I use Transform to sort the incoming XML by customer number.The structure of ...

    Views

    2.1K

    Likes

    0

    Replies

    6
  • 7/28/10
    Hello,My name is Rick and I really need your help.While building a form that helps end-users report complaints, I'd like my form to automatically make a casenumber by combining two fields. I've tried figuring scripts out on my own, with the 'help' function, searching forums but no salvation yet. I l...

    Views

    1.5K

    Likes

    0

    Replies

    5
  • 7/27/10
    Hello, basically I have two checkboxes that are names "In good order" and "Not in good order." What I want to do is if the checkbox for "In good order" is checked then "Not in good order" disappears and vice versa.  I managed to write the script for that however I also need "Not in good order" to re...

    Views

    1.1K

    Likes

    0

    Replies

    3
  • 7/27/10
    I have a form with several fields that if the user enters any information in one or more of thefields, I need to verify that the drop-down field is not blank.I got that to work, but now I find that if the user deletes the text in the text field, the user still gets the error message. Here's the scri...

    Views

    762

    Likes

    0

    Replies

    2
  • 7/27/10
    I want to be able to enter a number or text into a field and then select a location for that data to be placed globally based on location selectedhere is a form Im trying to get to work.http://www.myschooljacket.com/OutputLocation.pdfThank you for any help you may lend.

    Views

    1.4K

    Likes

    0

    Replies

    6
  • 7/27/10
    I have some code that works about like I want with one small glitch. The alert works when the character count in incorrect, and it keeps focus on the field. The problem is that after the correct number of characters are entered in the field, it still keeps focus on the field until you tab out of it...

    Views

    1.4K

    Likes

    0

    Replies

    2
  • 7/27/10
    Acrobat 9.3, LiveCycle Designer 8.2, Win XP.When I create a form in LS, and use the "Image" (not image field) object function, insert the image and save the form.  I then open the document in Acrobat 9.3 and Extend the Features.  The image stays in the document and looks perfectly fine.However, when...

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 7/27/10
    Hi,I have a form that displays data in livecycle designer. When someone imports an xml file into the form in Adobe Acrobat it should be able to display some data as bolded and some italicized based on the xml file.Here is the sample xml file<Table1>     <Row1>          <Cell1 style="none">1</Cell1> ...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 7/26/10
    I am working in livecycle creating a fillable form and I need to create a check mark in a drop down list. The list has other items which do not need the Java script. I  was told a check mark could be done with java script. I will also need to know which field to place the Java script?   Thanks

    Views

    3.1K

    Likes

    0

    Replies

    8
  • 7/26/10
    I have a table and a button with this codevar lastrow = Table1._Row1.count;if (lastrow < Units.rawValue) then    while (lastrow < Units.rawValue) do        Table1.Row1.instanceManager.addInstance()        lastrow = lastrow + 1    endwhileelseif (lastrow > Units.rawValue) then    while (lastrow > Uni...

    Views

    857

    Likes

    0

    Replies

    2