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

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
Sort
  • Most Recent
  • Most Views
  • Most Likes
  • Most Replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • on 25-01-2010
    I have been having a real issue trying to load data from text files (tab delimited text file) into my form.It works fine if I use importTextData() with no parameters and it prompts for the file name, then the row, but if I try and pass the path and row it comes back with a -2 result "User Cancelled ...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • on 24-01-2010
    I am quite new to the adobe form.. and having problem with it. I am trying to get the subtotal from every page.I already put this code into the script:var fields = xfa.layout.pageContent(xfa.layout.page(this)-1, "field", 0);var total = 0;for (var i=0; i <= fields.length-1; i++) {if (fields.item(i).n...

    Views

    772

    Likes

    0

    Replies

    1
  • on 24-01-2010
    Hi All,        I planning to develope a sample application using Selection and Capture building block. I am new to this concept, Please can any one help me Step by Step process to develop the application.Thanks in advance.

    Views

    963

    Likes

    0

    Replies

    5
  • on 24-01-2010
    Hi all ,Does Form Server comes bundled with a basic Process Management Server? Please give me an idea on what does this form server do? what is purpose of form server? what is the use and purpose of form server, Process management and reader extension? I have some idea about all these by reading som...

    Views

    1.3K

    Likes

    0

    Replies

    0
  • on 24-01-2010
    Hi, I posted a question and a forum user Raghu was really great, and helped to get a working demo going, but i'm still a bit lostthe demo form is attached, and as you can see Raghu has some cool code on the variables to make stuff go ALL CAPS and Sentence caps, which is what we need, and you can see...

    Views

    3.1K

    Likes

    0

    Replies

    11
  • on 24-01-2010
    I tried the following filter to find members of a given group as:(objectCategory=user)(memberOf=CN=QA Users,OU=Help Desk,DC=dpetri,DC=net)which does not works.Anybody can share their experience in searching LDAP for members of a group?Thanks,Nith

    Views

    956

    Likes

    0

    Replies

    3
  • on 23-01-2010
    Will LiveCycle Collaboration Service Be Supported on Flex Mobile aka Slider?For example, can you create mobile using LCCS?????????

    Views

    726

    Likes

    0

    Replies

    4
  • on 22-01-2010
    I want to invoke a short-lived process via REST. In the short-lived process, I have a long-lived subprocess that does nothing but stores data in the database and track submissions. When I try to add a long-lived subprocess to a short-lived one, it forces me to change the parent to long-lived as well...

    Views

    155

    Likes

    0

    Replies

    1
  • on 22-01-2010
    This is hopefully a simple one.... but i have not figured it out after a few hours so any help would be greati want to take rawValues from text fields and use them in various places so imagineFirstName.rawvalue = "steve" and Surname.rawValue = "Brown"I want to be able to use FirstName and Surname wi...

    Views

    4.6K

    Likes

    0

    Replies

    13
  • on 22-01-2010
    Hi, I have attached a commented form that explains fully what i'm trying to do... but basically, i'd like to take user entered text raw.values and combine them with "stored text" to produce output text that is determined by the users selections....so is user name is Dave Smith and Dave selects optio...

    Views

    980

    Likes

    0

    Replies

    1