Don't laugh, I'm waiting for the manual
Posted: Thu May 08, 2008 8:33 am
Sorry for the simplicity of this but I've just spent 2 hours trying to sort it with no luck.
I want people to have the facility to insert their own items into a pre-populated list field. I've created 2 fields and 1 button. 'Stop' is where they can add a word, and 'List Field' is the already populated list. This is as far as I've got, attaching this code to the button:
on mouseUp
select the text of field "Stop"
put the selectedText into the field "List Field"
end mouseUp
it puts it into the field okay but deletes the existing contents.
I want people to have the facility to insert their own items into a pre-populated list field. I've created 2 fields and 1 button. 'Stop' is where they can add a word, and 'List Field' is the already populated list. This is as far as I've got, attaching this code to the button:
on mouseUp
select the text of field "Stop"
put the selectedText into the field "List Field"
end mouseUp
it puts it into the field okay but deletes the existing contents.