My LiveCycle version is 9 and those who will be using the form have AdobeX pro. The form is static PDF, reader extensions enabled. When it's opened in Adobe, users are unable to make comments, modify text or add pages. Is there a way for them to to that besides printing to the Adobe printer? Am ...
I attached a sample pdf to show the problem I am having. I created a text field that is supposed to have bullet points. However bullet points are not selectable in the "paragraph" toolbar of Livecycle. Screen shot attached. Althought it looks like the button is selectable, nothing happens when ...
I am using multiple dropdown list to help a user find their correct sales associate based on the model and part they are using. However my "switch" statment is always going to the "default" case. Where am I scripting wrong?https://workspaces.acrobat.com/?d=X2MirIocbNfyojw6QezAbA
I am trying to do something simple... I just cant get it to work. I have a drop down list named "ownership" (Which is part of, DOES THE BORROWER HAVE AN OWNERSHIP INTEREST IN ANY OTHER PROPERTY? and I have choices "Y" and "N". When the user selects "Y" I want the subform (which is currently invisibl...
Hello all,I'm getting an "accessor unknown" error in LiveCycle, and I can't figure out why. The error I'm getting is, "Error: accessor 'end_disposition_string' is unknown." As far as I can tell, this is generally caused by referencing a variable that hasn't been created, but I am creating "end_dis...
I am converting a 70+ page contract template to LiveCycle Designer 9.0.0.2 and would like to accomplish creating permanent bookmarks when the users open the form in Adobe. Using info from this link, http://forums.adobe.com/message/4013698, I'm able to set the initial view to open showing bookmarks ...
Hi,I have an array of data that I want to pass from a button to a function to create a table.I just started using LiveCycle two hours ago.I am very good with JavaScript and Acrobat.But this has me stumped. I found a page with a function, but it takes JSON and so I'm trying to decode it to use an arr...
Hi,If a form is binded to a schema, and when the xml is supplied to the form how to identify an optional node in the xml is available or not.for example if I have a XML input like below<root> <childTable> <childRow> <child1> <child2> </chil...
This was asked and answered back in 2009 (http://forums.adobe.com/message/5944725#5944725), but I have a twist to the question:I'm able to get the action to work, but not right away. I had to click around on the form to make the check box tic. I assigned the following code to the JhammerPassed-named...
I have a text field with the following validation rules:not null or empty;alphanumeric;8 charactersno space between or before/after I wrote some Javascript functions to do the rules 1,2,3, but don't know how to do with 4:1. check if null or emptyfunction isEmpty(str) { if(str == null || str.length =...