Expand my Community achievements bar.

SaketSidana
SaketSidana
Offline
Type
  • All
  • Questions
  • Discussions
  • Ideas
  • Blogs
Filter by user contributions
  • Refer this: http://help.adobe.com/en_US/livecycle/10.0/DesignerScriptingRef/WS92d06802c76abadb-3e14850712a151d270d-7ffa.html#WS92d06802c76abadb-3e14850712a151d270d-759d

    Type

    Questions

    Views

    664

    Likes

    0

    Replies

    0
  • Use the following FormCalc script:var numDays;numDays = Date2Num("21/5/2012", "DD/M/YYYY") - Date2Num("19/5/2012", "DD/M/YYYY");For more details on FormCalc scripting, pelase refer to: http://help.adobe.com/en_US/livecycle/es/FormCalc.pdf

    Type

    Questions

    Views

    367

    Likes

    0

    Replies

    0
  • You would need to create a form in Designer. The fields should bind to the appropriate DB columns[on server machine] with some scripting so that you can display the required options when the form is rendered/displayed. I am assuming that by "Validate and Save", you want to run some data validation s...

    Type

    Questions

    Views

    589

    Likes

    0

    Replies

    0
  • Is it that you want to use a color by getting the RGB values from some other fields?

    Type

    Questions

    Views

    1.1K

    Likes

    0

    Replies

    0
  • You need to use it this way: this.fillColor = ("255","255","255");Modify your script in the foll. manner:if (this.rawValue < 0) {    this.fillColor= ("231","179","173"); //Set the color to red if value is less than zero}else {    this.fillColor = ("255","255","255"); //Set the color back to white i...

    Type

    Questions

    Views

    1.1K

    Like

    1

    Replies

    0
  • Didn't understand your query, please clarify certain things. Is it that you do not get any issues when you see the PDF in Adobe Reader but get into issues while viewing it in some other PDF viewer? Also suggest the exact format error you are facing and which application did you use to design the for...

    Type

    Questions

    Views

    449

    Likes

    0

    Replies

    0
  • I need some more information. 1) Please suggest if you have LiveCycle Forms server or you just have LiveCycle Designer. Looks like you have Designer only but want to know. 2) How do you send forms to users? Are these hosted on a web site?3) What's the different sources of data used in the form? Does...

    Type

    Questions

    Views

    590

    Likes

    0

    Replies

    0
  • Your use case looks like htat you want to design the form automatically. There is no such component which would allow you to design form automatically. However, you can create a form template such that certain objects[check box, dropdown, etc] appear/disappear[i.e. get visible/hidden] based on data ...

    Type

    Questions

    Views

    594

    Likes

    0

    Replies

    0
  • There is no such limit. What's your use case?

    Type

    Questions

    Views

    355

    Likes

    0

    Replies

    0
  • Somehow, I took these as separate queries. You would need to write a script to do that.Write a JS on change event of the numeric field.// form1.sf1.NumericField1::change - (JavaScript, client)var chkLength;chkLength = xfa.event.newText.length;     if (chkLength > 15) {     xfa.event.change = "";    ...

    Type

    Questions

    Views

    524

    Likes

    0

    Replies

    0
Top badges earned by SaketSidana
Customize the badges you want to showcase on your profile