Ed wrote on 02/13/07: > If you are trying to maintain multiple datasets (sort of like VFP's >USE AGAIN), you can always use another way of referencing the >duplicate. Something like this:
>class MyBizobj... >self.bizMain = MyBizobj(conn) >self.addBizobj(self.bizMain) >self.bizSecondary = MyBizobj(conn) ># Don't add the second bizobj to the form > Now when you want to refer to the various cursors, you can use '>self.Form.bizMain' and 'self.Form.bizSecondary' from your form >controls. Is there an easy way to populate a grid with "self.bizSecondary". Can I say dGrid.DataSource=self.bizSecondary ? Or do I have to create the DataSet from the self.bizSecondary data. -- 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]
