Expand my Community achievements bar.

Guidelines for the Responsible Use of Generative AI in the Experience Cloud Community.
Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 12/16/08
    Hi, AllHere's my situationOne dynamic PDF form:Contents in subforms are flowed layout. And for every section (e.g. Chapter 1, Chapter 2 etc) in pdf, create "New Page" to make sure that they start their contents in seperate new pages, not following the previous flowed content.The pagination for Flowe...

    Views

    366

    Likes

    0

    Replies

    0
  • 12/16/08
    Hello all. I have a drop down menu that's fed by an SQL database for a timecard. This database has three records for an employee, the first name, last name, and employee ID. I need the drop down to give me both "fname", "lname", and the actual value needs to be "empl". first name, last name, and emp...

    Views

    832

    Likes

    0

    Replies

    4
  • 12/16/08
    Workbench runs very slowly, particularly when selecting "browse" or "..." when for example selecting an xpath - a solid 10-15 seconds before a dialog box appears. Other operations, such as getting properties of a variable are also agonizingly slow.Other apps run normally.Brand new Dell laptop with p...

    Views

    722

    Likes

    0

    Replies

    1
  • 12/16/08
    I am using some check boxes that show and hide certain elements of my form when checked/unchecked. This all works great. The problem I am having is when someone fills the form out and then saves it as a .pdf when it is reopened the hidden fields do not show. Any ideas on some code I can put in to pr...

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 12/16/08
    I've created a form in LiveCycle ES 8.2 for material ordering. I fill out the form in Acrobat with my information. I then want to send the form to my supplier with NO option of him editing the form. I can't figure this out.Every time I save my form and open with Reader, it gives the option of fillin...

    Views

    562

    Likes

    0

    Replies

    2
  • 12/16/08
    1. Would it be possible to write a script on a form to read the name/email address from a smartcard using LiveCycle 8 / Acrobat Pro 8 on XP?Or - maybe it could read the info from Windows (as shown in MMC - Certificates snap-in)? Is there any code sample available? 2. Is the security object available...

    Views

    474

    Likes

    0

    Replies

    0
  • 12/16/08
    Hi, I have an issue with my xsd schema.Here is my xsd schema bind with a form : . . .It works well for a long time and now my process doesn't work anymore.In the xpath builder I can always go to process_data/my_form/data/datasets/data/FormulaireD/...I put process_data...

    Views

    3.3K

    Likes

    0

    Replies

    10
  • 12/16/08
    I have a field that combines 2 text fields (first and last name) and this field appears on every page. I used the following script to make it work:form1.#subform[0].TextField13[0]::calculate - (JavaScript, client)TextField13.rawValue = LastName.rawValue + ", " + FirstName.rawValueThe problem I am ru...

    Views

    844

    Likes

    0

    Replies

    4
  • 12/16/08
    Some individuals in my organization are under the impression that our clients, who are very non-technical, will be able to design forms / workflows, etc.The impression is that the developers are to create a set of standard schemas, fragment libraries, and workflows, and then the (non-technical) clie...

    Views

    1.3K

    Likes

    0

    Replies

    4
  • 12/16/08
    Hi,I'm trying to do a simple data comparison using Javascript within a form guide. Here is what I came up with:if (this.rawValue > util.printd("yyyy-mm-dd", new Date())) { xfa.host.messageBox ("date cannot be in the future"); } this works great on the PDF form, on the form guide it returns an error...

    Views

    677

    Likes

    0

    Replies

    2