Hello,In a flash application http://livecycleserver:8080/ReaderExtensions, when reader extending document, there is a "full save" checkbox.When using ReaderExtensionsService -> Apply Usage Rights in LC process, there is not "full save" option. This option is also not documentedin ReaderExtensionsOpt...
Ok this may be a newbie question but how can I change the color of text in text boxes and/or in the caption portion of different fields? I created my form from a document that was already created. The color of the font in that document was mostly blue with some text as red. Any new fields I add the ...
Hello All ,I want to handle some exception / errors that may arise while the user is filling the form so that the JavaScript console should not show any error rather we can simply show an alert / message .Say I got a dynamic table where the user can add / delete row at run time . There is a minimum ...
Hello!My name is Rafael. I speak from Brazil.I am new user on the AdobeCycle softwareI am doing a form and I need help, please.My project form has three pages:1ª Page - Instrucion2ª Page - form with fields to be fill3ª Page - (This page will be hidden). This page will get the informations from the ...
A previous forum user help me out by giving me this code: form1.#subform[0].Term_Start_Date::exit - (FormCalc, client)// Get the number of days from the epoch for the starting datevar startNumber = Date2Num(Term_Start_Date.rawValue,"YYYY-MM-DD")// Add the lease term to the startNumbervar diff = star...
Hey guys, how do I count the number of records I got on a data object variable?Im having a sql query result in a variable like this:oDB.resolveNode("#command").query.select.value = "SELECT * FROM Clientes WHERE CliNombre LIKE '%" + input1 + "%'";oDB.open();oDB.first();so I need to count the number o...
I have created a form and have numeric fields. I can fill in this form, in these fields, with a negative number. Once I save the document, close it, and open it back up the negative number has been replaced with a 0. I have tried changing the Data format from float to integer and also to decimal and...
Hi,as I am creating forms with Adobe Livecycle Designer this forum is of great help! However, I was looking for a book or guide about Livecycle Designer. There are several ones, but can anyone recommend a specific book?Thanks,Erik
Hey Guys,I'm having some issues with the form at the below link. I want the first dropdown to fill the second drop down which works but the unitPrice field isn't populating by the second dropdowns choice and what is in the wCSMMonth field. I'm just about bald on this one lol http://www.shingleme.c...
Here is what I am trying to do:I have a subform with objects ( multiple 3 column tables, each with a checkbox followed by two text fields ) that I want to be on screen, but only print when said checkbox is "checked"Here is what I have tried:The subform is set to flowed so that the objects will group...