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

mariko_steele
mariko_steele
Offline

Badges

Badges
4

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
8

Discussions

Discussions
0

Questions

Questions
8

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mariko_steele
Customize the badges you want to showcase on your profile
Re: time calculation - Adobe LiveCycle 30-11-2010
I got it!!!!!!!!!!!!!! took a lot of work but this is how i got the following12:01 am - 6:00 am = 16:01 am - 12:00 pm =.7512:01 pm - 6:00 pm = .506:01 pm - 12:00 am = .25 Thank you Paul for your formula. if ((Time2Num(this.formattedValue) >= 36060001) & (Time2Num(this.formattedValue) <= 57600001)) thenFactor.rawValue = 1 endif if ((Time2Num(this.formattedValue) >= 57660001) & (Time2Num(this.formattedValue) <= 79200001)) thenFactor.rawValue = .75endifif ((Time2Num(this.formattedValue) >= 79260001...

Views

199

Likes

0

Replies

0
Re: expanding form - Adobe LiveCycle 18-06-2010
Sorry for the delay in responding to your question. Yes you can do what i think you want to have happen without too much difficulty.What you would do is (a) insert the third page - or make sure it already exists.(b)put whatever content you want to have on the third page.(c) set the presence of that third page to hidden(d) put code on the click event of your button that makes the third page visible.If thats what you are trying to do the code is not too hard - use javascript setting and something ...

Views

176

Likes

0

Replies

0