Expand my Community achievements bar.

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

  • 4/5/12
    I have a situation where event.target is returning undefined.I have JavaScript in the preSubmit event that was not firing when clicking the Save button in Workspace. I tracked down that this button through the Form Bridge calls saveXML. The code I need run alters the XML so I still need it run befor...

    Views

    634

    Like

    1

    Replies

    1
  • 4/5/12
    I have created an enrollment form with LiveCyle.  The employer will send the application to a new employee for them to fill out and they would like it emailed back to them.  I tried the submit button but that doesn't work because while the information they input is received in a .xml file the electr...

    Views

    2.6K

    Likes

    0

    Replies

    4
  • 4/5/12
    Hi, I posted this in the wrong forum I think - so I am reposting this here.  Mods please on or the other if this a problem.I have a form where I have a text box on a positioned page that is set up in the following way- allow multiple lines - object>field options- expand to fit - Layout options.- I d...

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 4/5/12
    Hi Folks,I have around 80 Forms to design, which are simple letters. The only thing that changes in those forms is the body of the letters. The Logo, salutation, Address Line and footer remain the same. I am trying to figure out the best way to design these forms. Following are the approaches I have...

    Views

    1.2K

    Likes

    0

    Replies

    4
  • 4/5/12
    Hi,I have a form where I have a text box on a positioned page that is set up in the following way- allow multiple lines - object>field options- expand to fit - Layout options.- I do have a height specified as a default.- this.maxH - ""; - is scripted to shrink the box to the smallest size possible b...

    Views

    1.5K

    Likes

    0

    Replies

    2
  • 4/4/12
    Hi, i need to "Hide Navigation Panel buttons" in the left side of the live cycle form when its open in the workspace using scripts, so the user no need to right click each time to Hide it,thank you

    Views

    5.7K

    Likes

    0

    Replies

    9
  • 4/4/12
    New to LC and JavaScript and am attempting to show/hide a text field on radio button (excl group) select using the presence property. Two buttons in the exclusion group (i'll call them 1 and 2), default presence of text field is to be hidden (not displayed and takes up no space on layout).  I've set...

    Views

    2.1K

    Likes

    0

    Replies

    2
  • 4/4/12
    I understand the not dividing by zero issue, but can't get the following to work without the over/underflow error (the calculation works as intended though):if (IBW ne 0 & HasValue(IBW) & (Actual_weight/IBW > 1.19) thenIBW+(0.4(Actual_weight - IBW))elseif(IBW ne 0 & HasValue(IBW) & (Actual_weight/IB...

    Views

    413

    Likes

    0

    Replies

    0
  • 4/4/12
    HiI have the following code on change event of a field://Restrict the Length to the Maximum 5var maxLength =5;if(xfa.event.newText.length >maxLength)xfa.event.change = "";// restrict entry to digits if (xfa.event.change.match(/[^A-Za-z0-9]/))        xfa.event.change = "";and this code on the exit ev...

    Views

    735

    Likes

    0

    Replies

    1
  • 4/4/12
    Hi all,Any one else had problems with playback after installing Flash Player 11.2 ?  I have a bunch of data I can post but I think it's my code ( not sure why 10.3, 11.1 work fine but 11.2 specifically wouldn't change a mxml view... ), so just wondering if anyone else seeing issues.Thanks,Alex G.

    Views

    3.5K

    Likes

    0

    Replies

    7