At 5:30 PM -0700 10/10/01, David Janik-Jones wrote:
>Pulldown menu type button with five options to choose from.
>
>A user selects a choice.
>
>What script puts that menu choice into a text field? And how do you change
>the label of the button be equal the choice.


on menuPick tChoice
  set the label of me to tChoice
  put tChoice into fld "someField"
end menuPick

regards,

gc

Reply via email to