home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 6 / 06.iso / a / a610 / 6.ddi / DEMO / FGL / GLOBALS.4GL < prev    next >
Encoding:
Text File  |  1989-12-08  |  516 b   |  16 lines

  1. DATABASE leads
  2. GLOBALS
  3. {
  4. The globals.4gl file contains a list of global variables.
  5. Each function that defines globals.4gl in a GLOBALS
  6. statement can reference any of the variables declared
  7. in this file.
  8. }
  9. DEFINE   pr_prospect       RECORD LIKE prospect.*,
  10.          pr_contact        RECORD LIKE contact.*,
  11.          pr_sale           RECORD LIKE sale.*,
  12.          pr_sperson        RECORD LIKE sperson.*,
  13.          pr_product        RECORD LIKE product.*,
  14.          eflag             SMALLINT
  15. END GLOBALS
  16.