home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global gsPopupType, gsPopupCont
- ClickButton(the clickOn)
- set s to the text of field "InstallDesi"
- if s contains "Keine Daten gewählt" then
- set s to EMPTY
- end if
- if s <> EMPTY then
- set s to s & RETURN
- end if
- set the text of field "InstallDesi" to s & gsPopupCont
- ClosePopup()
- end
-