home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / hypercar / 3339 < prev    next >
Encoding:
Text File  |  1992-09-02  |  1.2 KB  |  35 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. 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
  3. From: gmoenne@lascar.puc.cl (Gerardo Moenne)
  4. Subject: re: finding fields with index
  5. Message-ID: <1992Sep2.163709.2155@tolten.puc.cl>
  6. Sender: news@tolten.puc.cl (News Manager)
  7. Organization: U. Catolica
  8. Date: Wed, 2 Sep 1992 16:37:09 GMT
  9. Lines: 24
  10.  
  11. in article finding fields with index says
  12.  
  13.  
  14. >The problem is this: I have two cards called Hypertext on Scrolling Field and
  15. > Scrolling Field separated by many cards in between. 
  16. >when I click on the second one, it always take me to the first one.
  17. >This happens with all the cards that share a common part.
  18. >What can I do to solve this?
  19. >Many thanks.
  20.  
  21. try this 
  22. on mouseUp
  23.   select the clickLine
  24.   find whole the value of the clickLine in bg field "cardName"
  25. end mouseUp
  26.  
  27. The option "whole" would look for the matching of the whole line int your field.
  28.  
  29. When you have two lines exactly the same you can call find 2 or more time, but
  30.  you have to know (determinate) how many.
  31.  
  32. Gerardo Moenne
  33. gmoenne@lascar.puc.cl
  34. I hope this help you, if not let me know to send you more information.
  35.