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
Script puts in message but not into field?
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
Script puts in message but not into field?
rebuilding visual programming app originally created in 1993 as Hypercard stack
Re: Script puts in message but not into field?
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!
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
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!

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?
Ha!
Thanks so much Klaus.
Thanks so much Klaus.
rebuilding visual programming app originally created in 1993 as Hypercard stack