Expand my Community achievements bar.

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

  • 9/25/13
    Hi,I have a MS SQL table with 4 rows. The table contains 4 fields..Event Location Description Date I want to pull this table on to a pdf document.. (all 4 rows)i.e.EventLocationDescriptionDatejygyjhmnumreny ynjny nytnty1/2/13crevmuymnyrthnyernyn nyrtejnet1/6/14bynmuybnrnhen2/3/14What is the easiest ...

    Views

    483

    Likes

    0

    Replies

    0
  • 9/25/13
    Hi allI have 2 dropdownlists;- dropdownlist1- dropdownlist2I would like to set the items of dropdownlist 1 into dropdownlist2.The following code does not work.Have anybody the solution?for(var i = 0;i< dropdownlist1.length;i++) {     dropdownlist2.addItem(  dropdownlist2.item(i) ); }

    Views

    620

    Likes

    0

    Replies

    1
  • 9/25/13
    I want to create a form where certain words within a paragraph are fillable.  I also want the fields to expand or shrink according to what the user enters.  I don't know how to manually code and am hoping I can find a video or poignant tutorial.Thank you in advance for your time and experience!    

    Views

    687

    Likes

    0

    Replies

    1
  • 9/25/13
    When someone submits a form with answers, I need the answers to be in the body of the text, rather than as an attachment. How do i get this to happen?Scott

    Views

    885

    Likes

    0

    Replies

    2
  • 9/24/13
    I have the below code in Desiger 10 and it works for the first one or two attachments but then will error out with the following error:Unhandled exception at 0x5CFCF19A (EScript.api) in Acrobat.exe: 0xC0000005: Access violation reading location 0x80000000.Code:var myDoc = event.target;var attachment...

    Views

    674

    Likes

    0

    Replies

    1
  • 9/24/13
    My document/form will be quite long, about 5 sections, 64 pages total.  Currently each section in Word is numbered per section pages, such as page 1 of 5, page 1 of 12, etc., depending on the number of pages.  But am converting the document to LiveCycle and am setting up master pages and assigning t...

    Views

    1.8K

    Likes

    0

    Replies

    3
  • 9/24/13
    I added a new data connection - WSDL - Invoke processWhen i click the invoke button, the xml is shown instead of list...I created the wsdl using workbench, here is the picture of the processPlease help me debug this issue.ThanksKrishna

    Views

    674

    Likes

    0

    Replies

    0
  • 9/24/13
    Hi all!  I am trying to display a single quotation mark in order to correctly display a 'height' field (ie: 5'8").  Can't get it to work no matter what display pattern I try.  Best I can do is 5"8 which is totally wrong of course.Any help would be greatly appreciated!  Thanks so much!

    Views

    698

    Likes

    0

    Replies

    1
  • 9/24/13
    Lets say I have a subform that has an another subform in it. Both subforms are repeating and can repeat numerous times.The structure would be something like this:Subform[0]   SmallSubform[0]            Field1            Field2   SmallSubform[1]            Field1            Field2   SmallSubform[2]  ...

    Views

    902

    Likes

    0

    Replies

    1
  • 9/23/13
    Hi,I'm trying to set (via js on the "Change" event) the value of text field (called "txtClientCurrency") with the selected item's bounded value in a droplist (called "droplistClientCountry").The droplist contains the counteries and the binded values contains the currency code (e.g., SAR, EURO, US, e...

    Views

    978

    Likes

    0

    Replies

    2