Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

PCForm
PCForm
Offline

Badges

Badges
9

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
2

Posts & Comments

Posts & Comments
20

Discussions

Discussions
0

Questions

Questions
13

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by PCForm
Customize the badges you want to showcase on your profile
Betreff: Importing Data with different font colors - Adobe Experience Manager Forms 02-02-2022
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.    

Views

117

Like

1

Replies

0
Betreff: Importing Data with different font colors - Adobe Experience Manager Forms 25-01-2022
AEM PDF.  Still no resolution for this topic

Views

150

Like

1

Replies

2
Importing Data with different font colors - Adobe Experience Manager Forms 17-01-2022
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?

Views

170

Likes

0

Replies

4
Repeatable Subform Calculation - Adobe LiveCycle 01-05-2019
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?

Views

1.2K

Likes

0

Replies

1
Can repeatable rows have a sort feature? - Adobe LiveCycle 02-03-2016
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!

Views

650

Likes

0

Replies

1
Date Field YYYY only and validation message. - Adobe LiveCycle 24-02-2016
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.

Views

967

Likes

0

Replies

1
Re: Repeatable row fill color change on exit - Adobe LiveCycle 22-02-2016
Found the resolution.Changed to Form Calcif(Subform1.Amend.rawValue eq 1 & this.rawValue ne null){ HiddenMultiSub.Subform8[*].B2.fillColor = "255, 255, 255";}

Views

534

Likes

0

Replies

0
Repeatable row fill color change on exit - Adobe LiveCycle 22-02-2016
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!

Views

730

Likes

0

Replies

1
When to use .rawValue=null or .rawValue="" - Adobe LiveCycle 08-02-2016
.rawValue=null if(Subform1.LinesOver.rawValue!=null && Loc.rawValue!=null && Addr.rawValue!=null && TOB.rawValue!=="17" && Construction.rawValue!="1" && ProtectionClass.rawValue!=null && YrBuilt.rawValue!=null && Stories.rawValue!=null && bldgs.rawValue!=null && Flood.rawValue!="3" && Earthquake.rawValue!="1" && Sprinklered.rawValue!="1" && LossHistory.rawValue!=null && Total.rawValue!=null) { Page1Sub.Subform2.Subform5.Subform6.presence="visible"; } else { Page1Sub.Subform2.Subform5.Subform6.pr...

Views

726

Likes

0

Replies

0
Action Builder - Is there a maximum amount of items that can be added per action? - Adobe LiveCycle 26-01-2016
For example:When this checkbox is clicked, the value of this field is blank. Is it possible to add three hundred or so fields to that one action?

Views

464

Likes

0

Replies

0
Likes from