|
|
@ -28,7 +28,7 @@ public class NewReadFrmFromDatabase extends DBFormlet { |
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@Override |
|
|
|
public Form createForm(String reportName) { |
|
|
|
public Form createForm(String reportName) { |
|
|
|
Form form = null; |
|
|
|
Form form = new Form(); |
|
|
|
Connection connection = null; |
|
|
|
Connection connection = null; |
|
|
|
try { |
|
|
|
try { |
|
|
|
connection = getConnection(); |
|
|
|
connection = getConnection(); |
|
|
|