Regarding Query/Where box in oracle forms

Hi,
I have a query regarding query/where box in oracle.
When I enter ":" in one of the field query box pops up and when I enter some query and press F12 to execute query.
The OK button has to be pressed twice to retrieve the result.
Can anyone please let me know why this is happening, instead of retreiving results at one go by pressing OK once.
When does query box pos up? I have to avoid hitting OK button on query box twice.
Thanks for your advice in advance.
Thanks,
KLC
Edited by: user5411765 on Nov 22, 2010 10:44 PM

Hi,
Were you able to get around this problem? I am facing the same and need help! :(
Regards,
Arun

Similar Messages

  • Regarding installation and usage of oracle forms 11g on windows 7

    dear all,
    i am new to the oracle forms and reports feature. i tried installing forms and reports following certain steps which i could find from the internet, but it could not be installed.
    i ended up crashing my system.can anyone of you help me in providing the step by step installation of oracle 11g forms and reports on windows 7 64 bit.
    regards,
    sreejith

    When I was cleaning my email account i noticed message from OTN forum. I forgot to reply :/
    I followed instructions from the message above and it worked. Oracle XE + PPRD (only forms to save disk space and RAM) + weblogic, i have also installed APEX 3.2.1. It all works at my win 7 system
    There where one bug in forms builder database connector, solution was to replace it with the file from SQL*Plus (AFAIR it was tnsnames.ora file)
    So thank you Chris999, you helped me a lot.

  • Query in Parameters in Oracle Forms 6i

    Can any one explain me how to go with parameters in oracle forms 6i's Object Navigator.If explained with an example it will be of great help for me.
    Thanks,
    Prathap

    Hello,
    Forms parameters are usefull to receive a value from a calling form or for a command line.
    You can pass a value to a form through these parameters, which value can be read inside the form.
    Assume your form have to display only employees of departement 10.
    In the parameter node, you create a new parameter then name it : DEPARTEMENT (number)
    A the start of this form, you can filter the data in the Where clause property of the block:
      DEPTNO = :PARAMETER.DEPARTEMENTand, when the first form call this one, it pass this parameter in the CALL_FORM() built-in
    Declare
      pl_id PARAMLIST;
      pl_name VARCHAR2(10);
    Begin 
      -- create the parameter list --
      pl_name :=  'temp';
      pl_id :=  get_parameter_list(pl_name);
      IF NOT ID_NULL(pl_id) THEN
        destroy_parameter_list(pl_id);
      END IF;
      pl_id := create_parameter_list(pl_name);
      -- add the parameter to the list --
      add_parameter(pl_id, 'DEPARTEMENT', TEXT_PARAMETER, 10);
      -- call the employees dialog --
      call_form('EMP_DIALOG', HIDE, NO_REPLACE, NO_QUERY_ONLY, NO_SHARE_LIBRARY_DATA, pl_id);
    End ;Hope this is clear enough.
    Francois

  • Where's the Oracle Forms Java API documentation for 11g?

    Hi,
    Can anyone point me in the direction of the Oracle Forms Java API documentation?
    The only thing I can find is this: http://www.oratransplant.nl/1012jdapiDoc/oracle/forms/jdapi/JdapiModule.html but this seems to be for 10.1.2 and it doesn’t correspond to the version I’m using (11.1.1.3).
    Help appreciated,
    Donal.

    i couldn't find the api either however if you implement the class you will simply get compiler errors explaining what you left out.

  • Regards sending text sms from oracle forms 10g

    Do anybody know about sending the sms from oracle forms.If anybody had means please send me the script......

    Welcome to the Oracle Forums. Please take a few minutes to review the following:
    <ul>
    <li>Before posting on this forum please read
    <li>10 Commandments for the OTN Forums Member
    <li>Announcement: Forums Etiquette / Reward Points
    </ul>
    Do anybody know about sending the sms from oracle forms.If anybody had means please send me the script...... This is a commonly asked question. Have you tried searching the forum for possible solutions? Take a look at this search result. I would also recommend you take a look at the Oracle Forms Services 11g web page and scroll down to the Oracle Forms 11g calling a web service link. This is a white paper published by Grant Ronald that specifically describes the process of sending SMS from Oracle Forms.
    Craig B-)
    If someone's response is helpful or correct, please mark it accordingly.

  • Query about to download Oracle Forms and Reports 11g

    I have a Windows vista (Home basic).
    I am trying to download Oracle Forms and Reports 11g to learning purpose from this link.
    [http://www.oracle.com/technetwork/developer-tools/forms/downloads/index.html]
    there is two links to download Oracle 11g for windows:
    Windows x86
    Windows 64
    Should i use Windows x86 link?
    please suggest.
    Thanks!
    Edited by: 968895 on Dec 8, 2012 2:36 AM
    Edited by: 968895 on Dec 8, 2012 2:58 AM

    Should i use Windows x86 link?Well, it depends on your OS. Anyway, look at Installation of forms 6i and 11gR2 in a home PC

  • Query Performance issue in Oracle Forms

    Hi All,
    I am using oracle 9i DB and forms 6i.
    In query form ,qry took long time to load the data into form.
    There are two tables used here.
    1 table(A) contains 5 crore records another table(B) has 2 crore records.
    The recods fetching range 1-500 records.
    Table (A) has no index on main columns,after created the index on main columns in table A ,the query is fetched the data quickly.
    But DBA team dont want to create index on table A.Because of table space problem.
    If create the index on main table (A) ,then performance overhead in production.
    Concurrent user capacity is 1500.
    Is there any alternative methods to handle this problem.
    Regards,
    RS

    1) What is a crore? Wikipedia seems to indicate that it's either 10,000,000 or 500,000
    http://en.wikipedia.org/wiki/Crore
    I'll assume that we're talking about tables with 50 million and 20 million rows, respectively.
    2) Large tables with no indexes are definitely going to be slow. If you don't have the disk space to create an appropriate index, surely the right answer is to throw a bit of disk into the system.
    3) I don't understand the comment "If create the index on main table (A) ,then performance overhead in production." That seems to contradict the comment you made earlier that the query performs well when you add the index. Are you talking about some other performance overhead?
    Justin

  • Where can download Oracle forms developer 6 ?

    Hi ,
    I need to install forms developer 6 software in my machine. Where can i find the software in oracle.com?
    Thanks.

    i have this old link...
    http://www.oracle.com/technology/software/products/forms/htdocs/winsoft.html

  • Regarding query generation to user defined forms

    Hi all,
    i had created user defined form with some fields and tables
    tables in the sense matrix
    i had entered the data in that table
    and added that data
    after that i came back to that form and used the fields that are below the table to calucalate the maximum and minimum from the columns of matrix
    so to get the data of that particular form only i used the $ command to extract data depending on the report number
    but iam unable to get the result
    any one help me regarding this
    it is required urgent
    Thanks And Regards
    sravanth.sm

    Sravanth,
    Let's see if I can help you.
    Assume your form's title table is called @TITLE and the matrix table is called @ROWS. In the form's title you have the record key DocEntry. In the Matrix you have a column COLUMN from were you are going to get some value. ok?
    Maximum of the column
    SELECT Max(T0.COLUMN) FROM [dbo].[@ROWS] T0 WHERE T0.DocEntry=$[@TITLE.DocEntry]
    To get the minimum, just use the Min() function.
    Regards,
    Vítor Vieira

  • Search in Oracle forms

    Dear professionals,
    how to search in oracle forms by using toolbar: (press enter query key + press execute key) using next criteria:
    1. value in date item is less then some value (ex. date_item <01.02.2011) picture
    2. how to search NULL values in date items, and non date items (IS NULL doesn't work)
    it's not problem to define dynamically such criteria: set_block_property('block_name',default_where,'date_item IS NULL') OR set_block_property('block_name',default_where,'date_item <'01.02.2011'').
    is there any useful link for oracle forms search tips ?
    Thx in advance,
    Adnan
    Edited by: adnanBIH on Feb 8, 2011 11:18 AM

    Zaafran Ahmed wrote:
    You can use substitution variables like I mentioned in my previous post. In Enter-Query mode, enter :V and then execute query, it will popup a Query/Where dialog and in that you can type your condition like
    YourDateItem BETWEEN ADD_MONTHS(SYSDATE, -1) AND SYSDATE
    -- or
    YourDateItem < SYSDATEIf you are using Forms10g, then see the above link from Francois. It suggests you to enable this feature by setting FORMS_RESTRICT_ENTER_QUERY=FALSE in DEFAULT.ENV file.
    Hope it helps!
    Edited by: Zaafran Ahmed on Feb 8, 2011 9:09 AM
    maybe this could help.
    http://stackoverflow.com/questions/451047/query-where-dialog-in-oracle-forms-10g
    FrancoisThx a lot guys, it works now. I changed default.env file, and it's possible to search by complex criteria.
    But, it's still more complex for common user to learn sql in order to custom search then right click in MS Access and choose Filter by selection, for example...

  • Index Usage from SQL query in Oracle Forms

    Would using LIKE/OR in where clause (of an indexed column) will force the the query to NOT use INDEX. We have these where clause in Oracle Forms Records Group.
    Below are two examples...
    1. If we have a where clause with LIKE would that NOT use the index?
    Example: ColumnName like :block.Column||%
    2. How about having an OR clause?
    Example: and (ColumnName = :block.column or :block.column is null)
    Thanks

    Hi
    Answer 1: Where with like clause WOULD use the index.
    In this example index on ColumnName
    Answer 2: Write better where:
    Example: and (:block.column is null or ColumnName = :block.column)
    When :block column is null then statement after 'or' is not used. Index will not be used with RBO, i think.
    The best way to be sure is to look at explain plan on the original query.
    Regards
    Kuba

  • Internet browser in Oracle forms canvas.

    Hi,
    Is it possible to run Internet explorer as a box in Oracle forms 6i canvas?
    If not possible in 6i then suggest the version.
    Requirement could be anything. suppose I want to display Weather report in my canvas...
    Thanks
    Edited by: only.ashish99 on Dec 24, 2012 8:34 AM
    Edited by: only.ashish99 on Dec 24, 2012 8:35 AM

    You can use a java bean in your form to achieve this.
    Regards,
    Qasim Javaid Malik

  • How to know query is fired from Oracle froms or Reports

    Hi,
    I am using oracle database 11g Release 2.
    I use oracle enterprise manager to find which query requires more time to execute but how can i find which user is firing this query and this query is fired from oracle form or from oracle reports.
    Database: 11g R2
    O.S: Windows 7 professional
    Forms & reports : 11.1.2
    Need Help..

    But how can i frind the query is run by user is from oracle forms or from oracle reports.
    How can i get the name of form or report from where user is running.did you read the document about v$session attached in the other post?
    You have the answer there.
    If you want the exactly query, this is not the place. We try to help, not do your job.

  • Oracle forms to SQL SERVER

    Hi
    I have to connect oracle forms to sql server, as per documentation, I created a ODBC string for SQL SERVER, In connect dialog box for oracle forms I entered username, password and @ODBC_string:Database_Name in connect.
    I am not able to connect. Please help me.
    Avinash

    Perhaps your question is more suitable for the Forms forum:
    Forms
    There's APEX as well: http://www.oracle.com/technology/products/database/application_express/html/apex_for_forms.html

  • JDeveloper 9.0.5 / Oracle Forms Integration

    I am playing around with JDeveloper 9.0.5.1 on Linux (for production i still use JDev 9.0.3) and didnt find the PJC Wizard?
    Where is the Oracle Forms Integration in Jdev 905? Where is the PJC Wizard, how to make Enhanced JavaBeans for Forms (for using with FBean-Package) ?
    Documentation? Ressources?
    Bye Marc

    The Forms PJC Add-in is not yet available for this release.
    If you want to manually set up a project for PJC work then you'll just have to go into the project properties and define a new library that points to the f90all.jar file from your forms install. You PJC code will then at least compile

Maybe you are looking for

  • How do I import multiple audio tracks?

    Hi there... I have a number of video files that have multiple audio tracks in them. The problem is I can not work out how to get prem to see multiple audio tracks. The files import fine and I have also tried various other formates with multi-track au

  • CS3 crashing with Windows 7 - 64 bit

    Hello everyone, I have been experiencing alot of issues since I have upgraded my operating system from Windows XP 32 bit, to a Windows 7 - 64 bit. I am working with CS3. I can be working on Indesign and all of a sudden it just disappears. No warning,

  • Images sent from Lightroom 5 won't appear in Elements 12

    About one month ago I've bought and installed on my computer Photoshop Elements 12. However since then I had never launched the programme, which I did for the first time yesterday by trying to send five TIFF shots from Lightoroom 5.4 to Elements (Pho

  • FCP and mpg's

    I NEED HELP ASAP! I have all of my camera footage converted into mpg format. This is because my camera is not recognized in FCP or iMovieHD. I went through the lenghty task of using a PC to capture the footage, convert it to mpg format, and now I can

  • Cannot communicate with scanner. Cable may be disconnected or scanner may be turned off...I

    I have a MF6590 mutifunction printer.  It had been working fine until last week when I got the error message "Cannot communicate with scanner.." I tried uninstall and reinstall te driver, I tried switching to a different USB port, reboot my PC, turne