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

camilot95966368
camilot95966368
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
2

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
5

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by camilot95966368
Customize the badges you want to showcase on your profile
Re: Change the Fill Color Based on Expiration Date - Adobe LiveCycle 28-01-2019
Hi Michael,For this function, you'd have to use the fillColor properties script in JS see: Adobe LiveCycle ES4 * fillColor I'd be happy to help you further: https://www.fiverr.com/share/yj5Pe Best,Camilo

Views

788

Likes

0

Replies

0
Re: What would be the correct object reference ? - Adobe LiveCycle 28-01-2019
One methods is:- Click in the JS Code window on the oRegularizare object- In the editor in Design view navigate to the suprNimp field you are trying to reference- Hold CTRL and Click on the suprNimp field This will automatically populate in the relative object path for suprNimpAnother method is to click on suprNimp directly and on the JS window click on all events and the path should appear on all the possible events, just disregard the event name at the end.I prefer the reference:this.resolveNo...

Views

1.7K

Likes

0

Replies

0
Re: Forms Created in Adobe LiveCycle - Adobe LiveCycle 28-01-2019
Could you upload the form to take a look?

Views

1.3K

Likes

0

Replies

0
Re: I need help with! scripts for a livecycle form.....please - Adobe LiveCycle 05-06-2017
Hi Tara,The PDF Dropbox link is not working. Can you update?

Views

850

Likes

0

Replies

0
Help with form referencing instanced subforms - Adobe LiveCycle 05-06-2017
Hello,I'm sort of new to livecycle and I'm trying to have a form that references subform instances in a different page and I've tried for hours to resolve with no avail.This is the code that I'm using:lessee = "";for (var i = 1 ; i < 7; i++) {var lesseeno = Checklist.Fields.Lessees.resolveNode("spLessee[" + i.toString() + "]").Lessee; var firstname = lesseeno.FirstName.rawValue != null ? lesseeno.FirstName.rawValue : ""; var middle = lesseeno.Middle.rawValue != null ? lesseeno.Middle.rawValue : ...

Views

660

Likes

0

Replies

1