Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> sql*forms question

sql*forms question

From: Martin Meadows <mmeadows_at_indy.net>
Date: 1998/03/09
Message-ID: <3504861A.4669@indy.net>#1/1

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

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US