Hi!!!I have a PDF template designed in Adobe LiveCycle Designer 7.0. This template has form fields which needs to be filled with data programmatically (I don't want to open LiveCycle Designer 7.0 and from there do import/export). I want to write a program in java, which will fetch data from database...
I am new to Designer and XML. I have been given a basic interactive form and have persevered for a couple of (often frustrating) weeks to extend its functionality to link to an xml schema and provide for dynamic record creation. Unfortunately I am still having problems when adding new instances of s...
hi i´m having this error when i´m trying to convert a pdf in to a jpeg file i can´t find any solution can someone help me:18:40:56,853 ERROR [STDERR] com.jniwrapper.win32.com.ComException: COM object method returns error code: 0x80040154; Class not registeredthis its the part of my code..String xmlc...
We've just started using LifeCycle to create editable forms. All is OK except that no metadata (that is in anyway useful or visible) is either in the files once they're created or allowed to be added. Not even a title.This is not good for our web search. It therefore returns the unprofessional "unti...
This is a beginners problem Im sure of it but here it goes...I can't get my time/date field to format to EEEE-MMMM-DD-YYYY(eg. Monday September 15 2008). I've tried almost every combinationpossible; setting display pattern, edit pattern, data pattern,etc... but either the date disappears all togethe...
Hello,I wonder if it's possible to install Flex Data Services 2Express on a Mac OS X?Should I use linux binary?Any help would be apprerciated.Thanks in advance.
Hello,I've just installed the Flex Data Service 2 Express on adedicated server running on linux (Fedora Core).I can run the server and everything works fine but as soon asI loggout, the server stops running.I believe I need to run as a "background" service orsomething like that.Any hint would be app...
Trying to create a serial number that is stamped with a dealer ID code, and the current date/time when the form is initially opened.var dealer_id = String(Dealer_ID.rawValue); var today = new Date(); var serializedNumber = Dealer_ID + today.getTime(); SerialNum.rawValue = serializedNumber;Something ...
I want several text fields on my form to default to uppercase, even if the user is in lowercase or types initial caps, or whatever. I've tried using the text-transform style shown in the Subject but can't seem to make it work. Advice? Thanks...