home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 1996 Counselor / COMPUSERVE.ISO / resource / foren.dir / 00016_Forennamen.ls < prev    next >
Encoding:
Text File  |  1996-06-06  |  202 b   |  9 lines

  1. on mouseUp
  2.   global gRN, gField, NZeile
  3.   set NZeile to the mouseLine
  4.   if NZeile < the number of lines in field "Forennamen" then
  5.     hilite line NZeile of field "Forennamen"
  6.     select()
  7.   end if
  8. end
  9.