livecycle

LiveCycle Data Services acceptClient conflict handler Error

When calling the acceptClient method on a conflict I get the error below. The acceptServer method works just fine - and I am lost... TypeError: Error #1009: Cannot access a property or method of a null object reference. at mx.data::ConflictResolver/updateMessageForAcceptClient()[C:\depot\flex\branches\enterprise_corfu_rc\frameworks\pro...

Weird problem with Rails and Adobe Livecycle pdf

I'm building a site in which a catalog (of products) is shown and when clicked a Adobe Livecycle generated pdf will be opened. There are a few form fields and when the submit button is pressed, the fields will be submitted to the url http://localhost:3000/pdf-parser. This file gets all the parameters and can store them in the database. ...

How to increase transaction timeout in Adobe LiveCycle server? Long service call fails with timeout exception.

We are converting large PDF file using Adobe LiveCycle ConvertPDF service. This works fine for smaller PDF files, but fails when we attempt to convert a large PDF file (around 150mb - don't ask). It looks like Adobe sets the a transaction timeout around 14(?) minutes. As processing time for our huge PDF exceeds this time, operation is ...

Is it possible to digitally sign an Adobe LiveCycle HTML Form ?

Is possible to digitally sign an Adobe LiveCycle HTML Form ? I know that with IBM Lotus Forms you can sign forms, rendered as HTML with an ActiveX control. ...

Adobe HTTP Form submission - Windows Authentication

I'm trying to get Windows Authentication to work in Adobe Form submissions. It works when I run things from my local host and my user id shows up but when I submit to a different machine, I keep getting the 401 - Not Authorized error. Is this not supported or am I missing some setting? In case anyone is interested, the original problem ...

FormCalc round to nearest quarter hour

I have this time sheet that has four "In" and four "Out" columns,and calculates hours worked in a two week pay period. There is a column on the right that calculates the hours worked for the day (see script below). I need it to round to the nearest quarter hour i.e., If an employee arrives or leaves between: ":00" to ":07" minutes afte...

How can I debug AMF (BlazeDS) serialization of Java objects to Actionscript?

I'm using BlazeDS to remote some Java objects that I'm consuming in a Flex application. I'm getting a type coercion error with one of my classes that I can't for the life of me figure out. I have other classes that are working fine using the same data types, and I've gone over my mapping a dozen times. I'm following all of the necessa...

Should I invest in GraniteDS for Flex + Java development?

I'm new to Flex development, and RIAs in general. I've got a CRUD-style Java + Spring + Hibernate service on top of which I'm writing a Flex UI. Currently I'm using BlazeDS. This is an internal application running on a local network. It's become apparent to me that the way RIAs work is more similar to a desktop application than a web...

Livecycle Designer - Link text field to line of text file

Hi, I'm very new to LiveCycle designer so this might be obvious. I'm fixing up a legacy PDF form that I don't have a lot of scope to replace with something better. All I want to do is to read in a couple lines of a text file during the PDF's initialise event and use those to fill a couple of fields, but Adobe won't let me instance the f...

LiveCycle need to program submit by email button so attachment in xml/pdf is unique

for example, if i send this form to john smith and he enters his name in a field in the form and clicks 'submit by email", the attachment should be john.pdf or john.xml. I get some weird documents like _ac324cxdsf and etc... How do i fix this? Please let me know. thanx ...

Making a text field flow like a paragraph in Adobe Livecycle Designer

I intend to create a form using Adobe Livecycle Designer 7.00 in which I want a field to flow as does a paragraph in a text editor. To be more specific, I have a text object before and after the text field which is contained in a subform. As there is some text before the text field, it naturally would not start from extreme left. Now w...

Dynamic Hyperlink in Livecycle Form

I am trying to figure out how to make a hyperlink in a Livecycle Form which points to a URL which will change on different days that the form is rendered. For example on one day I might want the hyperlink to point to: mywebsite/mypage?option=XXX and on another day I want it to point to: mywebsite/mypage?option=YYY The XXX and YYY can...

Get result of long-lived Livecycle process

I am using .Net to make a web-service call to a livecycle long lived service. I cannot figure out how to get the resulting output from this service, as all I get back from my invoke_async call is a jobId. I know I can use the JobManagerService to ping the job to see when it has completed, but I don't know how to get the output from the...

Add a Button to existing PDF file

Hi all, I am using LiveCylce's FormService to render/submit data by Asp.Net page. My problem is the source FDP file (will be uploaded by user of the website) have no a submit button that response to my ASP page. My question is: Can i use a service/dll of LiveCycle (not a third party) to read the source FDP file and add new a submit butto...

Adobe LiveCycle Designer Check Box Values not being saved when using Automation

I'm using Automation to populate and save a set of Adobe LiveCycle created forms from a database. For testing, I have the form visible while populating it and can see the checkbox values being properly set. But when saving the form, everything EXCEPT the checkboxes/radiobuttons settings are being saved with the form. I can manually op...

Serializing immutable java classes to actionscript with LCDS

Hi, I've got a complex object which is being managed by the LCDS DataServices data management and being created/updated etc using custom assemblers. The vast majority of the object hierarchy is being serialized/deserialized correctly but I've hit a stumbling block when it comes to serializing immutable java classes. In a java only worl...

Adobe Acrobat is repeating a form for no apparent reason

Heres a simple form to help illustrate the issue. This is not the complete code for a form since it was way too long (or bloated rather) to post. So if you open Adobe LiveCycle and create a blank document, insert the following as the main content. Then save it as a pdf. If you open the pdf and save it you'll see the subform went from sh...

livecycle designer data connection and retrieval with parameters

A couple of questions bundled here... The basics: I am working with a .NET application that needs to have a LiveCycle form connect to an Oracle database to retrieve some data so that the user opens the form and it pre-populates with their information. I am running into a couple problems - 1-Does anybody know how to parameterize a quer...

Live cycle make a form so that it can't be changed by the end user

I created a form in LiveCycle and I want to make it so a user can edit and save the form with adobe reader. I have that part my concern is that if they have acrobat pro and Livecycle they can open the form in Acrobat pro hit the forms button and start to make changes to the form in live cycle. Is there a way to make it so that the end us...

How can I merge data into an XDP file and return a PDF (via .NET)?

My team has a template (XDP) that we've created with the Adobe LiveCycle designer. The situation: We are replacing an old Acrobat form (XFDF format) with this LiveCycle form as part of a much larger upgrade The current Acrobat form is dynamically populated with basic data and delivered to the user as a PDF (the user clicks a link and ...