home *** CD-ROM | disk | FTP | other *** search
- PROCEDURE CanHand
- *----------------------------------------------------------------------------
- * NAME
- * OKHand - Generic Cancel Button handler
- *
- * DESCRIPTION
- * Closes the form and sets the form's Action custom property value .F.
- *----------------------------------------------------------------------------
- #include "talkoff.hdb"
-
- *-------------------------------------------------------------------
- *-- For ReadModal() forms, force Action custom property value to .F.
- *-------------------------------------------------------------------
- Form.Action = .F.
-
- *---------------------
- *-- Shut down the form
- *---------------------
- lVoid = Form.Close()
-
- #include "talkon.hdb"
- RETURN
- *-- EOP: CanHand
-