mth96a
09-07-2007, 10:33 AM
Somehow the dbPath variable is not getting passed to this agent or is not calling this agent from the correct database. Anyone have a work around?
Notice the path in the first call in the screenshot below, that view is not in that database.
showPL : function(){
ws = new Ext.nd.UIWorkspace();
ws.PickList({
dbPath : "/applications/hr/orgchart.nsf/",
viewName : "By EMPID4",
title : 'Pick The EMPID',
prompt: '',
column : '2',
callback : this.handleMyPickList,
viewOptions : {dbPath : "/applications/hr/orgchart.nsf/",
showSearch : false,
count : 200, showActionbar: true,
toolbar : false}
});
},
Notice the path in the first call in the screenshot below, that view is not in that database.
showPL : function(){
ws = new Ext.nd.UIWorkspace();
ws.PickList({
dbPath : "/applications/hr/orgchart.nsf/",
viewName : "By EMPID4",
title : 'Pick The EMPID',
prompt: '',
column : '2',
callback : this.handleMyPickList,
viewOptions : {dbPath : "/applications/hr/orgchart.nsf/",
showSearch : false,
count : 200, showActionbar: true,
toolbar : false}
});
},