Page 1 of 1

Script puts in message but not into field?

Posted: Wed Aug 03, 2016 10:11 pm
by melristau
Have a simple group composed of
1) radio button group
2) field
3) "background" image

The group script is putting correct info into message but not into the group's field. Can't figure this one out. Dropboxed the tiny stack for detail examination:

https://www.dropbox.com/s/tzkytv6pk3q1k ... ecode?dl=0

Re: Script puts in message but not into field?

Posted: Wed Aug 03, 2016 11:10 pm
by Klaus
Hi Mel,

you have 2 (TWO) fields named "pchoice" in the group and the script puts the text into the FIRST field with that name
which happens to reside BEHIND the second field with that name! :D

LC is NOT case-sensitive when it comes to object names etc.!
So although one field is named "pchoice" and the other one "Pchoice", LC treats them as if they have identical names.


Best

Klaus

Re: Script puts in message but not into field?

Posted: Wed Aug 03, 2016 11:35 pm
by melristau
Ha!
Thanks so much Klaus.