Closed RichSharpe closed 10 years ago
The issue is the dbname parameter passed to UnpSaveDocument.xsp is always null The problem is line 43 of UnpBootFormEditor: out += ", '" + compositeData.dbName + "'";
should be: out += ", '" + compositeData.dbname + "'";
(case problem)
Wrong project - sorry.
The issue is the dbname parameter passed to UnpSaveDocument.xsp is always null The problem is line 43 of UnpBootFormEditor: out += ", '" + compositeData.dbName + "'";
should be: out += ", '" + compositeData.dbname + "'";
(case problem)