- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
Mike,
Below are the two lines i have added on click of the steak checkbox.
xfa.host.resetData("form1.Page1.MENUchoiceMAIN")
form1.Page1.MENUchoiceMAIN.STdinSF.STdin.instanceManager.removeInstance(1)
This is script on click of the "Steakckbx14" check box
MENUchoiceMAIN.STdinSF.presence = "hidden"
if (this.rawValue == "1"){
MENUchoiceMAIN.STdinSF.presence = "visible";
}
xfa.host.resetData("form1.Page1.MENUchoiceMAIN")
form1.Page1.MENUchoiceMAIN.STdinSF.STdin.instanceManager.removeInstance(1)
Vjay
Views
Replies
0 Likes
Total Likes