EditResolutionBatch
QuestionDescriptionResponseTypeFormatTextHelpPreLogicPostLogic
BatchEditGoBatch Edit Go ButtonButtonBUTTONClick to Apply Editsecho "

";

$res=GetResultset("select CaseID,fID from ICARR_Subjects_Form_Questions_Failed"); if(!$trow = mysql_fetch_assoc($res)) echo "

No edit failures to review


"; else { $_SESSION['DE_MODE']="E"; do { echo "Processing Subject: ", $trow['CaseID'], " Form: " , $trow['fID'], "...
"; $_SESSION['CaseId']=$trow['CaseID']; $_SESSION["Instance"]=$trow['rInstance']; $frm=$trow['fID']; SaveGo($frm); } while ($trow = mysql_fetch_assoc($res)); $_SESSION['DE_MODE']="O"; } echo "

Batch Editing Completed

"; $_SESSION['CaseId']='-1'; $stat=1;