home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- if rollOver(46) then
- go("adr")
- else
- if rollOver(47) or rollOver(48) then
- go("Info")
- else
- nothing()
- end if
- end if
- repeat with a = 12 to 17
- if the value of field a of castLib 3 = 0 then
- set the foreColor of field (a + 6) to 251
- set the foreColor of field (a + 13) to 251
- next repeat
- end if
- set the foreColor of field (a + 6) to 255
- set the foreColor of field (a + 13) to 255
- end repeat
- if field "stk1" <> EMPTY then
- FELD1()
- else
- put "0,00 DM" into field (12 + 6)
- end if
- if field "stk2" of castLib 3 <> EMPTY then
- FELD2()
- else
- put "0,00 DM" into field (13 + 6)
- end if
- if field "stk3" <> EMPTY then
- FELD3()
- else
- put "0,00 DM" into field (14 + 6)
- end if
- if field "stk4" <> EMPTY then
- FELD4()
- else
- put "0,00 DM" into field (15 + 6)
- end if
- if field "stk5" <> EMPTY then
- FELD5()
- else
- put "0,00 DM" into field (16 + 6)
- end if
- if field "stk6" <> EMPTY then
- FELD6()
- else
- put "0,00 DM" into field (17 + 6)
- end if
- summe()
- go(the frame)
- end
-