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

jrob12488
jrob12488
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
2

Posts

Posts
5

Discussions

Discussions
3

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by jrob12488
Customize the badges you want to showcase on your profile
Re: Why is LiveCycle showing "visible" in my conditionally hidden text field? - Adobe LiveCycle 21-09-2015
I was able to get this question answered my Magus069 in another thread:"Calculate event is set to purpose of setting the value's field for the user.So the last line of code in the calculate event is the value inserted in the field...So depends on what code you have written, this is what it returns"So my solution is the put the changes in a different order. In the above example for simplicity I didn't mention that I was creating ghost text, so I actually changed the order of the properties when t...

Views

338

Like

1

Replies

0
Re: How can I have multiple actions in one event? - Adobe LiveCycle 21-09-2015
Excellent! Thank you for your help. With both of these tips, I was able to solve both of my issues.thanks!

Views

1.0K

Likes

0

Replies

0
Re: How can I have multiple actions in one event? - Adobe LiveCycle 21-09-2015
Yes, this definitely allowed me to put both of the If statements in the same event. Thank you! (I still have a lot to learn about the syntax of this stuff, I swore I had it right. I guess not )One more question. Like I said, the "Rush" box will be automatically check marked if less than 10 days, then a "Reason for rush" box will open. So for a while, I had each of these "IF" statements on separate fields. When I put the statement regarding visibility on the "reason for rush" field (calculate eve...

Views

1.0K

Likes

0

Replies

2
Why is LiveCycle showing "visible" in my conditionally hidden text field? - Adobe LiveCycle 18-09-2015
This is driving me crazy! It's also showing the RGB colors if I have those specified.It's preventing me from doing a lot of stuff the way I want it. Here's my code (under calculate event): if (Rush.rawValue==1) then Reason.presence = "visible" else Reason.presence = "invisible" Reason.rawValue = " " endif;

Views

473

Like

1

Replies

1
How can I have multiple actions in one event? - Adobe LiveCycle 18-09-2015
I have been trying to search this, but I just can't figure it out. I want to have two separate if then expressions execute on a calculate event. I can only ever get the first one to execute. I need to have a "Rush" box checkmarked if the difference between 2 days is less than 10. Then I also need to have the box change to visible if the box is checkmarked. Here is my code.if (IsoDate2Num(ClosingDate) - IsoDate2Num(DateReq)<="10") then form1.FloodDet.Rush.rawValue=1 endif;if (Rush.rawValue==1) th...

Views

1.4K

Likes

0

Replies

4
Likes from