Użytkownik Jacek Kałucki napisał:
> When Paul's code is invoked, self._newRecords is empty list, so code 
> after "else" is executed.
> Within your code, self._newRecords is filled, so condition is true, but 
> in this section,
> content of "recs" dictionary is not propagated to self._records, like in 
> code below,
> that is why dataset, de facto remains unchanged.
>   

Difference is:

recs = dDataSet(recs)

versus:


self._records = dDataSet(recs)

-- 
Regards
Jacek Kałucki



_______________________________________________
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]

Reply via email to