Ok , that did the trick . Thanks . Now the question how can i specify the search only lets say in column 2 ? And also how do I auto finish the equivalent matches , lets say there is 3 names 1, Goldberg 2 Goldstein, Goodman. now when I type it should auto finish , which means when typed gold.. it should enter a field ( in a little window or field) three options and by continuing as being continued the unmatched should disappear and by exiting the field by on closeField go to the correct line ?
Many Thanks. Hershrev.
On Sunday, February 1, 2004, at 03:29 AM, Jan Schenkel wrote:


--- hershrev <[EMAIL PROTECTED]> wrote:


Hi,
I'm trying to make a find field search in a Table
field (according the
instructions in the doc.) some how it doesn't work.
example: I have a closed curser query result list in
a table field and
made a search field to search according the text
entered it should go
to the correct line and select it.
For some reason it doesn't work (ignore find , is
off)

Thanks Hershrev


Hi Herhsrev,


I made a quick test, and it worked for me ; so I guess
something is different between our stacks :-)

My setup :
- field 1 contains the full name of the characters in
the greek alphabet, three per row
- field 2 is where I type my search string
- button 1 has the following script
    on mouseUp
      find field 2 in field 1
      put the foundChunk
    end mouseUp

==> When I type "Delta" in field 2 and click the
button, it displays a square rectangle around the word
"Delta" in the table field, and puts the place where
it found it into the message box.

If you continue to have problems, don't hesitate to
post a sample stack somewhere on the web and notify
the list ; there are plenty of smart people who would
loe to take a look at it :-)

Hope this helped,

Jan Schenkel.

=====
"As we grow older, we grow both wiser and more foolish at the same time." (La Rochefoucauld)


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!
http://webhosting.yahoo.com/ps/sb/
_______________________________________________
use-revolution mailing list
[EMAIL PROTECTED]
http://lists.runrev.com/mailman/listinfo/use-revolution


_______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution

Reply via email to