home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / mac / hypercar / 3305 < prev    next >
Encoding:
Text File  |  1992-08-30  |  1.0 KB  |  27 lines

  1. Newsgroups: comp.sys.mac.hypercard
  2. Path: sparky!uunet!munnari.oz.au!uniwa!newsman!murdoch, WA, Australia
  3. From: murdoch, WA, Australia (kywong@csuvax1.murdoch.edu.au(Khoon Yoong Wong))
  4. Subject: Finding field with index
  5. Message-ID: <1992Aug31.060028.18430@newsman.csu.murdoch.edu.au>
  6. Sender: news@newsman.csu.murdoch.edu.au (News Man)
  7. Organization: external studies, murdoch university
  8. Date: Mon, 31 Aug 92 06:00:28 GMT
  9. Lines: 16
  10.  
  11. I have a problem and need help. My stack has an index card with a locked field
  12. that contains the names of all the cards. The user clicks on a name and it
  13. takes the user to the card requested. My script says:
  14.  
  15. on mouseUp
  16.   select the clickLine
  17.   find the value of the clickLine in bg field "cardName"
  18. end mouseUp
  19.  
  20. The problem is this: I have two cards called Hypertext on Scrolling Field and
  21.  Scrolling Field separated by many cards in between. 
  22. when I click on the second one, it always take me to the first one.
  23. This happens with all the cards that share a common part.
  24. What can I do to solve this?
  25. Many thanks.
  26.  
  27.