Paul McNett wrote: > KeyField is the primary key. LinkField is the field name that is the foreign > key back > to the parent.
Sparse API Docs: http://paul.dabodev.com/doc/api/dabodoc/dabo.biz.dBizobj.dBizobj.html#Properties_KeyField http://paul.dabodev.com/doc/api/dabodoc/dabo.biz.dBizobj.dBizobj.html#Properties_LinkField >> The next question is how do I uses both the CustomerID + StoreID as a >> single key? > > self.KeyField = ("CustomerID", "StoreID") Oops, according to the doc I had it wrong. self.KeyField = "CustomerID,StoreID" 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]
