Hi steve,
I changed the second check to:
(cond
(
; (and
; (/= ftg NIL)
(/= fred4 NIL)
; );end of AND
(setq sch fred4)
(done_dialog)
)
(t (alert "OOPS! *new dialog* SELECT SCHEDULE - TRY AGAIN!"))
);end of cond
taking out the 'ftg' check.
No change, in that if none of the radio buttons associated with 'fred4' are selected, the alert is diaplayed, when you select 'OK' on the alert box ALL dialogs are closed.