[ 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:
vpj-cd 2007-07-30 21:02:20 +00:00
parent a981a77633
commit 1f15a3ebe1
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ public class FormAccessElementHandler extends AbstractElementHandler {
if (atts.getValue("formname")!=null){
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);
}