ORACLE DEVELOPER 10G FORMS, LOV AND QUERYING THE FORM

I have a form and I built an LOV on a particular field. The LOV returns the values, I select a value, it goes into the field, but what I want is to have the form retrieve all the information from the database and display (only) all the data. But when I put a value in the field from the LOV, nothing happens. i have tried to have the form go into "enter_query" mode, then select from the LOV, then end the "when button pressed" with "excute_query". But it will ask if i want to save, i say no, then it just displays the first record in the database. what am i doing wrong?
thank you,
Steven

here is my complete code on this button: when i press the button, it keeps asking me if i want to save it (if i say yes, it adds it to the table in the database, which i do not want). however, if i first select "enter query" from the menu bar, and then click on my button, everything works as expected.
set_item_property('SL_3_ITEMS_HEADER.SL_3_SHORT_TITLE',queryable,property_true);
--Set_Block_Property( 'SL_3_ITEMS_HEADER', DEFAULT_WHERE, 'parker.SL_3_SHORT_TITLE=:sl_3_short_title');
declare
     SL3 varchar2(12);
BEGIN
     go_item('SL_3_SHORT_TITLE');
list_values;
SL3 := :SL_3_ITEMS_HEADER.SL_3_SHORT_TITLE;
     if SL3 is not null then
          select SL_3_SHORT_TITLE into :SL_3_ITEMS_HEADER.SL_3_SHORT_TITLE
          FROM parker.SL_3_ITEMS_HEADER WHERE SL_3_short_title = SL3;
     ELSE
          message ('You need to specify an SL-3 to be able to search');
     end if;
     exception
          when no_data_found then
          message('An SL-3 with that name does not exist.');
          clear_form;
     end;
     execute_query;

Similar Messages

  • Is Oracle Developer 10g certified with Windows 7 and IE-8 ?

    Hi All,
    Is Oracle Developer 10g certified with Windows 7 and IE-8 ?
    Regards,

    Is Oracle Developer 10g (32-bit and 64-bit) certified with Windows 7 (32-bit and 64 bit) and IE-8 ?Yes it is certified on 32-bit only -- Oracle Forms/Reports Builder 10gR2 or 11g are certified with Windows 7 (32-bit)
    Please see (Forms / Reports Builder 10gR2 or 11g Certification on MS Windows 7 [ID 1112213.1]) for details.
    Also, see (Cannot Open Forms/Reports Within Forms/Reports Builder 10gR2(10.1.2.3) on Windows 7 [ID 1306651.1]).
    Thanks,
    Hussein

  • Installation of Oracle developer 10g with database 9i in single box

    I want to install Oracle developer 10g (Forms/Reports) with oracle database 9i.
    Can Forms/Reports 10g servers reside on the same box that holds the database 9i as well?
    Please provide me the solution for the same.

    Can Forms/Reports 10g servers reside on the
    same box that holds the database 9i as well?Yes, just use different Oracle Homes.

  • Recommend a book for oracle developer 10g

    Hello.
    Here's a good book,
    http://www.amazon.com/gp/reader/0072120487/ref=sib_db_rdr/104-6764208-1167117#reader-link
    can anyone recommend a current equivalent that covers oracle developer 10g, forms and reports 9
    Jim

    I'd really recommend you study an actual supported version.

  • How To Use F4 Command in Oracle Developer 10g to close Form on Web

    Hi,
    How can we close a running form and come on main menu screen in Oracle Developer 10g, when we are working on Web.
    This can we do easily in Oracle Developer 6i but it will work for desktop based application.
    Thanks

    Hi Vansul,
    Thanks for your reply.
    can you please tell me in which file i need to make changes.
    where is that file located, i didn't see any folder with the name of configuraton.
    How can i add entry for F4 in file.
    Thanks

  • Pinging ip's with oracle developer 10g

    db and dev 10g rel2 ,
    hi all,
    i want to ping some ip's through a form built with oracle developer 10g rel2 ,
    - i have two choices here ,
    -there is an application can ping a lot of ip's automatically , it has options to load a file in which ip's are stored , and another option to save the result into a .csv file ,
    so i am searching for a way to control that application , i want a way to do these tasks through a button on my form :
    1- open that application .
    2 -load the ip's .
    3- save the result to a .csv file .
    4- transferring the .csv data to a block on my form . -- and this is the simple step which i can do individually , but i do not know how to deal with the steps previously mentioned .
    2- the second choice is to open the os command prompt through a button , and ping through it , but the problem is the result would not be displayed in columns , and i do not know a way to load the result into a block on the form.
    if you could help me with any of these choices , or if you have another one , i would appreciate that .
    thanks in advance

    i've tried to use it like it is in the example : , i used only the first two parameters
    DECLARE
      c  utl_tcp.connection;  -- TCP/IP connection to the Web server
    BEGIN
      c := utl_tcp.open_connection(remote_host => 'www.acme.com',
                                   remote_port =>  80); 
    end ; by the way , before i posted the thread , i've tried it , but i faced problems while executing it , that's why i asked if it is
    suitable for me or not .
    when i execute it by the above code , the engine tells me that "procedure successfully completed , but without any result .
    2- if you could tell me what does "remote_port" means , because i posted the number in the example as it is .
    i do not know what is port ?
    3- do you know about a jave bean can do my requirements ?
    thanks a lot

  • I want to scan an image from oracle developer 10g ?

    Hi everybody.
    How can I scan an image from oracle developer 10g ?
    thnaks in advance..

    we did this in a similar way RajeshAlex describes.
    We used software "imaging professional" which was able to be controlled via a command-file and told by that command-file to store the scan-result into a local file.
    What we did was:
    Copy command-file to client via WEBUTIL_FILE.AS_TO_CLIENT..
    Execute command-file via WEBUTIL.CLIENT_HOST
    Show Forms-Alert on which the user has to click after scanning was finished
    Check local file which was defined in command-file and, if present, load it into the database using WEBUTIL_FILE.CLIENT_TO_DB..
    Hope this helps

  • How to install oracle developer 10g on rhel 5

    hi,
    i have install oracle database 10g on rhel5 now i want to install developer 10g on this machine so plz send me any link where i can know step by step installation of oracle developer 10g on rhel5.
    thanks

    superdba wrote:
    although i know this forum is related to database but i would also be grateful if u send me the link of right forum.The link?How about the steps, so you can find the right forum regardless of the question?
    Start at http://forums.oracle.com (top left of this page)
    Scroll down to a relevant category, such as Developer Tools
    If the relevant forum is not visible click on 'More' (Forms IS visible)

  • How to install oracle developer 10g on red hat 5.3

    Dear forum members,
    i have to install oracle developer 10g on red hat 5.3 . I am searching on google and metalink but i did not find any doccument.
    If somebody has some material or any doccument for this Installation plz help me.
    regards

    i have fullfilled pre-requisites to install developer 10g on red hat 4.5
    i copy the source in "/var/opt/oracle/" Source is in .cpio format.
    i unzip this source with cat Disk1.cpio | cpio -icd.
    when i run the runINstaller it cant find /var/opt/oracle/..........Disk1/products.xml file.
    when i find this file with command find -name 'products*' or find -name '*.xml'
    i cant find products.xml.
    is there any problem with source
    reply

  • Trying to download Oracle Developer 10g for Linux gives JavaException ...

    Result of "accepting" the agreement for Oracle Developer 10g for Linux :
    <FONT CLASS=PortletText1>Error: The servlet produced the following error stack. sun.io.MalformedInputException
         at sun.io.ByteToCharUTF8.convert(ByteToCharUTF8.java:152)
         at java.io.InputStreamReader.convertInto(InputStreamReader.java:137)
         at java.io.InputStreamReader.fill(InputStreamReader.java:186)
         at java.io.InputStreamReader.read(InputStreamReader.java:249)
         at oracle.webdb.utils.SimpleBufferedReader.read1(Unknown Source)
         at oracle.webdb.utils.SimpleBufferedReader.read(Unknown Source)
         at oracle.webdb.page.v2.DataProcessor903.readContentStream(Unknown Source)
         at oracle.webdb.page.v2.DataProcessor903.readContent(Unknown Source)
         at oracle.webdb.page.v2.DataProcessor903.getPageMetaData(Unknown Source)
         at oracle.webdb.page.v2.DataProcessor903.process(Unknown Source)
         at oracle.webdb.page.PageBuilder.process(Unknown Source)
         at oracle.webdb.page.Main.doRequest(Unknown Source)
         at oracle.webdb.page.ParallelServlet.doGet(Unknown Source)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:244)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:336)
         at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:59)
         at oracle.security.jazn.oc4j.JAZNFilter.doFilter(JAZNFilter.java:283)
         at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:523)
         at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:269)
         at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:735)
         at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:151)
         at com.evermind.util.ThreadPoolThread.run(ThreadPoolThread.java:64)
    </FONT>

    Please note the message on download page,
    The Oracle Management Pack for Linux features of the Unbreakable Linux support offering is provided via a full download and installation of Oracle Enterprise Manager 10g Grid Control. No additional Enterprise Manager 10g downloads are required.

  • Configuring my OEM for "Oracle Developer Server Forms Manager"

    Hello,
    Please help me in configuring my Oracle Developer Server Forms Manager on Oracle Enterprise Manager.
    thanks to send me the guidelines
    regards
    Yogeeraj

    Hi,
    I have had a look at my installation, and what I did was create two directories called disk1 and disk2, (for the two extracted zip files) and then ran setup in the disk 1 directory. So I don't know if it was aware of the disk 2 directory.
    I am re-installing it now. So I will get back to you.
    Thank you very much for getting back so quickly.
    Regards
    Wayne.

  • How can I convert Oracle Developer 2000 forms?

    How can I convert Oracle Developer 2000 forms and menus to the Oracle 9ids forms and menus

    Check out the upgrade and migration section on
    http://otn.oracle.com/products/forms
    We will soon have a new section on OTN about Forms upgrades, keep checking back for more info.

  • Differences beetwen Oracle AS 10g Release 2 and Release 3

    Hi
    Could you give me links or just write about differences between Oracle AS 10g Release 2 and Release 3. I have books to Oracle 10g AS Release 2, and I don't know, what information are incorrect with reference to Release 3. I've found this link http://download.oracle.com/docs/cd/B32110_01/core.1013/b32196/whatsnew.htm#sthref7 , but Oracle 10g AS Release 3 for example does not require a metadata repository. So where can I find all diferences?
    Thanks awfully for help.
    Regards

    Application Server 10R2 (10.1.2.0.2) includes products such as OID, Forms & Reports, Discoverer, Oracle Portal etc. These are not included in Application Server 10R3, which was a JEE only install geared towards JEE solutions.
    Both versions will be desupported in December 2011 so I would spend to much time on these versions. Go with Fusion Middleware 11g : http://download.oracle.com/docs/cd/E21764_01/index.htm
    Thanks,
    EJ

  • Oracle Developer 10g

    Hi,
    I installed Oracle Developer 10g onto my machine but when I opened the Report, it crashes, I then figured out that I need to apply the patch 7047034. But this patch needs to be applied using Opatch.
    When I run the opatch, it gives me following error:
    The oracle Home is not OUI based home. please give proper oracle home. Opatch returned with error code =1.
    please let me know how to resolve this.
    thanks

    user12294561 wrote:
    I managed to resolve this error but now giving error:
    Opatch failed because of inventory problem.Please check the log file for details.
    Thanks,
    Hussein

  • Problems with Oracle Database 10g Express Edition and JBoss

    Hi all,
    I try to use Oracle Database 10g Express Edition and JBoss, but sometimes i have a connection problems.
    Sometimes i have starnge warning:
    WARN [JBossManagedConnectionPool] Unable to fill pool
    org.jboss.resource.JBossResourceException: Could not create connection; - nested throwable: (java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12519, TNS:no appropriate service handler found
    and:
    org.jboss.util.NestedSQLException: Could not create connection; - nested throwable: (java.sql.SQLException: Listener refused the connection with the following error:
    ORA-12519, TNS:no appropriate service handler found
    Oracle Database 10g Express Edition support Distributed Transaction Processing (DTP) XA interface or not?
    Some ideas?
    Thanks in advance!
    Stoyan

    Hi,
    yes, it will work, but only with the Western European Edition, not the Unicode release.
    See this thread for details:
    Re: Connection error from SqlPlus 8.0 to Oracle XE in the same computer
    Regards,
    ~Dietmar.

Maybe you are looking for

  • Error while executing the application

    Hi Friends, I am getting error while executing the application.The error is "javax.ejb.EJBException: Transaction aborted; nested exception is: javax.transaction.RollbackException: Transaction marked for rollback." Can anybody help me.. Thanks in adva

  • Linking Soundtrack Pro to audio files stored on an external drive

    FCP user but using SP for the first time. I have the large sized audio files stored on an external drive which at the moment I can't access from within SP. Just wondering the best way to link to the audio files?

  • How to display data in ODS?

    Hi Friends, I have a very basic question that how to see the data in ODS. Like in case of infocube we have a transaction code called "LISTCUBE" to see the data in infocube. is there any similar Tcode for ODS too? Thanks, manmit

  • Import/Export Jobs Fail - ORA-01017 Invalid UserName/PW - Solved!

    Every time I try to run either an Import or Export Job from OEM it always fails with ORA-01017 Invalid UserName/PW. I have read numerous posts in this forum on related topics. Suggestion have been; 1. Make sure OS login is a member of the ORA_DBA gro

  • Hangs With Google Blogger

    I'm using the latest (updated) Contribute CS5 trial. I've tried to edit articles from two different Google Blogger blogs, and while it initially connects just fine, downloads the templates just fine, and displays the blog home page just fine, any att