| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
|  |  | |||
Home -> Community -> Usenet -> c.d.o.misc -> sql*forms question
I found the following text in the top of a *.inp file that appears to have something to do with sql*forms, of which I know nothing about. My question: was this stuff "generated" automatically when someone designed a form with some sql tool? Or did someone write all this stuff by hand? It's about 2000 lines! I pasted 10 or 20 lines here so you can see what I'm referring to.
/* Copyright (c) 1988 by the Oracle Corporation */
SQL*FORMS_VERSION = 03.00.16.12.07
TERSE = ON
 
DEFINE FORM
 
   NAME = pay_trans
   TITLE = PAYROLL_DETAIL
   DEFAULT_MENU_APPLICATION = DEFAULT
   VALIDATION_UNIT = FIELD
 
   DEFINE PROCEDURE
 
      NAME = sub_hrs_gross
      DEFINITION = <<<
      procedure sub_hrs_gross is
      begin
          select sum(nvl(ptd_reg_hrs,0)),
                 sum(nvl(ptd_otm_hrs,0)),
Thanks for your assistance,
Martin Meadows
Received on Mon Mar 09 1998 - 00:00:00 CST
|  |  |