Avatar

Correct answer by
Level 8

Give this a try:

if (Page1.index==0){
var resp = xfa.host.messageBox("Delete this filing?","Verify",2,2);


if (resp == "4") { xfa.event.cancelAction = false;}


else { xfa.event.cancelAction = true;}
}

Kyle

View solution in original post