On Dec 19, 2007, at 12:26 AM, <[EMAIL PROTECTED]>  
<[EMAIL PROTECTED]> wrote:

> Is this "doable"?
>
> self.mygrid.DataSource=self.LookupCursor
>
> where self.LookupCursor=self.Form.PrimaryBizobj.getTempCursor()
>
> It's not giving me any errors, and I have records in the  
> tempcursor, but the
> grid is empty.

        Try something like this:

grd = dabo.ui.dGrid(self)
grd.buildFromDataSource(self.LookupCursor)


-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com




_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users/[EMAIL PROTECTED]

Reply via email to