Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First
Filter
  • All
  • Resolved
  • Unresolved
  • Zero replies

  • 11/9/11
    I am assuming this is a basic calculation question. New to Adobe LiveCycle Forms.I have a simple form containing a table. The table appears as such:Text Formatted as Date/Time FieldsHeader 3Monday user wil choose the beginning date (Date/Time) this is DateTimeField1Tuesdaythis should calculate DateT...

    Views

    1.5K

    Likes

    0

    Replies

    2
  • 11/9/11
    In case of multi text field how can I set automaticta tab? I think I have to set script for individuals field and also a  common script but how can I insert common script?

    Views

    1.0K

    Likes

    0

    Replies

    1
  • 11/9/11
    Hi there. I got the following script for the format of an inputted number (7 numeric char). If entered as "1", the format will be changed to "0000001". Now I want to get this effect: if entered as "f1", the format will be changed to "F000001". How can I modify the script to achieve that? Thanks.if (...

    Views

    684

    Likes

    0

    Replies

    1
  • 11/9/11
    I would like to give users the ability to change their microphone *after* joining a room, but the following code throws the following error.  Is there anyway to accomplish this?  Thanks!Microphone.getMicrophone( micComboBox.selectedIndex );  /* called anytime after audioPub.publish() */TypeError: Er...

    Views

    3.3K

    Likes

    0

    Replies

    10
  • 11/9/11
    Hi everyone,I have a button, under this button I perform validations, I check if certain fields are completed before I can allow the user to email the form.That works perfectly..The else part is the problem, if the fields are completed I want to email the form, but I want to attach to the email the ...

    Views

    1.2K

    Likes

    0

    Replies

    3
  • 11/9/11
    Noob to this site.So i currently have a form fillable which I'm wondering if certain actions are possible. I'm fairly new to real technical aspects of livecycle so spare with me if you can.I have a series of 4 check boxes with values assign to each. Below the 4 check boxes i have an additonal 4 text...

    Views

    5.3K

    Likes

    0

    Replies

    26
  • 11/9/11
    When accessing my Flex 4.5 LCCS application from the web browser,I receive the Flash Player Settings popup.Camera and Microphone access."local is requesting access to your camera and microphone, if you click allow you may be recorded".I click allow, but, the microphone is not active, the progress sl...

    Views

    1.0K

    Likes

    0

    Replies

    1
  • 11/9/11
    And I can't figure out what I'm doing wrong. Here's the script:if (form1.page2.pmApp.lessThan.presence == "hidden"){ form1.page2.purFlowed.presence = "hidden"; form1.page2.addlAppFlowed.presence = "hidden";} Thanks,MDawn

    Views

    652

    Likes

    0

    Replies

    2
  • 11/9/11
    Hi,How can I code my form so that when a user selects a date in the date / time field  it will then reveal a hidden text field, I am assuming this would be a "change" in javascript rather than on "exit".Would appreciate any advice.Thanks

    Views

    803

    Likes

    0

    Replies

    2
  • 11/9/11
    I have very simple code. On click of the button Add you can add unlimited # of instances. On click of the button remove, you remove instance. Works fine, removes all instances, but when you click Add button again, it adds first instance with the data you have entered before. It does not clean data f...

    Views

    1.4K

    Likes

    0

    Replies

    4