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 -> Oracle Forms 4.5 question

Oracle Forms 4.5 question

From: <assoy_at_my-deja.com>
Date: Tue, 13 Jul 1999 06:21:34 GMT
Message-ID: <7melt7$a87$1@nnrp1.deja.com>


Hi,
I am using Forms 4.5 and Oracle 7.
What I am trying to do here is:

Using combo box to populate the database. The table that I am referencing :

SELECT * FROM CRED_CODE;   CRED_CODE CRED_DESC

Therefore, in my form, It will list available data ( ie Excelent,Good,Average etc)
ie: Let say I chose Excellent it will populate 5 in the database table. However, I do not want to Hardcode the list Element. What I want to do is to populate the List Element with Select statement. So that when I add more data in the cred_code table, ie : INSERT INTO CRED_CODE ( CRED_CODE, CRED_DESC)

     VALUES ( 6,'Very Excellent');
I do not need to change the List Element. Instead it will automatically populated
using the select statement.

Thank you for your help

Assoy

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't. Received on Tue Jul 13 1999 - 01:21:34 CDT

Original text of this message

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