Higuys im pretty new to adobe live cycle designer es2 i have a really easy one.how do i change the boxtype or apperance of a textbox from solid to none after pressing a buttonI have tried this on the click even tof a a button but does not seem to work.NumericField1[0].border = "None"; any sugges...
Hi, I have problems when I tried to open a PDF document with a police of RM generated in the Laundpad, I use a self-signed ssl certificates with the common name https://127.0.0.1:8443 and the base URL in the configuration is the same. I have tried to resolve this issue during a week but i could it a...
I'm trying to create basic if statement for one of the fields. I'd like to know your opinion what is wrong with it//codeform1.#subform[0].Body.TotalTaken[0]::calculate - (FormCalc, client)var sum = Sum(Jan,Feb,Mar,Apr,May,Jun,Jul,Aug,Sep,Oct,Nov,Dec) // if I leave only Sum(Jan,...) in this field it...
How can add page numbers to my 10 page document I justcreated? Is there a way for me to add page numbers in the footer like you can in MicroSoft Word? The problem is, I already have created my form & can't re-arrange it any. If I could manually type the page number in that would be fine to...I just ...
I'm sure the answer to this question is simple, but being new to formcalc (and scripting in general) I am having problems with it.The details:I have a dynamic form in livecycle. The two fields I am having problems with currently are a drop down list, and a text box (not field) associated with it. Wh...
Hello everybody!I'm working with SAP.On my current project I would like to implement a customer form via Adobe Lifecycle Designer.I'm going to ask a developer to implement the following logic:There is a fixed rectangular area in the form. This area should represent a text.In case of long text I woul...
HiI am trying to create a calculation PDF form. This form is doing several calculation. I need to plot/draw/create pie chart based on the data entered on form. Is this is possibile using Adobe LiveCycle Designer?How can i do this task?Thanks in advance.Thanks,Victor
It seems all my text boxes i have start the text in the center of the box vertically, then spaces it out as you type more. is there a way to make it start at the top of the box and work down, just as if you were typing in Word or Notepad. if someone only types a few lines, it looks kinda odd havin...
Hello!I'm using Adobe LiveCylce Desinger integrated in SAP. I have a task to hide a database-table, if the table empty is.Normmaly we can do following to check, whether the content empty is.if (this.REMARK_TEXT.rawValue == null )this.presence = "hidden";elsethis.presence = "visible";The question is,...