I looked many places to find an example of disabling printing if all required fields were not filled in. Follwing this post:
January 2009 Archives
and a little tweaking, I created a form that lets you turn on and off required fields and disables printing if required fields are not filled in. It's a very basic example but remember to read the link above for the key ingredient.
The form:
MandatoryPrinting2.pdf
Getting something running with LiveCycle Data Services proved to be quite troublesome in Flex Builder 2. Then Flex Builder 3 came along and made everything so much better. It's much easier and following these instructions should move you along nicely.
Continue reading How to configure Flex Builder 3 with DataServices.
The following post walks you through creating a LiveCycle process within Workbench that generates a PDF document using LiveCycle Output 8.2. First a request is received via SOAP, then we look up configuration parameters in a properties file, then we retrieve records and data from a database, then we merge this data with a form template, and finally we write the file out to disk.
Continue reading Merge Data with a Template Using LC Output within a Process.