Scott Raney wrote:
>
> > (lineOffset(foundText,fld 1) * the textHeight of fld 1)-the textHeight
> > of fld 1
> >
> > Think the problem lies in the lineOffset() function. A "line" is defined
> > by having a return at the end of it. I can't split up the individual
> > lines of the field (wrapped) into return-delimited chunks. The user
> > needs to be able to find a string of text that may bridge two lines. How
> > can I change this delimiter?
>
> One obvious thing to try is to use the formattedText property, which
> is the text with the spaces that are word-wrapped changed to returns.
> It does insert a double return where the single was, though, so you
> may need to also use the replace function to replace the double return
> with a single.
Thanks, Scott. I'll give the formattedText property a try first as it
doesn't involve Find. I originally had these stacks set up for Find
commands, but I realized that offset simply worked better. Thanks, again.
Mary Bull
[EMAIL PROTECTED]