1

(10 replies, posted in General)

Thanks Derek - worked like a charm .

Will tidy up and post my project if i have another query

2

(10 replies, posted in General)

Hello

I am a complete newbie at this and was trying to follow this example to copy the entries from a multi select combi box into  a data field using the following as per below

procedure Form1_Button4_OnClick (Sender: string; var Cancel: boolean);
begin
   Form1.Edit3.Text  :=  Form1.Edit3.Text  + Form1.ComboBox1.Text +', ';
end;

However i get an Error message near 'procedure':syntax error

Is it right that the above text is added to the scripts tab?