minimize the sort from time to form 6i

Form 6i
Database 10g xe

I have a payment form name. There are 30 k of data in this table. I have a search button using a lov to search for data. My request is very good, execution time is faster.
but when I want to set a value for the sorting of the purposes that it takes time too (cursor shows busy during 10-12 s).
my question is that is there a possible way to minimize the sort of time to this search button. ...
Thanks in advance...

Assume that PR.12.011577 is a code I want to search for this type of code of 30 thousand

When I get home PR.12.01 to search for the code above it shows sign for 10-12 sec in 6i form...

Are you trying to search for 30 k rows in a LOV?

If, not surprisingly, it takes your shape of 10 to 12 seconds. The form must collect ALL that data in the record group before he could find the lines.

This is NOT a good application for a group of records. You must set things upwards so that the user enters the value, PR.12.01 in a field in the form, based on a search button. The search button should copy the PR.12.01 value in a hidden field, then add one percent, so it's: PR.12.01%
Then, fill the record with a where clause clause that includes
where column name as: Bx.Hidden_ColumnX

IT will be quick.

Tags: Oracle Development

Similar Questions

  • How can I clear the cache from time to time, it improves anything

    How do I clear the cache from time to time, or that I should, and improve anything

    Which cache?

  • Bridge continues to change the selection of the sort each time that I reopen it the Bridge window... WHY?

    Bridge continues to change the selection of the sort each time that I reopen it the Bridge window... WHY?

    I continue to get "sort by modified date" but each whenever I open it a window that it is for manual selection.

    I searched the preferences but impossible to find something to help.  It didn't used to do this...

    John

    Well, I solved the puzzle myself.

    I noticed that somehow a stray .psd file was stuck in my side bar of the Mac Finder.  Don't ask me how it got there.

    At the beginning I couldn't delete it – until I tried a Mac forum and they suggested I hold down the command key and drag it off... to poof!

    It worked.

    And when I went back to bridge - now the bad behavior disappeared!  And when I close the window Bridge and reopen - the choice to "classify" same home!

    Yay... it's a small step for me, and one small step for computerkind.

  • How create a visible counter that reflects the number of times a form is submitted?

    I have a form that I want to count the number of submitions and I want so that it can be displayed in my Web page. Any ideas?

    You don't need a database if you want to only count the number of times that a request has been sent.

    What you need is a text file called counter.dat or similar and place the code in the form Manager to open the file and place a new value in the file.

    If you have PHP code will look like

    $cf = "counter.dat";
    $fp = fopen($cf,"r");
    $ct = trim(fread($fp,filesize($cf)));
    if ($ct != "") $ct++;
    else $ct = 1;
    @fclose($fp);
    $fp = fopen($cf,"w");
    @fputs($fp,$ct);
    @fclose($fp);
    

    GRAMPS

  • Restore the folder from Time Machine backup external hard drive

    Hello world

    I have a folder of music that is 600Go and has been saved on Time Machine my previous internal hard drive in the iMac.

    Ive since upgraded to SSD and do not want to want to restore this music folder on my new SSD due to its massive size.

    Is there anyway I can restore the folder music of time machine on an external hard drive?

    This way I can still recover my music collection but away from the internal SSD.

    Any info and advice would be great.

    Open Time Machine

    Navigate the backups to find the music folder

    Click on the music folder to highlight

    Click on the gear at the top of the window icon

    Click on "restore to".

    In the next window that appears, locate the hard drive

    Click on the hard drive to highlight

    Click on choose

  • SeaMonkey E-mail seems to leave out the spaces between the words from time to time. How can I fix? I use version 2.14.1.

    SeaMonkey Mail: When I type a paragraph of text in an e-mail message, send it to myself.
    and read it, I find that SeaMonkey merges occasionally words together leaving aside the space.
    The original text has spaces, but the received text is not. I am using 2.14.1 and were
    only for the last month or so to have this problem. At around the same time, I noticed
    only SeaMonkey started underlying parts of the words in red. This happens when I go back
    to correct a misspelled word. If these problems are linked and how to fix? I must
    reloading SeaMonkey? The same thing happens when I run it in safe mode without addons.

    This is the Firefox support forum. Help with SeaMonkey, try asking in the forum MozillaZine SeaMonkey support, here:

  • What is the download status bar in FF4? I can't tell if my download is complete or to a standstill, or anything of the sort from what I see right now.

    How to tell you the status of your download now? I have no indication bit if I open not separately until the status of download or use area download all.

    You can add this functionality to the State - 4 - Evar add-on - https://addons.mozilla.org/firefox/addon/status-4-evar

    https://support.Mozilla.com/en-us/KB/what-happened-status-bar?

  • Screen goes black within the window from time to time. Must restart approx. been past at least a year.

    Using several screens on my mac, the photoshop window will sometimes turn completely black (no toolbars, etc, just the workspace) and ill have to restart the app sick of all these little bugs. Turning off mercury to solve the problem makes it too slow to use photoshop.

    See you soon

    I still don't know what you mean by 'mercury'... you have disabled the use of GPU in Photoshop.  OK, this means that the problem is in the video card driver or video card itself.

    10.10 MacOS has some video card driver bugs that could explain the problem.  On MacOS 10.9 it had some problems introduced in 10.9.5 on some laptop models (do not have the list for the moment).

    Apple is aware of the driver problems video and work on solutions.

  • How to share the record group between 2 forms

    Hi all

    Some might guide me how to send one record group to another form and how it is received

    programmaticaly

    any help or advice, that I enjoyed

    Thank you

    Hello
    Little late but was not on the development computer.
    In fact the data you are trying to recover also ensure the data type. I mean if you retrieve DIGITAL data record group for the first column you use fld_1 , you must have to use the built-in GET_GROUP_NUMBER_CELL . Like this..

    DECLARE
      rg_id recordgroup;
    BEGIN
      rg_id := FIND_GROUP('my_rg');
      IF NOT id_null(rg_id) THEN
       :ctrl.text_item8 := GET_GROUP_NUMBER_CELL('my_rg.fld_1', 1);
      END IF;
    END;
    

    If If the field you get the record group's CHARACTER then you must use the built-in function GET_GROUP_CHAR_CELL like that...

    DECLARE
      rg_id recordgroup;
    BEGIN
      rg_id := FIND_GROUP('my_rg');
      IF NOT id_null(rg_id) THEN
        :ctrl.text_item8 := GET_GROUP_CHAR_CELL('my_rg.fld_1', 1);
      END IF;
    END;
    

    And if the salvage value of DATE data type, then GET_GROUP_DATE_CELL like this...

    DECLARE
      rg_id recordgroup;
    BEGIN
      rg_id := FIND_GROUP('my_rg');
      IF NOT id_null(rg_id) THEN
        :ctrl.text_item8 := GET_GROUP_DATE_CELL('my_rg.fld_1', 1);
      END IF;
    END;
    

    So, in you case I think the department_id data type is numeric in the database, and you use GET_GROUP_CHAR_CELL which will not work. Use the first one I showed you for numeric values.

    And also use the trigger a TIME NEW FORM INSTANCE used to retrieve the value. I want to use the first example in this trigger. Then you can see the value of the result of the shared record group.

    -Clément

  • I accidentally deleted the documents from the dock. I got it back, but now every time I have download all what I need to do a find.

    I accidentally deleted the documents from the dock. I got it back, but now every time I have download all what I need to do a find. iMac + El Capitan.

    Did you delete the Documents folder that is normally found in your folder/Home /? The entrance to the docking station is simply a form of alias created by dragging the real Documents folder icon in the Dock. Is that what you did? In addition, this has nothing to do with the downloads. Those who go into the downloads folder, also in the folder/home /.

  • How to delete the file from disk of time machine

    I recently discovered that my Time Machine backup file showed an inactive as disc being saved besides the backup drive. This has been fixed in the preferences of Time Machine showing the disc unwanted as excluded. I try to delete backups that have been performed but am unable to find out how do and found no information to the aid or FAQ Apple - probably because of the way I am forming the question.

    What is the correct procedure to remove something in the backup disk file?

    Sparkgapper

    Here you go: OS X Yosemite: remove an item from your backup disk backup

    (Should work like that Mountain Lion too)

  • My computer with two hard drives and 2 starting systems has the car crash in the solid state. When I got the new drive and tried to restore from time capsule, I lost some data. How can I see what backups are on the time capsule? My laptop is also backed u

    My computer with two hard drives and 2 starting systems has the car crash in the solid state. When I got the new drive and tried to restore from time capsule, I lost some data. How can I see what backups are on the time capsule? My laptop is also saved to the time capsule. Everything is in 'Data' when I look through the Airport utility. I think that the information that I've lost are still there since I was a Capsule 3 to.

    Time Machine backup to a sparsebundle.

    The sparsebundle will use the share name of computer. So, it should be obvious who is your Macbook and that is your Macpro.

    Open the sparsebundle in Finder and keep open the subfolders until you get to the backup of each separate hard drive...

    You has of course set the exclusion in Time Machine?

    By default, Time Machine will exclude your second drive unless you have included it. Did you?

    Once you get to this level during the backup, you can do a full restore manually whenever you want.

  • If I buy a T-Mobile unlocked iphone7, can I use the sim card by carrier other than T-mobile on the iphone7? Because I travel abroad from time to time, I wonder if the unlocked Tmobile iphone7 accept any sim card when I am abroad

    If I buy a T-Mobile unlocked iphone7, can I use the sim card by carrier other than T-mobile on the iphone7? Because I travel abroad from time to time, I need to use another sim card when I'm outside of US. So if I order a T-mobile unlocked iphone7, he will accept my sim card from a foreign carrier? In addition, he will accept my 2nd sim card which is Sprint (my sprint sim card is not related to a device)?

    An unlocked iPhone for use with any compatible GSM carrier.

    Sprint is NOT a GSM carrier. They are a CDMA carrier.

  • My browser is running do not. I uninstall, install several times. Uninstall cookies, delete the data from the user, install in another user - no reaction. What's wrong? Help, please

    My browser is running do not. I uninstall, install several times. Uninstall cookies, delete the data from the user, install in another user - no reaction. What's wrong? Help, please

    Start Firefox in Safe Mode {web link} by holding down the < shift >
    (Mac options)
    key and then from Firefox. Is always the problem?

    Start your computer in safe mode with network. Then launch Firefox.
    Try the sites secure web. Is always the problem?

    Start the computer in Mode safe;
    Free online encyclopedia

  • Updated the MacBook Pro to ElCapita to Apple's Service. Now cannot restore last July 7 from Time Machine backup. Help, please.

    Updated the MacBook Pro to ElCapita to Apple's Service. Now cannot restore last July 7 from Time Machine backup. Help, please.

    Visit Time Machine FAQ of Pondini helps with Time Machine. It is a vast site with almost everything that you need for using Time Machine. You will not find a better resource for Time Machine in one place. Due to the disappearance of James Pondini is the site is no longer updated. Therefore, some information may be somewhat outdated.

Maybe you are looking for