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

TB17
TB17
Offline

Badges

Badges
12

Accepted Solutions

Accepted Solutions
3

Likes Received

Likes Received
6

Posts & Comments

Posts & Comments
20

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by TB17
Customize the badges you want to showcase on your profile
Re: Changing object from Hidden to Visible - Adobe LiveCycle 27-05-2015
Also, make sure you're saving and/or previewing the form as a "Dynamic" form not Static.

Views

312

Likes

0

Replies

0
Re: Calculate cumulative Total - Adobe LiveCycle 20-05-2015
Thank you! I was able to get it to work using if (!nfPayment.isNull)

Views

453

Likes

0

Replies

0
Re: Calculate cumulative Total - Adobe LiveCycle 20-05-2015
jasotastic -I really appreciate your help on this. It's exactly what I was looking for...! I was using a different script that worked for the most part, but it failed to update the Cumulative total whenever the user changed a payment amount. Your script does update the total, so I'm a very happy camper.The only thing I wonder is if it's possible to not show the Total value(s) on subsequent rows if no payment amount has been entered on active row (null) and/or if the payment field is blank on tha...

Views

423

Likes

0

Replies

0
Calculate cumulative Total - Adobe LiveCycle 20-05-2015
The following is designed as a repeating subform with new row instances added via an Add button.I need each Cumulative Payment field (on each row) to auto-calculate based on either:1. the "current" and "all previous" payment amounts (i.e. cumulative payment 3 ($1,800) = sum of payments 1, 2, and 3)or2. the previous cumulative payment + current payment (i.e. cumulative payment 3 ($1,800) = cumulative payment 2 ($1,100) + payment 3 ($700)Period Payment Cumulative Payment 1. 500 500 2. 600 1,100 3....

Views

882

Likes

0

Replies

4
Re: How can I make an object print a yellow color on print out? - Adobe LiveCycle 15-05-2015
If you want "just" the check box area filed with yellow (vs the entire object) use the following script on the prePrint:this.ui.oneOfChild.border.fill.color.value = "255,255,0";On the postPrint event, use the same script but change the RGB color codes ("#,#,#") to represent grey thus restoring the check box to the original state.

Views

416

Likes

0

Replies

0
Re: flowable layout mandotory fields validation - Adobe LiveCycle 15-05-2015
Unless you're trying to do something special with validations, have you tried just making textfield1 "User entered - Required" under the Object>Value menu? Each new instance will make the textfield required.

Views

417

Like

1

Replies

0
Single user signing multiple Digital Signature fields - global application - Adobe LiveCycle 15-05-2015
I also have a project in which the user will complete & sign multiple "carbon copy- like" versions of the same form. Each "duplicate instance" of the form will have a digital signature field signed by the same person (a total of 6 fields)The problem I'm having is each time the form is digitally signed, the user must perform a SaveAs which quickly becomes a nuisance. Instead of saving the form with a new name, the user must overwrite the current file then proceed to sign the next field, etc.Since...

Views

332

Likes

0

Replies

0
Re: still can't get a wet signature using stylus. - Adobe LiveCycle 07-03-2015
Actually, I'll send you a PM with my email address to send the form.

Views

378

Like

1

Replies

0
Re: still can't get a wet signature using stylus. - Adobe LiveCycle 07-03-2015
Sonia - private message me and I will help you.

Views

380

Like

1

Replies

0
Re: When I create a field to expand, how do I make the text beneath that field move down the page so that it is not overlapping text? - Adobe LiveCycle 02-03-2015
Have you checked to make sure the form is saved as "dynamic" vs static?If your subforms are set to "flowed" it should work.

Views

252

Likes

0

Replies

0
Likes from