dawice
22 Apr 2008, 1:20 PM
Here's the function I'm using:
ws = new Ext.nd.UIWorkspace();
ws.PickList({
type: "names",
title : Ext.get('title').getValue(),
prompt : Ext.get('prompt').getValue(),
column : Ext.get('column').getValue(),
callback : this.handleMyPickList
});
},
The popup appears fine listing the ($PeopleGroupsFlat) nab view, but the search function doesn't work, always returns a blank list. I modified the SearchView agent to output the query string values, and the variable strDB is returning the name of the database the function is called from, not names.nsf, which I would think it should be.
ws = new Ext.nd.UIWorkspace();
ws.PickList({
type: "names",
title : Ext.get('title').getValue(),
prompt : Ext.get('prompt').getValue(),
column : Ext.get('column').getValue(),
callback : this.handleMyPickList
});
},
The popup appears fine listing the ($PeopleGroupsFlat) nab view, but the search function doesn't work, always returns a blank list. I modified the SearchView agent to output the query string values, and the variable strDB is returning the name of the database the function is called from, not names.nsf, which I would think it should be.