Right now I have: message \"Hello World\" view-as alert-box warning buttons yes-no update lVariable.
how can I automatically click the no after 14 seconds.
How to do this "another way":
DEFINE FRAME f-message "This is your message" WITH CENTERED OVERLAY . DO ON ENDKEY UNDO, LEAVE: VIEW FRAME f-message. PAUSE 14 NO-MESSAGE. HIDE FRAME f-message. END.