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 _______________________________________________ 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/[email protected]
