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

  • 06-05-2011
    Hi,We need help in field level validation.The requirement is Text Field should not allow special charecters and Numbers.We have written following script in Exit event to restrict special chars and numbers.if(this.rawValue == null || this.rawValue == "") {// Nothing}else if(!this.rawValue.match(/[a-z...

    Views

    579

    Likes

    0

    Replies

    2
  • 06-05-2011
    Hi All,I have a PDF/XDP form where I have some scripts written on prePrint and postPrint events.Now I want to execute the postPrint event script only when the form is sent to Printer and not when it is canceled.Is there any way to read the Print Dialogue Box actions(OK, Cancel)?Please suggest.I woul...

    Views

    306

    Likes

    0

    Replies

    0
  • 05-05-2011
    Hi All,I have a requirement to have a watermark on my Form when it is printed for second time and hence.If the user prints the form for first time he should not see any watermark.Any ideas. Please Help.I am working on Designer and LiveCycle ES2.Thanks and Regards--Chalukya.

    Views

    1.4K

    Likes

    0

    Replies

    6
  • 05-05-2011
    There is a requirement that I need just a single instance of a process (long lived). If user tries to invoke process again it should not get invoked. A kind of singleton process. Is it possible?Thanks,Abhinav

    Views

    2.1K

    Likes

    0

    Replies

    9
  • 05-05-2011
    The Room Console is a pretty nice tool to have out of the box to aid in visual debugging of LCCS room-state. However, I think it would be far more usable if the list of "My Rooms" were sortable and searchable. Once that list gets full it can be a huge pain to find a single room.

    Views

    721

    Likes

    0

    Replies

    2
  • 05-05-2011
    I've been having trouble getting JavaScript to run when set to run at "Client and Server". So to try to narrow down the problem, I created a simple new dynamic PDF with a test field on it called "msg". In the docReady event, I placed the following JavaScript code:this.xfa.form.Ultra_Form.Page1.msg.r...

    Views

    627

    Likes

    0

    Replies

    3
  • 05-05-2011
    We have a PDF generated from an .XDP using Livecycle 7.2.1. It submits without problem on any Windows/Reader combination but fails on 3 Macs that I have tried. The Macs are running Snow Leopard and I have used a range of Reader 9.4.4 to X.Interestingly, a web service call, which precedes the http Su...

    Views

    1.7K

    Likes

    0

    Replies

    7
  • 05-05-2011
    We have a PDF generated from an .XDP using Livecycle 7.2.1. It submits without problem on any Windows/Reader combination but fails on 3 Macs that I have tried. The Macs are running Snow Leopard and I have used a range of Reader 9.4.4 to X.Interestingly, a web service call, which precedes the http Su...

    Views

    364

    Likes

    0

    Replies

    0
  • 05-05-2011
    I need to be able to bind two objects without using a data source.Meaning:If from StateDropDownList I select Texas. Then on anohter drop down, say CountyDropDownList, I want my selection to be only counties in Texas.Can this be done without connection to a data source? Can I type the values within L...

    Views

    407

    Likes

    0

    Replies

    2
  • 05-05-2011
    Hi,I am having issues with my form. I had it set that users could save data after filling out the form. I had to change a drop down list to a text field and now the users cannot save data. I asked if I had it reader enabled, but I am not sure how to do that. Also, I tried to distribute my form and I...

    Views

    565

    Likes

    0

    Replies

    1