Re: Setting the contents of a field

2010-07-24 Thread J. Landman Gay
On 7/24/10 10:48 PM, Ted Mills wrote: I had not seen it, but looks like it will definitely be a good resource in my quest to learn to program. Thanks again for your patience... We wrote the scripting conferences with you in mind, even though we hadn't met you yet. :) These walk you through al

Re: Setting the contents of a field

2010-07-24 Thread Ted Mills
I had not seen it, but looks like it will definitely be a good resource in my quest to learn to program. Thanks again for your patience... -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Setting-the-contents-of-a-field-tp2301363p2301389.html Sent from the

Re: Setting the contents of a field

2010-07-24 Thread Mark Wieder
Ted- If you haven't seen it yet, check out Richard Gaskin's guide to the message path: http://www.fourthworld.com/embassy/articles/revolution_message_path.html -- -Mark Wieder mwie...@ahsoftware.net ___ use-revolution mailing list use-revolution@lis

Re: Setting the contents of a field

2010-07-24 Thread Ted Mills
ve on to having images appear based upon selections, your assistance on this should help to make that task even easier as well. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Setting-the-contents-of-a-field-tp2301363p2301386.html Sent from the Revolution - User ma

Re: Setting the contents of a field

2010-07-24 Thread Mark Wieder
Ted- Saturday, July 24, 2010, 8:18:17 PM, you wrote: > I am not getting a runtime error but the field on card id 1176 is not > changing either but is placed on the field on card 1176. I do not have it on > a mouseup handler either. Should it be? And should the code be placed on the > radio butto

Re: Setting the contents of a field

2010-07-24 Thread Ted Mills
://runtime-revolution.278305.n4.nabble.com/Setting-the-contents-of-a-field-tp2301363p2301376.html Sent from the Revolution - User mailing list archive at Nabble.com. ___ use-revolution mailing list use-revolution@lists.runrev.com Please visit this url to

Re: Setting the contents of a field

2010-07-24 Thread Mark Wieder
Ted- Saturday, July 24, 2010, 8:04:04 PM, you wrote: > For some reason this is still not working. Is it possible that there is > something wrong with my cards? Well, let's step back a bit - what do you mean by "not working"? Are you getting a runtime error? Does anything show up in the field of

Re: Setting the contents of a field

2010-07-24 Thread Martin Blackman
ot;No" into Field "fldCompreq" of card id "1176" > end if > > For some reason this is still not working. Is it possible that there is > something wrong with my cards? > -- > View this message in context: > http://runtime

Re: Setting the contents of a field

2010-07-24 Thread Ted Mills
e then put "Yes" into Field "fldCompreq" of card id "1176" else put "No" into Field "fldCompreq" of card id "1176" end if For some reason this is still not working. Is it possible that there is something wrong with my cards? -- View this mes

Re: Setting the contents of a field

2010-07-24 Thread Mark Wieder
Ted- Saturday, July 24, 2010, 7:42:00 PM, you wrote: > Does it matter if the radio group is on one card and the field is on another? > For some reason that did not work. ...A) it's probably bad form to give your objects numeric names. Just confuses the poor compiler and makes extra work for it.

Re: Setting the contents of a field

2010-07-24 Thread Mike Bonner
those senior moments. On Sat, Jul 24, 2010 at 8:42 PM, Ted Mills wrote: > > Does it matter if the radio group is on one card and the field is on another? > For some reason that did not work. > -- > View this message in context: > http://runtime-revolution.278305.n4

Re: Setting the contents of a field

2010-07-24 Thread Ted Mills
Does it matter if the radio group is on one card and the field is on another? For some reason that did not work. -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Setting-the-contents-of-a-field-tp2301363p2301365.html Sent from the Revolution - User mailing list

Re: Setting the contents of a field

2010-07-24 Thread Mike Bonner
he hilite of btn "Radio3" of group "1223" is true then >       set the contents of Label Field "40" to "Yes" >       else >      set the contents of Label Field "40" to "No" >    end if > > Anyone know what I am doing wrong?

Setting the contents of a field

2010-07-24 Thread Ted Mills
to "Yes" else set the contents of Label Field "40" to "No" end if Anyone know what I am doing wrong? -- View this message in context: http://runtime-revolution.278305.n4.nabble.com/Setting-the-contents-of-a-field-tp2301363p2301363.html S