home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1993 #2 / Image.iso / clipper / bcklib2.zip / FORMS.PRG < prev    next >
Text File  |  1993-01-16  |  764b  |  27 lines

  1. /*
  2.     The source code contained within this file is protected under the
  3.     laws of the United States of America and by International Treaty.
  4.     Unless otherwise noted, the source contained herein is:
  5.  
  6.     Copyright (c)1990, 1991, 1992 BecknerVision Inc - All Rights Reserved
  7.  
  8.     Written by John Wm Beckner        THIS NOTICE MUST NOT BE REMOVED
  9.     BecknerVision Inc
  10.     PO Box 11945                      DISTRIBUTE ONLY WITH SHAREWARE
  11.     Winston-Salem NC 27116            VERSION OF THIS PRODUCT.
  12.     Fax: 919/760-1003
  13.  
  14. */
  15.  
  16. #include "beckner.inc"
  17. #include "inkey.ch"
  18.  
  19. EXTERNAL sMake, mDollarWord, sConvertName, sParse, sDollar
  20.  
  21. FUNCTION Forms()
  22.    PRIVATE pDate := Date()
  23.    SET KEY K_F9 TO pCtrlW
  24.    CLS
  25.    BecknerFG()
  26. ENDFUNCTION
  27.