Expand my Community achievements bar.

Sort
  • Most recent
  • Most views
  • Most likes
  • Most replies
  • Oldest First

  • 7/12/06
    I downloaded and purchased Adobe LiveCycle designer because of the demo that I viewed online at www.adobe.com. The demo showed that you could add new lines of data (addInstance) and in that demo it showed that it was coping all the data from the previous line. I have tried and tried to figure this o...

    Views

    717

    Likes

    0

    Replies

    2
  • 7/12/06
    I am adding a new subform by calling the instance manager and in the same script, I want to set the value of a field within that newly added subform, but it does not seem to work. if (condition = true) { _subformname.addInstance(); form.subform.TextField1.rawValue = "test"; }So I add the subform and...

    Views

    468

    Likes

    0

    Replies

    1
  • 7/12/06
    Is there any way to add a Print Page button, versus the Print Form button? My "Form" is 31 pages, only 8 of which are fillable. I'm thinking that I need to put a CAUTION note next to the button to advise Print Current Page only. Knowing how users are, I'm expecting negative feedback and a "Print Pag...

    Views

    560

    Likes

    0

    Replies

    4
  • 7/12/06
    This sounds like a pretty simple problem, but... I have created a form using Designer that consists for 4 text boxes that span the width of the page. We are using a middleware product, LogiXML, to populate the form. We have successfully accomplished getting the data to appear in the text fields, but...

    Views

    483

    Likes

    0

    Replies

    1
  • 7/12/06
    On a form that we use to create quotes for customers, we have a date field that inserts the current date when the user clicks the field. Syntax:----- form1.#subform[0].CurrentDate::click - (FormCalc, client) ------------------------------------// Current Date in short-style date format.$.rawValue = ...

    Views

    600

    Likes

    0

    Replies

    3
  • 7/12/06
    I would like to use the SUMBIT EMAIL button to send a pdf file of the completed form. I understand that is sends a data file, that has to be imported back into the form template on the other end. Is there a way to autmoate this process, or jsut simply send the completed form in pdf format?Thanks,Ric...

    Views

    628

    Likes

    0

    Replies

    3
  • 7/12/06
    I have a text field and I want to run a script every time a key is pressed on the keyboard for validation. Is it possible to create some kind of "listener" for key presses?Thanks!

    Views

    492

    Likes

    0

    Replies

    1
  • 7/12/06
    We have a new server on which we will install CF 7.0.2enterprise and FDS 2. We normally install CF in the serverconfiguration (no JRun). FDS being a J2EE app we will have toinstall JRun. What is the best install method to take the mostadvantage of FDS and CF? Should we do CF with JRun or CF serverco...

    Views

    488

    Likes

    0

    Replies

    1
  • 7/12/06
    I have a form that uses the "hidden submit button" technique. Whereas, the visible Submit button is a regular button that performs some addt'l validation before exec'ing the click event on a real, hidden submit button.What I would like to do is to disable the visible submit button in it's click even...

    Views

    362

    Likes

    0

    Replies

    1
  • 7/12/06
    Why can't I edit or at least trigger the "click" method of the FSSUBMIT_ button? I am trying to call this method from another action.

    Views

    458

    Likes

    0

    Replies

    1