Hello All,I have searched through the forums and have only found a post using FormCalc which adds the "st" "nd" "rd" "th" suffixes for the day of the month. I require a script which does this written in JavaScript as pulling in current numeric day of the month and adding the suffixes to the string.I...
it is possible to define num format for a variablefor example var a1 = NumericField1.rawvalue & var a2 = NumericField1.rawvalue var total = a1 + a2 (num format, z,zz,zz,z9.99) this.rawValue = " My Score" + total;i tried many ways but always failed.
I'm creating a purchase order that automatically generates a new number whenever the file is opened. Any help in this area would be greatly appreciated. Thanks!
When the checkbox is marked Dropdown list, Button (Add item) and text body appear. Would like that the text body expands depending on the number of rows. If the checkbox is marked it´s mandatory to add at least one row to the text body. Can anyone provide me this pdf?
Hi Techies,We are using standard services like Foundation/FileUtilServices and similar services in our workbench process and want to assign error thrown by FileUtilException to process variable, so that we can pass it to output whenever process fails.Can you help provide inputs how we can achieve it...
Hi folks,I have a requirement to check whether the process defined is invoked from DEV/QA/Prod and accordingly check the properties file to set variables. I was thinking to capture REST API URI which can tell me the calling url is of DEV/QA/PROD?Did someone implemented any process in similar fashion...
Hello,I am making a form with a master page. One object on the first page should have value from binding and on the other pages it should be empty. I tried using:if (xfa.layout.page(this) !== 1) { this.rawValue = "" ; }but it doesn't work. (delete a value also on the first page).Please...
Hi All.I developed form with table and I expected that when table content increase it will break to next page and repeat header. In table property I checked Allow Page Breaks within Content. But unfortunately when content of table reach the end of page it doesn't break to next page. What need to do ...