home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.sys.mac.hypercard
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!magnus.acs.ohio-state.edu!puc.cl!gmoenne@lascar.puc.cl
- From: gmoenne@lascar.puc.cl (Gerardo Moenne)
- Subject: re: finding fields with index
- Message-ID: <1992Sep2.163709.2155@tolten.puc.cl>
- Sender: news@tolten.puc.cl (News Manager)
- Organization: U. Catolica
- Date: Wed, 2 Sep 1992 16:37:09 GMT
- Lines: 24
-
- in article finding fields with index says
-
-
- >The problem is this: I have two cards called Hypertext on Scrolling Field and
- > Scrolling Field separated by many cards in between.
- >when I click on the second one, it always take me to the first one.
- >This happens with all the cards that share a common part.
- >What can I do to solve this?
- >Many thanks.
-
- try this
- on mouseUp
- select the clickLine
- find whole the value of the clickLine in bg field "cardName"
- end mouseUp
-
- The option "whole" would look for the matching of the whole line int your field.
-
- When you have two lines exactly the same you can call find 2 or more time, but
- you have to know (determinate) how many.
-
- Gerardo Moenne
- gmoenne@lascar.puc.cl
- I hope this help you, if not let me know to send you more information.
-