[ 1764008 ] Error try import form access
http://sourceforge.net/tracker/index.php?func=detail&aid=1764008&group_id=176962&atid=879332
This commit is contained in:
parent
a981a77633
commit
1f15a3ebe1
|
@ -48,7 +48,7 @@ public class FormAccessElementHandler extends AbstractElementHandler {
|
||||||
|
|
||||||
if (atts.getValue("formname")!=null){
|
if (atts.getValue("formname")!=null){
|
||||||
String name = atts.getValue("formname");
|
String name = atts.getValue("formname");
|
||||||
sqlB = new StringBuffer ("SELECT AD_Form_ID FROM AD_Process WHERE Name= ?");
|
sqlB = new StringBuffer ("SELECT AD_Form_ID FROM AD_Form WHERE Name= ?");
|
||||||
formid = DB.getSQLValue(getTrxName(ctx),sqlB.toString(),name);
|
formid = DB.getSQLValue(getTrxName(ctx),sqlB.toString(),name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue