header("View Application", project.HAppDetailImage, ""); function noNull (str) { var v = (str==null) ? "" : str; return(v); }; write(''); dbConnect(); cursor = database.cursor("SELECT * FROM APPLICATION WHERE RESID=" + request.resid); if (cursor.next()!=true){ write("


The requested application record is unavailable " + "and may have been deleted by another user.
" + "Please back out of this form.


"); HaltOperations(); }; fields = new FieldsList("APPLICATION");

header2("Requisition " + fetchV("resreq"), "" + fetchV("restitle") + "", button("Contact", null, "mailto:"+fetchV("reseaddress")), button("Delete", null, "javascript:doDelete()"), "","");
fetchW("resname")
fetchW("reseaddress")

Employment Synopsis
fetchW("employer1") fetchW("jobtitle1") fetchW("from1") fetchW("to1")
fetchW("employer2") fetchW("jobtitle2") fetchW("from2") fetchW("to2")
fetchW("employer3") fetchW("jobtitle3") fetchW("from3") fetchW("to3")
fetchW("employer4") fetchW("jobtitle4") fetchW("from4") fetchW("to4")

Education Synopsis
fetchW("degree1") fetchW("major1") fetchW("gpa1") fetchW("school1") fetchW("gradyear1")
fetchW("degree2") fetchW("major2") fetchW("gpa2") fetchW("school2") fetchW("gradyear2")
fetchW("degree3") fetchW("major3") fetchW("gpa3") fetchW("school3") fetchW("gradyear3")
fetchW("degree4") fetchW("major4") fetchW("gpa4") fetchW("school4") fetchW("gradyear4")


Job History Detail

fetchW("jobtitle1") fetchW("employer1") fetchW("duties1") fetchW("from1") fetchW("to1")

fetchW("jobtitle2") fetchW("employer2") fetchW("duties2") fetchW("from2") fetchW("to2")

fetchW("jobtitle3") fetchW("employer3") fetchW("duties3") fetchW("from3") fetchW("to3")

fetchW("jobtitle4") fetchW("employer4") fetchW("duties4") fetchW("from4") fetchW("to4")



Objective

fetchW("objective")

Additional Information

fetchW("additional")

footer()