I have one TextField = COMPANY, and one TextField = DATE (customer can fill in)I want to make one Text field to write : "The Z-Score, based on financial data as of " (DATE) "for" (COMPANY) "is"Thank you
I have a maintenance form where each item that gets inspected needs to have a unique number. The Item # is a Numeric Field and I have tried many different ways to count the Subform1 instances but nothing works 100% of the time. The issue is I can count the instances on initialize or I can...
I have this script on the change event of a text field:if ((this.rawValue != "null") || (this.rawValue != "")){ checkBoxThree.presence = "visible";}else{ checkboxThree.presence = "hidden";}It is correctly displaying the checkBoxThree subform when data is entered in the text field. However, if the us...
This code is flagging all legimate email addresses regardless of what I enter upon the "Exit" event of the field. I only wish the code to flag those email addresses that don't end in @metalworks.com. Does anyone spot the error or what I am missing? Thanks.var r = new RegExp("^[a-z0-9_\\-\\.] + \\@me...
Hi,Could anyone let me know how to use function from setValue acitivity (serialize, concate, count etc) in executeScript activity. What all liberaries that i need to import to executeScript. I want to perform the same task in executeScript that is performed in setValue activity.RegardsSunil Gupta
We will redeploying this software to several computers when the users get their old PCs replaced. They had all been manually installed previously.I found a command to do a silent install, msiexec /i "<path>\Designer\Designer.msi" /quiet /norestart SERIALNUMBER=XXXXXXbut I assume there will be a bun...
I've been working on this for awhile and I can't seem to get it right. I'm using formcalc. I have a dynamic PDF form I've created with two dropdown lists. One dropdown list has items such as "New" or "Used" and the second dropdown list has a list of prices, like "99¢" or "$1.99", etc. At the bottom ...
Hello,I am not being able to create a pdf that allows file attachments with Adobe Reader. With Adobe Acrobat Pro I have no issues but in Reader the option is grayed out. After enabling reader extended options I get the same result.I've made some searches online and I cant figure out what im doing wr...
Hi,I am trying to add a clock field to a PDF.It needs to be a continous clock in the format of HH:MM:SS. I am having alot of trouble.It is probably quite simple.Can anyone help?Thanks,Damo.