On Oct 30, 2004, at 11:54 PM, Kim Kohen wrote:
I'm wondering if there's any way to have clones of editfields on
different
layouts that automatically update when one is changed. In FMP you can
have a
field on any number of layouts and if it is changed on any layout those
changes are reflected on all layouts.
I'm not looking for a workaround as I know there are other ways of
doing
this, I'm just wondering if it can be done similar to FMP.
I know exactly what you're describing (I think - you're talking FMP
browse mode, not layout mode, right?). I don't think there's any
automatic way to do it, but you could do it with very little code. In
the TextChange event of one EditField, set the other EditField's text
property to me.text.
--
brad at truetech dot org
http://truetech.org
<><
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://www.realsoftware.com/listarchives/lists.html>
|