Re: Drag & drop lines between list fields

2011-05-18 Thread Keith Clarke
Hi Jim, Thanks for the response - and good points well made. I was forgetting that whilst the same script code is common to both fields, at any one time, each field's script is only aware of the start or end-point handlers of the procedure. The tParameter variable should have been declared at

Re: Drag & drop lines between list fields

2011-05-18 Thread Jim Ault
How would the dragDrop handler know the value of tLine? Also, it seems like 'me' has two different meanings in the dragDrop handler. Try this for adding lines to fields that may be empty or need a return, etc: put cr & line 1 of tDraggedArray & cr after me filter me without empty You also