El 09/08/13 13:23, John Fabiani escribió:
On 08/09/2013 09:11 AM, Ricardo Aráoz wrote:
bizCargar = self.Application.biz.TarjetasBizobj(conn)
ds = bizCargar.getDataSet()
where did you retrieve the data?

Try  bizCargar.requery() to get the data first.


Thanks John, that solved that issue. Now I am getting a data set in ds. I do bizTjtas.appendDataSet(ds) and then when I issue bizTjtas.getDataSet() I am able to see the data set loaded in bizTjtas. But when I do self.save() (this is the command window once the app is running, so self==mainForm) and self.requery() the changes are lost. I issue bizTjtas.getDataSet() and it returns ().
I feel we are getting there. Thanks for your help

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

Reply via email to