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

  • 13-11-2012
    Hi,I have an application which is developed using Flex and BlazeDS. Now i want that application to have an HTML5 interface as well. But as i have done some research i come to know that there is no JS API for BlazeDS to have it connected with javascript where as LCDS have the same. I do not want to r...

    Views

    1.5K

    Likes

    0

    Replies

    0
  • 13-11-2012
    I am working with 3 nested tables. The relationship between them follows:Table 1 contains 'Monthly Award Amount', 'Payment Change Date' and Table 2Table 2 contains a 'Formatted Reason' field (Table 3) - which will always contain exactly 0 or 1 record(s) - This has a one-to-one relationship with Tabl...

    Views

    516

    Likes

    0

    Replies

    0
  • 13-11-2012
    I'm adding auto bullets in a textbox in ES2So in a plain text multiline textbox I add this Javascript to the change event to detect the carriage return and substitute for a carriage return, space, bullet, spaceif (xfa.event.change == "\u000A") { xfa.event.change = "\u000A" + " • ";}This works OKI al...

    Views

    853

    Likes

    0

    Replies

    0
  • 13-11-2012
    I am using custom buttons to attach, view and remove attachment files to my LiveCycle form. Most files attach without any problem. I have a particular file named, "RECN-TrackingLog.xlsm" that I receive the following error when trying to attach this file to the form. If I copy the file to my desktop,...

    Views

    553

    Likes

    0

    Replies

    1
  • 12-11-2012
    Hello,I'm new to scripting and am hitting a wall. Hoping someone can point me in the right direction. I've created a form that has a plus button and minus button. If the user clicks the plus button, they'll add a row to their table. If they click the minus button, they will delete a row. I want to h...

    Views

    1.1K

    Likes

    0

    Replies

    2
  • 12-11-2012
    If I have multiple check boxes within a subform, and if ANY of them are checked, I want the presence of another subform to change to visible, how would I make that statement?

    Views

    673

    Likes

    0

    Replies

    2
  • 11-11-2012
    Hi,Is there a way to change the default rawValue of a date field. It seems to be my locale (Australia) default of D/MM/YY. I would like to make it appear as DD-MMM-YYYY.I am also trying to add it to a Text Field, with a view to inserting into the middle of a sentence once a date has been chosen, usi...

    Views

    1.6K

    Likes

    0

    Replies

    2
  • 10-11-2012
    I am trying to replicate radzmar contribution to draw a pie chart (see http://forums.adobe.com/message/4036372)But I want to integrate in a form I already have and use only Javascript (not FormCalc)I have stopped trying to specify properties of the arc circles.If I write:var Sweep = 120;Page.PieChar...

    Views

    1.7K

    Likes

    0

    Replies

    7
  • 10-11-2012
    I've created some forms that have a blue back ground in the objects I've inserted in it. However I want to give people using a choice of colours. I've played with using a button but can't get it to work how I want. I've included a link to one of my documents so you can se what I want to change. Basi...

    Views

    512

    Likes

    0

    Replies

    0
  • 09-11-2012
    I need to create editable PDF that have a symbol (most likely arrows) that can be rotated North, East, South, West by the end user but not moved. How would I or Can I do this? Would i be able to create a drop down box with all of the options? I hope this can be done.

    Views

    484

    Likes

    0

    Replies

    1