>
>        When we change the value of clientfk, we need to update the name in
> the bizobj so the grid's data is current. In my copy of the code (guess I
> haven't updated the tutorial with it yet) I have a method in the form called
> 'updateClientName()'. It is called from the client dropdown's OnHit handler,
> and also from afterSave(). The method looks like:
>
> def updateClientName(self):
>        nm = self.ddClient.StringValue
>        self.PrimaryBizobj.setFieldVal("clientname", nm)
>
>
>
> -- Ed Leafe
>


Worked like a charm Ed!

Thanks
Carey


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

Reply via email to