Data ExportedData Imported - Negative amounts turned black instead of
remaining red.If we do a "dummy change" triggering the dropdown, it will
go back to red. However this is not adding value to processing time to
flip all transactions.
Decrease or Cancellation selection in the dropdown changes amount field
text to red.Export dataImport data to a blank form and the red text
turns to black.Is there a way to retain the red font when importing?
Hello,I've tried both Form Calc and JavaScript and my calculation is
still wrong. =(Cell5.rawValue*Subform2.RecLimit.rawValue)/100;63% *
$12,000,000 / 100 = 7,560,000My total keeps coming out to 7,500,000.
What am I doing wrong?
I will be creating a form that has multiple accounts with policy
effective dates. The customer would like a sort feature for the renewal
dates, and possibly the account names. Can you guide me where to start
if this is possible?Thank you!
I have a date field "Policy Term" formatted as MM/DD/YYYY. And another
text field "Year Built" no format.I need to write a script for this
scenario.If the "Year Built" > the "Policy Term" (YYYY format) date
field, it will give a validation message " " then
"xfa.host.setFocus(this)" to the Year Built field.
Found the resolution.Changed to Form Calcif(Subform1.Amend.rawValue eq 1
& this.rawValue ne null){ HiddenMultiSub.Subform8[*].B2.fillColor =
"255, 255, 255";}
Hello,How do I write this so the fill color change applies to all rows
that are repeated? Right now, it is only changing the first
row.if(Subform1.Amend.rawValue=="1" && this.rawValue!=null) {
HiddenMultiSub.Subform8.B2.fillcolor = "255, 255, 255"; }Thank you!