> When a new employee is added (i.e. in child table), firstly a new entry > should be added > in "ac" table. > Its auto-generated pkid (from DB) is to be taken to fill "acid" fk_constraint > in "emp" table. > Then the 2nd table "emp" is to be saved. >--Vineet
>Dabo does this for you, assuming you have the KeyField and FillLinkFromParent >properties filled in correctly... >Then you can get the pk of the Parent, if needed, by: >print self.Parent.getPK() >--Paul ================= Thanks Paul. It worked after specifying "FillLinkFromParent=True". ---Vineet --- StripMime Report -- processed MIME parts --- multipart/alternative text/plain (text body -- kept) text/html --- _______________________________________________ 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]
