Page 1 of 1

sharing fields on multiple cards

Posted: Wed Mar 22, 2017 2:50 pm
by chipsm
I know that I can have groups on multiple cards. But, how do I share a table or a field on 2 cards that reflect the same data?
for example: if I have a table on one card and I want to see and edit that same table on another card.
I have made groups with fields that are shared on 2 cards but they don't reflect the same data if I update one of the fields on the other card.
This should be simple but?....

Re: sharing fields on multiple cards

Posted: Wed Mar 22, 2017 3:17 pm
by Klaus
Hi Clarence,

check "sharedtext" in the inspector for the field(s).
Or:

Code: Select all

...
set the sharedtext of fld "whatever" to TRUE
...

Best

Klaus

Re: sharing fields on multiple cards

Posted: Wed Mar 22, 2017 3:20 pm
by chipsm
Thanks Klaus I will try that.

Re: sharing fields on multiple cards

Posted: Wed Mar 22, 2017 3:24 pm
by chipsm
Klaus,
That works. I don't know why I didn't see that before.
Again, Thanks

Re: sharing fields on multiple cards

Posted: Wed Mar 22, 2017 3:43 pm
by Klaus
Hi Clarence,
chipsm wrote:That works.
I am really not surprised! :D


Best

Klaus