In the example submitted in my last question about linking fields from card
to card:

put fld "thisField" into fld "thatField of cd 2
or
set the text of fld "thatField" of cd 2 to fld "thisField"

In this example data is being placed in a field on cd 2, I would like to go
the other way (data from card 2 to be used on card 1) Would the code below
work or is there a better way?

put fld of cd 2 "thatField" into fld of cd1 "thisField"
or
set the text of cd 1 "thisField" to cd 2 fld "thatField"

Thanks,
Ted
_______________________________________________
use-revolution mailing list
use-revolution@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to