home *** CD-ROM | disk | FTP | other *** search
/ DOS Wares / doswares.zip / doswares / DATABASE / DBASE5 / CUA_SAMP.ZIP / FORMRUN.PRG < prev    next >
Encoding:
Text File  |  1994-06-24  |  400 b   |  15 lines

  1. PROCEDURE FormRun
  2. TEXT
  3.     This is a place keeper file to create FormRun.Dbo.
  4.     It is included as the first item in the linker file
  5.     This routine is never called directly.
  6.     
  7.     FormRun.dbo is mainly used as a ProcFile reference.
  8.     For example, to call the Ok button handler, OkHand:
  9.     <Form>.btOk.ProcFile = 'OkHand.prg,FormRun.dbo'
  10.     
  11.     Copyright (c) 1994 Borland International
  12.     
  13. ENDTEXT
  14. RETURN
  15.