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

  • 23-02-2010
    I have a 25 part form that my users access quite frequently - currently it is stored in 25 Word documents and the end users choose which ever parts they need and copy and paste into one form. I am tasked with creating one form with all 25 parts in it - no big deal there, but the form must function s...

    Views

    1.5K

    Likes

    0

    Replies

    10
  • 23-02-2010
    Am using Formcalc to read a database, some entries in a column are null. Formcalc throughs an error when it comes across a null.Any advice on how to handle this case.Thanks in advance,Patrick

    Views

    598

    Likes

    0

    Replies

    2
  • 23-02-2010
    I'm trying to get an Assembler sample working and could use some help. Within the eclipse project I've included the JAR's as indicated in the comments, yet when I make the call to AssemblerServiceClient.invokeDDX, the following errors are thrown:java.lang.IllegalStateExceptionjava.lang.NoClassDefFou...

    Views

    2.0K

    Likes

    0

    Replies

    4
  • 23-02-2010
    Last November, LiveCycle was installed and it working fine until last Friday. Users were not able to login to Workbench. I checked the services ant JBoss had stopped running with the message above. I checked the server log and this is the last entry before the service stopped "2010-02-23 04:30:34,15...

    Views

    1.9K

    Likes

    0

    Replies

    1
  • 23-02-2010
    hello. I have created a video chat application where a user has a list of friends and they can enter different rooms depending on who they want to chat to. So each friend is assigned a room and when a user clicks on a friend they enter the room that is designated for chatting to that particular frie...

    Views

    2.0K

    Likes

    0

    Replies

    14
  • 23-02-2010
    Hi,Would somebody please tell me what is wrong w/ my JavaScript?var newDoc = app.newDoc(); //create a new PDF docnewDoc.insertPages({nPage : -1, cPath : "/c/doc1.pdf",}); // inser doc1.pdfnewDoc.insertPages({nPage : newDoc.numPages, cPath : "/c/doc2.pdf",}); //insert doc2.pdfnewDoc.saveAs({ cPath : ...

    Views

    3.5K

    Likes

    0

    Replies

    9
  • 23-02-2010
    Can I create a button that would insert a copy of a subform that a user already filled out that would contain the information they entered?

    Views

    1.1K

    Likes

    0

    Replies

    4
  • 23-02-2010
    Is there any documentation to clone the LiveCycle database/server to another machine ?Aditya

    Views

    761

    Likes

    0

    Replies

    1
  • 23-02-2010
    If I have three boxes on my form and I put a number in box number one can I get box number two to calculate 20% of box number one and then have box number three give me the difference between box number one and box number two?

    Views

    707

    Likes

    0

    Replies

    4
  • 23-02-2010
    i'm allowing individual on/off controls for listening to users' audio streams.AudioSubscriber.publisherIDs is the way to control which streams you're playing. by default it's set to empty which plays all audio streams.to stop playing an audio stream, you remove that stream's publisher id from .publi...

    Views

    658

    Likes

    0

    Replies

    3