home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!noc.near.net!hri.com!ukma!eng.ufl.edu!mjw
- From: mjw@mailbox.eng.ufl.edu (Mike Wohlgemuth)
- Newsgroups: comp.databases.oracle
- Subject: Passing query results from a user exit to SQL*Forms 3.0
- Message-ID: <1992Dec15.170402.28872@eng.ufl.edu>
- Date: 15 Dec 92 17:04:02 GMT
- Sender: news@eng.ufl.edu (Usenet Diskhog System)
- Organization: Engineering Computing Services - Univ. of Fla.
- Lines: 10
-
- I need to run a select query in a user exit, and have the query
- results show up in a multi-record block. I would like to be able
- to open the cursor, fetch the records, and then assign them to
- sucessive rows in the block. As I understand it, IAF PUT will
- put values into the fields of the current record in the block.
- So, how do I create new rows and navigate to them within a user
- exit?
-
- Thanks,
- Mike
-