Paul, In the past we tried that, but dabo reported an error saying that the table did not exist. This was for a Postgres backend. Apparently, dabo was (is) using the datasource name to fetch field information. Has anything changed recently?
Larry -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Paul McNett Sent: Monday, December 15, 2008 4:33 PM To: Dabo Users list Subject: Re: [dabo-users] again with the dup Bizobj.DataSource johnf wrote: > Hi, > Larry and I keep running into the need to have the same DataSource for > two or more bizobj's. Paul you suggestioned that you were able to get > that done my handing coding the DataSet - is that Right? Could you or > anyone supply more detail on how it can be done. Thanks in advance. Create your SQL including an addFrom() call (so Dabo doesn't automatically pull from biz.DataSource). Give each bizobj a different DataSource value (they need to be unique). This contradicts what you are asking for but IIRC what you want to do is have in your form 2 instances of the same bizobj but with different DataSource values like: customers_edit customers_list or some such. That should work. Paul [excessive quoting removed by server] _______________________________________________ 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/!~!UENERkVCMDkAAQACAAAAAAAAAAAAAAAAABgAAAAAAAAAafA2fnYuPUOMNFpIYnBEQcKAAAAQAAAA9PBRA1V/[email protected]
