-- JochenGeorges - 18 Dec 2004
STATIC PUBLIC SUB Main()'LAST returns a reference to the last
DIM hForm AS Form
hForm = NEW FTest
hForm.Show
END
PUBLIC SUB _new()
Radiobutton1.Value = TRUE
Radiobutton8.Value = TRUE
END
PUBLIC SUB Radio1_Click()
Message.Info("Radio 1 : " & LAST.Text)
END
PUBLIC SUB Radio2_Click()
Message.Info("Radio2 : " & LAST.Text)
END
Attachment: | Action: | Size: | Date: | Who: | Comment: |
---|---|---|---|---|---|
![]() |
action | 3174 | 18 Dec 2004 - 13:27 | JochenGeorges | |
![]() |
action | 4763 | 18 Dec 2004 - 13:28 | JochenGeorges | |
![]() |
action | 2130 | 18 Dec 2004 - 13:28 | JochenGeorges |