Linking fields

André.Bisseret Andre.Bisseret at inria.fr
Wed Nov 15 12:22:42 EST 2006


Le 15 nov. 06 à 17:57, Ted Mills a écrit :

> Does anyone know if it is possible to use a set or put statement to  
> place a
> fields text into another field?
put field "thisField" into fleld "thatField"
or
set the text of fld "thatField" to fld "thisField"



> Also is this possible from another card. I
> have a combo box that sets the text of a field to a certain value  
> and I need
> a field on another card to show that same value but I am not having  
> any luck
> finding the answer within the help.
put fld "thisField" into fld "thatField of cd 2
or
set the text of fld "thatField" of cd 2 to fld "thisField"

Best regards from Grenoble
André


More information about the use-livecode mailing list