Hello:I have created an Adobe Interactive form with a subform that is repeatable and spans to multiple pages. No matter what Pagination settings I configure, when I save or submit my form, only the first page is captured.My repeating subform is Positioned, but its parent subform is Flowed. Both subf...
Hi I have created a form in es2.I have two fields both numberic t1 and t2. I want to add the total of t1 and t2 and the total to appear in the 3rd field tot.so on the calculate using javascript i tried thistopmostSubform.Page1.tot::calculate - (JavaScript, client)var ad1 = this.getField("t1").rawVal...
I dont know why this is happening.But the resource view is getting collapse and this occurs in our development environment only and not in any other environments.For Eg:Current Position after expanding the root "+Dev"- Dev +abc +def +pqr untitled.xdp +rstNow if I expand say for eg. "+abc" or any oth...
I have a form that has to work with Acrobat Adobe Version 8 and higher. My target version is set to 8.0 and later.I have two warning messages : Target version does not support the validationState event and Target version does not support the postSubmit event.When I first open the for I get the error...
However, when it comes to me, it is in an XML file instead of a PDF.Is there any way to have the item come to me as a filled out PDF instead?Please let me know.Thanks,Mike Rowan
I've got a "date of birth" field on a form with a corresponding "age" field. When a user enters the date of birth, the age is automatically calculated and displayed in the age field.This is the code on the age field.((Date2Num(DOB.formattedValue, "MMMM D, YYYY") - Date() )/365.25)*-1The calculation ...
Hello,Does any one know if it is OK to install both Workbench ES and Workbench ES on the same PC? Have any one done that before? If so, did you have any problem when you have both installed on the same PC? Please share your advise on this.Thanks,Han Dao
Hello,Is there a way of editing the user information in Content Services?There's some info (ie.: avatar, biography, organization) that cannot be edited, nor propagated from adminui.Thanks a lot.Regards,Hector Castro.
Dear all,I am trying to use the FileUtilsService Find method to return a list of file in a folder.For some reasons, it always returns empty list.Here is the config that I am using:InputDirectory: "c:\temp"Regular Expression: "*"Match Directories: "true"Match Files: "false"OutputResults: listThanks,P...