home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The C Users' Group Library 1994 August
/
wc-cdrom-cusersgrouplibrary-1994-08.iso
/
listings
/
v_01_02
/
1n02031a
< prev
next >
Wrap
Text File
|
1990-07-09
|
492b
|
12 lines
to handle buttonDown location
local lineCharPair, lineClicked -- local variables
set lineCharPair to textFromPoint(location) of target
set lineClicked to item 1 of lineCharPair
put textLine lineClicked of the text of the target into\
the text of recordField "Engineer"
hide group EngineerPickListGrp of this background
show group "EngineerTop" of this background
end buttonDown