Author: Ed Leafe
Posted: 1998-06-17 at 17:45:11
<FONT COLOR="#663300"><I>This modal form is a child form (ebizchildform). It actually could/should be non-modal, but the problem is I can't figure out how to keep it in synch w/the parent form, so I solved this by making it modal. So, does anyone know how to make my child form show the proper information as the user pages thru the records in the parent form? Is there native CB methods that automatically take care of this, or do I need to write my own?</I></FONT>
You could add code in either the AfterPointerMove() or the AfterRequery() methods of the parent bizobj on the one form to send a message to the dependent forms to requery themselves. There is currently no provision in Codebook for managing such messaging, but you could model it after the RegisterBizobj() method of eBizobjForm.
<font color="#cc0000"> ___/
/
__/
/
____/</font>
Ed Leafe