| EditResLoop1 | EditResLoop1 | Button | BUTTON | Click here to go to the next case with an edit failure | | echo "
There are no more edit failures for ",$_SESSION['CaseId'],""; | $rUnique=ShowQueryResultScalar("select rUnique from Responses where rOK=0 LIMIT 1");
$_SESSION["rUnique"]=$rUnique;
$CaseId=ShowQueryResultScalar("select CaseID from Responses where rUnique='$rUnique'");
if ($CaseId=="") die( "No cases have fail edits");
$_SESSION["CaseId"]=$CaseId;
$_SESSION["Instance"]=ShowQueryResultScalar("select rInstance from Responses where rUnique='$rUnique'");
$stat=1;
SetForm(EditResolution0);
|