Użytkownik Jacek Kałucki napisał:
> The appendDataSet() method, it doesn't do anything with you data.
> Especially, it doesn't toggle*new*  row flag required to recognize row
> as modified.
> Try to do something like this:
>
> <code>
>       cursor = biztmp._CurrentCursor
>
>       def toggleNewFlag():
>           cursor.setNewFlag()
>
>       biztmp.scanRows(toggleNewFlag, [list of appended rows])
> </code>
>
>    

Before doing this, you probably also need to:
- set biztmp.SaveNewUnchanged = True
- set proper PK values for each row if not set.

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