home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_02_09 / 2n09023b < prev    next >
Text File  |  1991-08-04  |  190b  |  12 lines

  1.  
  2.  
  3. PROC Start()
  4. CLEAR   ; Clear the screen.
  5. MESSAGE "Opening database"
  6. VIEW "Customer"
  7. MESSAGE "Retrieving form"
  8. FORMKEY
  9. procedure="Menu1"       ; Name of next procedure.
  10. ENDPROC
  11.  
  12.