- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
if(sh1_g.rawValue == "1") {
Page4.g1_name.rawValue=sh1_name.rawValue;
Page4.g1_nric.rawValue=sh1_nric.rawValue;
if (sh2_g.rawValue == "1") {
Page5.g2_name.rawValue=sh2_name.rawValue;
Page5.g2_nric.rawValue=sh2_nric.rawValue;
} else
Page5.g2_name.rawValue=null;
Page5.g2_nric.rawValue=null;
}
} else {
if (sh2_g.rawValue == "1") {
Page4.g1_name.rawValue=sh2_name.rawValue;
Page4.g1_nric.rawValue=sh2_nric.rawValue;
} else {
Page4.g1_name.rawValue=null;
Page4.g1_nric.rawValue=null;
}
Page5.g2_name.rawValue=null;
Page5.g2_nric.rawValue=null;
}
Views
Replies
0 Likes
Total Likes