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

andy3210hk
andy3210hk
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
3

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by andy3210hk
Customize the badges you want to showcase on your profile
How to handle multiple pages - Adobe LiveCycle 30-05-2011
Hi thereIf I have a form with have repeated function, which are expendable by a Radio button 1,2,3,4,5,6 to expand the pages from original 1 to 6 respectively. how can I write the script?I've tried to use If, then function in Radiobutton script; it's work. But couldn't be display correctly once the data filling in and returned by user. the default pages wouldn't following the initial value, let sayThe user A returned the form filled with 4 pages, and the user B even can see the radio button sele...

Views

228

Likes

0

Replies

0
Re: How can I read the initial value for the radio button - Adobe LiveCycle 30-05-2011
May be I copy my script below form1.body1[0].Originator.Pageselect.#field[0]::mouseUp - (FormCalc, client)if ($.rawValue == 1) thenform1.body1[0].presence = "visible"form1.body1[1].presence = "hidden"form1.body1[2].presence = "hidden"form1.body1[3].presence = "hidden"form1.body1[4].presence = "hidden"form1.body1[5].presence = "hidden"elseform1.body1[0].presence = "visible"endif form1.body1[0].Originator.Pageselect.#field[1]::mouseUp - (FormCalc, client)if ($.rawValue == 2) thenform1.body1[0].pre...

Views

84

Likes

0

Replies

0
How can I read the initial value for the radio button - Adobe LiveCycle 30-05-2011
I'd like to control the initial pages for my designed form, which controlled by the radio button. I've write the script by using (if) rules but once the form saved the environment will resume normal. How can I handle it?

Views

634

Likes

0

Replies

2