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

  • 24-04-2015
    I have a form where I want to do a five to nine zip code; if the user inputs anything else, it is will be deemed invalid and the field will be empty when the user presses "enter."So far, in the change event, I have the following script that only allows 9 digits, meaning the user cannot input more th...

    Views

    1.3K

    Likes

    0

    Replies

    3
  • 24-04-2015
    We have installed QF 1.1.24 for the ES4 SP1 HTML Workspace. Does anyone know if this includes QF 1.1.22?See https://helpx.adobe.com/livecycle/quick-fixes/livecycle-es4-sp1/quick-fixes.html#HTML%20WorkspaceThanks.

    Views

    874

    Likes

    0

    Replies

    0
  • 24-04-2015
    Despite having uninstalled, reinstalled, change compatibility, run as admin and a host of other "fixes", LC keeps crashing, closing out and otherwise failing to operate. At this point the most I have been able to accomplish has been inserting 3 text boxes and then naming them. As soon as I change th...

    Views

    231

    Likes

    0

    Replies

    0
  • 24-04-2015
    Looking to find out what the infrastructure requirements are for this product and how it needs to be administered by our IT shop. Thanks

    Views

    559

    Likes

    0

    Replies

    2
  • 24-04-2015
    my submit button generates an e-mail based on a dollar amount and a drop-down. Depending on the choices it is possible for an e-mail address to be included in both the vEmail field and the vCC field. I don't want someone to receive an e-mail twice for no reason and I want to kind of keep it this way...

    Views

    178

    Likes

    0

    Replies

    0
  • 24-04-2015
    Three columns...In timeOut TimeTotal Time (calculate based on in and out entered) if( HasValue(spec1b) & HasValue(spec1a) ) then// compute time difference in minutesvar TimeDiff = (Time2Num(spec1b.formattedValue, "h:MM A") - Time2Num(spec1a.formattedValue, "h:MM A")) / (1000 * 60)// truncate to hoursvar HourDiff = Floor(TimeDiff / 60)// get minutes less than 60var MinDiff = Mod(TimeDiff, 60)// build fomatted dispaly stringConcat( Format("Z9", HourDiff), ":", Format("99",MinDiff) )else// if any values missing null the outputnullendif

    Views

    402

    Likes

    0

    Replies

    2
  • 24-04-2015
    http://help.adobe.com/en_US/livecycle/9.0/programLC/help/index.htm?content=000526.htmlWhy there is an error and how to use this WebService?Why this WebService URL is not be connected?tkspls help me asap

    Views

    260

    Likes

    0

    Replies

    0
  • 23-04-2015
    Hi all,I have three tables Orientation, Skill Development and Exam Preparation.Each table has two rows. The first row is just headings the second, Row1, contains a drop down a date field and a numeric field along with two buttons which are 'add activity' and delete 'activity'Users can select which t...

    Views

    233

    Likes

    0

    Replies

    0
  • 23-04-2015
    I have a large list of items in a drop down ~30. Based on the selection I need to generate some options. I can do this several ways but figure there has to be a better way.My first thought is:var a = dropdownList1.rawValueif (a == "Option1" || a == "Option2" || etc){then do something}else if(a == "C...

    Views

    653

    Likes

    0

    Replies

    2
  • 23-04-2015
    Hi everyoneI would like to export the xml from my first version of the form I developed and import it to the latest version. The user has completed the old version, so I would like to transfer her information to the new form without her having to fill in the form againWhen I click Export Data in Acr...

    Views

    487

    Likes

    0

    Replies

    7