printPageEdit(response, request, vars, false, strFirst, tableSQL);
} else if (vars.commandIn("LAST_RELATION")) {
String strLast = lastElement(vars, tableSQL);
printPageDataSheet(response, vars, strLast, tableSQL);
} else if (vars.commandIn("LAST")) {
String strLast = lastElement(vars, tableSQL);
printPageEdit(response, request, vars, false, strLast, tableSQL);