what is the property for the position of a scrolling field?

2014-07-30 Thread Dr. Hawkins
Suddenly, one of my scrolling fields opens on a card at the end, rather than the beginning. I suppose I should set this property, but what in the world is the property that determines which part of a scrolling field is displayed (or what the first line displayed is)? -- Dr. Richard E. Hawkins, Es

Re: what is the property for the position of a scrolling field?

2014-07-30 Thread Mark Schonewille
Hi Richard, Are you sure it is a standard scrolling field? Not a list field, for example? If it is a list field, perhaps the last line gets selected when the card opens. If it is a scrolling field, check the position of the text insertion point right after the card opens. Is it at the end of t

Re: what is the property for the position of a scrolling field?

2014-07-30 Thread Charles E Buchwald
Isn't that the vScroll property of a field? As in, "set the vScroll of fld 1 to 0", which would scroll your field to the top... On 30 Jul 2014, at 2:12 PM, Dr. Hawkins wrote: > Suddenly, one of my scrolling fields opens on a card at the end, rather > than the beginning. > > I suppose I should

Re: what is the property for the position of a scrolling field?

2014-08-09 Thread Dr. Hawkins
On Wed, Jul 30, 2014 at 12:30 PM, Mark Schonewille < m.schonewi...@economy-x-talk.com> wrote: > Are you sure it is a standard scrolling field? Not a list field, for > example? If it is a list field, perhaps the last line gets selected when > the card opens. If it is a scrolling field, check the po