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

marcusyyp
marcusyyp
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
2

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by marcusyyp
Customize the badges you want to showcase on your profile
Re: code improvement - "For Loop", help needed! - Adobe LiveCycle 14-03-2013
Hi Steve,This is the scenerio:I have a list of Shareholders Name, 7 Row as follows:Page 1: Shareholder List Shareholder Name Guarantor (Radio Button Yes/No)Yes/ No (radio button)Yes/ No (radio button)Yes/ No (radio button)Yes/ No (radio button)Yes/ No (radio button)Yes/ No (radio button)Yes/ No (radio button)Page 2Guarantor 1 NamePage 3Guarantor 2 NamePage 4Guarantor 3 NamePage 5Guarantor 4 NameIf I Type in the Name at shareholder list, and checked "Yes", the shareholder's name will auto populat...

Views

124

Likes

0

Replies

0
code improvement - "For Loop", help needed! - Adobe LiveCycle 13-03-2013
Hi All,Is that possible help me to improve the following code in "For Loop" ?I have 7 radio button, sh1_g to sh7_g, there are a lot of combination to go through.code as follows:if(sh1_g.rawValue == "1" && sh2_g.rawValue == "1") { Page4.g1_name.rawValue=sh1_name.rawValue; Page4.g1_nric.rawValue=sh1_nric.rawValue; Page5.g2_name.rawValue=sh2_name.rawValue; Page5.g2_nric.rawValue=sh2_nric.rawValue;} else if(sh1_g.rawValue == "1" && sh2_g.rawValue == "2") { Page4.g1_name.rawValue=sh1_name.rawValue; P...

Views

1.0K

Likes

0

Replies

3