Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 7/13/06
    I thought I ran across an example in this forum of how to specify which instance you want to delete from a subform but I can not find it. I can get removeInstance to work but it removes the top line and I just want it to remove the bottom or last instance that was added. I can do it if I only had 2 ...

    Views

    3.6K

    Likes

    0

    Replies

    18
  • 7/12/06
    Hello: I have realized a form with several fields that the user must refill, but I want to control that it cannot introduce spaces in target. I have seen that there are two methods Ltrim and Rtrim which work in FormCalc, but are not valid in JavaScript. The trim method for JS doesnt work either. Can...

    Views

    2.3K

    Likes

    0

    Replies

    2
  • 7/11/06
    Hello.I want to know if it is possible to create a pdf template that manages different header and/or footer depending on the number of data record to display.I try to explain better.Depending on the number of record I need different header or footer on the the first page and the following: if the da...

    Views

    881

    Likes

    0

    Replies

    6
  • 7/7/06
    Can anyone help me out with a script to make check boxes act like radio buttons? I'm new to Javascript and would appreciate any help I can get.Thank you in advance.

    Views

    4.1K

    Likes

    0

    Replies

    4
  • 7/6/06
    HiI want open PDF file with a parameter (For example: I want open a invoice with the id number of this invoice and load automatically the data), how can I do?I have thought about it and I believe that I can open the pdf file and fill a special field with this parameter, but I believe that this is no...

    Views

    1.6K

    Likes

    0

    Replies

    5
  • 6/27/06
    I need be able to disable the print option from JavaScript code. I know that the print option can be disabled in the "File > Form preferences > PDF Security" option in the main menu but i need to do this from a script into the document (preferably in JavaScript language).Thanks in advance!Dan

    Views

    1.3K

    Likes

    0

    Replies

    2
  • 6/23/06
    Hi,I tried to change the font color of static text using:xfa.resolveNode("test").caption.font.fill.color.value = "0,0,0";orxfa.resolveNode("test").font.fill.color.value = "0,0,0";Neither resulted in black text.Am I getting it wrong?Does anyone have an idea how to change the font color of static text...

    Views

    16.1K

    Likes

    0

    Replies

    9
  • 6/21/06
    HelloI did a search and found this topic, digitaldave2010, "Generating a Random Number for application Form" #2, 12 Dec 2005 11:17 amIt helped a lot, but I need a little more help. When someone opens the form, I want to create a random number. Once the number is created, I want it to stay with that ...

    Views

    1.5K

    Likes

    0

    Replies

    5
  • 6/18/06
    Hi there,I'm designing a form in Adobe Lifecycle Designer 7.0 and need to add in some custom Java Script. I go to Window>Script Editor but the whole toolbar is disabled (greyed out).How do I turn it on?

    Views

    1.1K

    Likes

    0

    Replies

    1
  • 6/17/06
    Hi,I have a table in a dynamic interactive PDF form. When the user enters text into a text field of the table, the field can expand over multiple lines. I want to know how I can retrieve the height of the expanded field so that I can resize other elements in the table such that they are kept in line...

    Views

    2.2K

    Likes

    0

    Replies

    5