Subversion Repositories eFlore/Applications.cel

Rev

Rev 1705 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1705 Rev 1735
Line 351... Line 351...
351
		String[][] tous_criteres = new String[criteres.length + 1][];
351
		String[][] tous_criteres = new String[criteres.length + 1][];
352
		System.arraycopy(criteres, 0, tous_criteres, 0, criteres.length);
352
		System.arraycopy(criteres, 0, tous_criteres, 0, criteres.length);
353
		tous_criteres[tous_criteres.length - 1] = fmt;
353
		tous_criteres[tous_criteres.length - 1] = fmt;
Line 354... Line 354...
354
 
354
 
355
		ExportObservationsDAO exoDAO = new ExportObservationsDAO(this) ;
355
		ExportObservationsDAO exoDAO = new ExportObservationsDAO(this) ;
356
		exoDAO.exporterObservations(Utilisateur.getInstance().getIdentifiantUtilisateurConsulte(), tous_criteres, "pdf", "") ;
356
		exoDAO.exporterObservations(Utilisateur.getInstance().getIdentifiantUtilisateurConsulte(), tous_criteres, "pdf", "standard") ;
Line 357... Line 357...
357
	}
357
	}