home *** CD-ROM | disk | FTP | other *** search
- on mouseDown
- global thisMonth
- set y to the mouseLine
- if y < 1 then
- exit
- end if
- set z to the mouseV
- if (y = 1) and (z > 109) then
- set y to 2
- end if
- if (y = 2) and (z > 152) then
- set y to 3
- end if
- if (y = 3) and (z > 195) then
- set y to 4
- end if
- if (y = 4) and (z > 238) then
- set y to 5
- end if
- if (y = 5) and (z > 281) then
- set y to 6
- end if
- if (line y of field "fri" = " ") or (line y of field "fri" = EMPTY) then
- exit
- end if
- cursor(4)
- reminderTest()
- set x to "Friday" && thisMonth && line y of field "fri"
- makeFile(x)
- end
-