if (dv.hasLayoutEngine() && dv.getLayoutEngineChoice() != 'w')
System.exit(0);
}
void designReport(Getopts g, File reportXMLFile) throws FileNotFoundException {
DesignWin win = new DesignWin(reportXMLFile, dbPassword);
Report report = win.getReport();
if (charSepFile != null) { // Must come after file read
CharSepSource src = (CharSepSource)report.getDataSource();
src.setSepChar(sepChar);
src.setInput(charSepFile);