Hi, I am trying to change the size of the dot inside the radio button per my customers requests (Any Thing to make them happy!). I am using Designer 7.0, I was able to adjust the radius of the circle in the XML code with "<checkButton shape="round" size="3.2mm">". Does anyone know of a property fo...
howdy, We've got our workflow up and going and I wanted to add some bells & whistles. The first person in the workflow is going to enter their Social Security number to a field. As the form goes through the workflow, I don't want anyone else to see the SS number until it gets to the last step. I fig...
I am new to this product. If I create a form can this form be posted on a website and the datafields submitted be written to a connected mySQL table on my hosting server? If I connect to the database is there a mySQL connection driver or do we chose a MS SQL driver instead when making the connection...
I am new to Workflow and I am trying to connect remotely to our own SQL database. I installed the driver on the machine running the adobe sandbox in the Jboss library directory. By reading the boot.log file, it appears the driver .jar file gets loaded when jboss starts. I also created a new datas...
Hello,We have Reader Extensions (along with various other LiveCycle products, but I don't think that matters here).Everytime I wanted to update the form in Designer, I go back to my original form, make the changes, Apply the Reader Extensions to it, then save that extended form as a new file. I was ...
I'm having problems with getting forms that I created in Designer 7.0 to work correctly in 8.0 (any Acrobat family product). Specifically, the data connections that worked just fine in Designer 7 and Acrobat Professional 7.0.8 no longer work when I open the same form in Acrobat Professional 8.0 or D...
Does anyone know of a way to set the focus to a field after the form does a recalculate? I've tried this script in the click event of the addInstance button:_sub3.addInstance(1);xfa.form.recalculate(1);app.setTimeOut('xfa.host.setFocus("form1[0].subform5[0].sub3[0].cn1[0]");', 10000);but it doesn't ...
Hello,We have started using the Assembler to assemble a pdf generated by our system with some user provided pdf documents. Once we have gotten the following exception "PDFUnsupportedFeatureException: FlateDecode Filter" while trying to a assemble about a 100 pdf documents.Have anyone seen this excep...
Hi everyody,we have a web service in dotnet. Wen we call a method that doesn't requireparameters, the webservice answers well. On the contrary, when I call amethod that require a parameter, in the debug mode i can see that the valuepassed is always "null". This is the script:SOAP.wireDump = false;va...