Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges


AEM as a Cloud Service 2022.7.0 - Release update: https://adobe.ly/3paYDAo

Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved

  • 01-04-2012
    Hi,I wantto know if this is possible (and any pointers would help):I am architecting LC RM so that the database containing the userID and password are on a seperate box than RM. To authenticate the users, I do not want to use JDBC, but rather a secure web service call.1. Can it be done2. Is there an...

    Views

    1.7K

    Likes

    0

    Replies

    1
  • 01-04-2012
    I have created a form that when filled out, should send the form by email to the recipient as a completed pdf form. It works with Adobe Acrobat but not Reader.Any Ideas?form can be found at: http://www.lcyc.ca/images/stories/macman2012/macmanentry.pdf

    Views

    3.9K

    Likes

    0

    Replies

    3
  • 01-04-2012
    On the linked form, I am trying to get the yellow field to display a subset number of the green field. Example: If the first green field displays "1" the first yellow field will display 1.1, and the next yellow field will display 1.2, then 1.3 and so on. When a new topic is generated, the green fiel...

    Views

    764

    Likes

    0

    Replies

    2
  • 30-03-2012
    I have a PDF file that is 3 pages. When I create the 3 page template form through Acrobat 8 Forms, and then it is placed in Lifecycle designer, I can save it. All of the fields that I create remain in the file. But, I cannot add another page (PDF template) to this Lifecycle file. I have to go back t...

    Views

    797

    Likes

    0

    Replies

    0
  • 30-03-2012
    For an example, download the Property Owner Application form from http://www.atlantahousing.org/housingchoice/landlords/index.cfm?Fuseaction=formsWhen opened in LiveCycle Designer, I get a message that Kozuka Gothic Pro-VI M (Regular) is missing. I don't see a way of searching for a font in LiveCycl...

    Views

    1.5K

    Likes

    0

    Replies

    2
  • 30-03-2012
    I want the date and time to display in a textfield. I am thinking the best way to go about this is to have a hidden button in the field, so that when the user clicks in the field the date and time will automatically appear. I need help with some code (not really sure of how the code should look). Sh...

    Views

    412

    Likes

    0

    Replies

    1
  • 30-03-2012
    This is the script i have in the Change event of a checkbox:if (xfa.resolveNode("this").rawValue == "1" && SSN.isNull){ SSN.mandatory = "error"; app.alert("Please fill in the Dependent SSN portion of this form."); }else { SSN.mandatory = "disabled"; }I also need this to verify that the "age" field i...

    Views

    598

    Likes

    0

    Replies

    3
  • 30-03-2012
    Below is a table that I pretty much have in LiveCycle. I have it so that once you select the option in the dropdown it creates a new row. Now i want to be able to populate the Step rows with 1, 2, 3... and so on.Step #example 1example 2DropdownThis is how I want to have the table look like:Step #exa...

    Views

    363

    Likes

    0

    Replies

    0
  • 30-03-2012
    Hello,I have a subform which has an 'Add' button. When user clicks on the add button, a new subform is added. I, however, don't want to show this 'Add' button in the subsequent forms. I want to show it in the 1st form only. Also, the user can only add max 3 forms. Thus, as the form number reaches 3,...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 30-03-2012
    I have dropdown box with list of predifined items, from which I can select items into a text field with an add and remove buttons. these all work very nice.Currently I have to remove one by one item incase I made some wrong selections via the remove button. You need to select the item and then click...

    Views

    6.5K

    Likes

    0

    Replies

    7