Linking fields

2006-11-15 Thread Ted Mills
Does anyone know if it is possible to use a set or put statement to place a fields text into another field? 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

Re: Linking fields

2006-11-15 Thread Devin Asay
On Nov 15, 2006, at 9:57 AM, Ted Mills wrote: Does anyone know if it is possible to use a set or put statement to place a fields text into another field? 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

RE: Linking fields

2006-11-15 Thread MisterX
Something like put field 3 of card 1 into field total of card 2 cheers Xavier -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ted Mills Sent: Wednesday, 15 November, 2006 17:58 To: use-revolution@lists.runrev.com Subject: Linking fields

Re: Linking fields

2006-11-15 Thread André.Bisseret
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

Re: Linking Fields

2006-11-15 Thread Ted Mills
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

Re: Linking Fields

2006-11-15 Thread Devin Asay
On Nov 15, 2006, at 11:31 AM, Ted Mills wrote: 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