Expand my Community achievements bar.

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

  • 7/15/11
    What I am looking to do is have a check box that says "Ship to is the same as Bill to" and if it is clicked, then the address populates in the fields below, otherwise the user can free text entry the address.I am not sure how or even if this can be done so any help would be appreciated.The Bill to a...

    Views

    2.9K

    Likes

    0

    Replies

    13
  • 7/15/11
    var nNumber = NumericField1.rawValue - NumericField2.rawValue;if (nNumber > 2 || NumericField3.rawValue > 5) {     TextField1.presence = "visible";     TextField2.presence = "hidden";}I can't get seem to get this code to work. Should this code work in terms of the formula, symbols, etc?

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 7/15/11
    Hello!A client is migrating their 2,400 forms from old JetForms to PDF (LiveCycle Designer) and would like to keep the same functionalities he's used to in the old platform. However, some of the old tool features do not seem to be present in LiveCycle.Suppose a drop-down menu in a table cell, contai...

    Views

    2.6K

    Likes

    0

    Replies

    5
  • 7/15/11
    I'm working on recreating a form and the text box is fairly large with some instructions on what to put in that space set as default.  I'm not sure how to get multiple lines in as the default.  Is there some script to add more lines??  Any help on this is grealty appreciated...thanks so much.

    Views

    675

    Likes

    0

    Replies

    2
  • 7/15/11
    Date field set following:   object > value > DateAlso set:   Object > field > pattern > 04/01/2007In this case, I wish if user do not select date, date field will be invisible during print. What is the code with a view to this?

    Views

    1.6K

    Likes

    0

    Replies

    11
  • 7/14/11
    I'm trying to configure an email endpoint but I am unable to configure the input/output parameters.  I found the below thread which sounds exactly like my problmem except the solution does not work.  If I go to AdminUI, I do not see how to change it from variable to literal.  Any other ideas?http://...

    Views

    1.2K

    Likes

    0

    Replies

    2
  • 7/14/11
    Hi,I have the form that has 2 buttons, move up and move down, which is used to move the subform up or down. I currently have it to pop up a message: "The current item can't be moved up" when the user try to move that item up since they are already at the top of the formor "The current item can't be ...

    Views

    1.5K

    Likes

    0

    Replies

    8
  • 7/14/11
    LiveCycle Static form need to edited in acrobat and the field name will be same. Is it possible? how can I achieve?

    Views

    607

    Likes

    0

    Replies

    1
  • 7/14/11
    So, I want to set a text block to be visible screen only when a user checks a box.  I create the text object as "hidden", and when a check box is clicked I want the text box to show but only on the screen - not printed.  I can set that property when I create it, but the .presence code only allows me...

    Views

    840

    Likes

    0

    Replies

    2
  • 7/14/11
    Hi folks,We are having an issue where we are seeing a webcam subscriber with streamCount = 2 (and indeed, displaying multiple camera streams) even though its publisherIDs.length = 1.This seems to be occurring when we try to change the publisherIDs array of a webcam subscriber while the publishing us...

    Views

    1.6K

    Likes

    0

    Replies

    10