Re: From any button script, how can I reset the scrollbar of a field to the "top" ?

2015-10-15 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, > The scrolled amount of a field is defined by the vscroll (vertical) and > hscroll (horizontal) properties, so to set the scrollbar back to the top, > do this: > > set the vscroll of field "myField" to 0 Thanks David ! I tried everything I knew, but have never

Re: From any button script, how can I reset the scrollbar of a field to the "top" ?

2015-10-14 Thread Devin Asay
> On Oct 14, 2015, at 6:43 AM, Francis Nugent Dixon wrote: > > Hi from Beautiful Brittany, > > This is a beginners question (except that I am not a beginner) > I've tried everything I know to do this, but all the commands > I tried came up with an error. Sounds stupid, don't it ? > > Is there

Re: From any button script, how can I reset the scrollbar of a field to the "top" ?

2015-10-14 Thread David Williams
Hi Francis, The scrolled amount of a field is defined by the vscroll (vertical) and hscroll (horizontal) properties, so to set the scrollbar back to the top, do this: set the vscroll of field "myField" to 0 -David On Wed, 14 Oct 2015 13:43:37 +0100, Francis Nugent Dixon wrote: Hi fr

From any button script, how can I reset the scrollbar of a field to the "top" ?

2015-10-14 Thread Francis Nugent Dixon
Hi from Beautiful Brittany, This is a beginners question (except that I am not a beginner) I've tried everything I know to do this, but all the commands I tried came up with an error. Sounds stupid, don't it ? Is there a soul to help me out ? -Francis ___