On Tuesday 18 December 2007 09:26:45 pm [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.
>
> Thanks,
> Larry Long
>
A DataSet is a DataSet. 
Something like 
self.lkgrid.DataSet = self.LookupCursor.getDataSet()
should work.


-- 
John Fabiani


_______________________________________________
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