Expand my Community achievements bar.

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

  • 6/27/14
    Hi,I'm trying to round up a calculation result to the nearest hoursfor example, I want the result: 4:49 to be 5I have the a start time field and an endtime field and the a totalhours field which I have managed to get to work using the following script:var startT = StartTime.formattedValuevar endT = ...

    Views

    341

    Likes

    0

    Replies

    1
  • 6/27/14
    I am new to LIvecycle Designer, and have had no problems so far that I could not resolve via Google or trial and error.  Now I have an issue for which I cannot find an answer.I have created a fillable form, 2 pages, that will handle input of various numeric values.  In an effort to keep the size dow...

    Views

    417

    Likes

    0

    Replies

    3
  • 6/27/14
    Dear All,           I have configured our invoice in Adobe Livecycle and connected it to MS Acess 2007 as per http://forms.stefcameron.com/2006/09/18/connecting-a-form-to-a-database/.All is working fine, I can insert, retrieve data from DB to invoice and vice versa.Now I want few things to be implem...

    Views

    378

    Likes

    0

    Replies

    0
  • 6/27/14
    Hi everybodyWhen I add a page, the footer of the last page is automatically deleted. It works perfectly. But I would like that the footer appears again on the last page when I delete the current page.Here is the code used  with the initialize event :for (var i = 0 ; i < xfa.resolveNode("ira._Page1")...

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 6/26/14
    Hello I'm a little stuck on this form.  I was able to get the text fields to expand, however they overlap over other text and does not move to another page. Please help I have tried just about everything including re-doing the form, and when I put the whole document on a flowed subform it loses the ...

    Views

    650

    Likes

    0

    Replies

    1
  • 6/26/14
    Can a global variable ( defined in Form Properties ) be used as part of a text object ?I am creating a PDF document (using LiveCycle ES ) that can be used by multiple departments.In LiveCycle Designer, I created an XDP with multiple pages.The form includes a variable varDepartment that I set to the ...

    Views

    1.3K

    Likes

    0

    Replies

    5
  • 6/26/14
    Hi everybody,I'm trying to submit a task and the related data to ALC using Soap, from an external application, to implement HTML/Angular Forms in ALC ES3, but can not find any doc nor any info about what service to invoke...I've tried to use ProcessManagementTaskService, which seems to be the one in...

    Views

    653

    Likes

    0

    Replies

    0
  • 6/26/14
    How do I redirect to a specific URL with JavaScript upon submit in Adobe LiveCycle?I already have the code in place where the submit event is handled, and just need the specific code to do the redirect.Standard asp.net-style redirects such aswindows.location.replace(http://myURL.com);do not work.Any...

    Views

    1.0K

    Likes

    0

    Replies

    2
  • 6/26/14
    What is a process w.r.t livecycle? How do we design a process?

    Views

    616

    Likes

    0

    Replies

    0
  • 6/25/14
    Hello,I am trying to populate a table with selected listbox items. Each item should be a new row in the table. The picture below is the listbox and table I am using. I need to get the selected name to populate the Attendee column of the table when the user clicks the Add button. How do you do this w...

    Views

    639

    Likes

    0

    Replies

    5