Problem with SCROL BAR

In my form i have fields in tabelar view and i have scrol bar.
When the query has been executed, I want to see all of data in my form and I offcourse must to scrol down, but when I receive a lot of data my action with scrol bar occure system block, CPU time increase and I must to terminate(with end task) the aplication.
This happened, not allways, in Forms9i and Forms6i.
Is this some oracle bug or exist some developers trick to solve this problem?
Thanks, it's very imported to us!

this may be affected by many factors assuming your form coding is good.
you may first try to set the block's QUERY ARRAY SIZE to see if it helps. if you allows DML, then the DML arrary size too, but you need to balance them by many trials. In fact, if you get a powerful server/client machine, that helps too.

Similar Messages

  • Big problem with status bar legibility in IOS 7.0.4

    Hi, i'm adressing this problem to Apple. I recently update my iphone 4s to ios 7.0.4 and i have found some problems with status bar visibility in certain apps. Ex: in Photo app, the status bar is dark and it is unreadable, same in Lockscreen in Emergency menu, in menu when someone calls or you call someone and in Camera app the status bar is black and overlaps with the text and option buttons of the app. Please fix this as soon as possible because it is very frustrating.Sorry for bad english :d

    There is no Apple hear in this user to user forum.
    YOu can send feedback here http://www.apple.com/feedback/

  • Problems with scroll bars in list view

    Hello,
    I am using Xcelsius 2008 (Build Number 12,2,166).  I am still having trouble with scroll bars on my list view control. Other list views in my dashboard seem to be ok. It seems that this list view is not ignoring the blank cells in my excel file. I have gone through many things to correct this problem. I have added a new list view, I have copied other list views that work correctly but still no success. It seems that the "Ignore Blank Cells" property is not working correctly. Does anyone have a solution for this?
    Much Thx!

    Hi Yusufel,
    Please check the data whether the cells are really blank or having any space which could not be seen, etc.
    With best wishes
    BaaRaa.

  • Problem with Stacked Bar Chart

    I have a problem with a stacked bar chart in Numbers 09. My chart is a single series with 6 categories. All of the categories have different values. The first 5 categories display correctly. However, the last category does not display in the color its supposed to, but rather shows up as white/background instead of the grey color shown on the legend. However, the value label is displayed in the proper place.
    When I select other chart types (pie, regular bar, or regular column) the category shows up like it's supposed to.
    This is kind of annoying since I would rather use stacked bar instead of a pie chart. Is there an upper limit on the number of values it can display as a stacked bar chart? Is this just a bug? Thanks!

    Here's my result with six values in a single series. I double clicked the last bar to change its colour from the default grey (which was visible) to magenta.
    Numbers 2.0.3, iBook G4, OS X v10.4.11
    (Shot in the dark:) Try double clicking the value label, then changing the order position of this item.
    Regards,
    Barry

  • Problem with tool bar

    Hi,
    I have a problem with my illustrator CS5, the toolbar doesn't show sub-options.
    For example if I click the Rectangle Tool (M) button looking for sub-options (a sub-option is for example the Ellipse Tool (L)), nothing happens. I managed to use the Ellipse Tool (L) through shortcuts, but I want my tool bar to be able to display all the sub-options.
    In other words all the buttons with a little triangle at the button-right corner, are supposed to show sub-options, but they don't.
    I've consulted the problem with one of my co-workers, he suggested installing it all again -> I don't wanna do that.
    Please help.
    Thanks in advance.

    You have to click and hold the button. As an alternative you can alt-click it to cycle through the tools

  • Problems with Menu Bar after recent security update

    Ever since installing yesterday's security update I have been having problems with the menu bar. When clicking on the blue Apple in the upper left hand corner, no drop-down menu appears as it should. This problem also occurs in the drop-down menu named for the program in various instances (Thunderbird, Azureus, iTunes, Finder, Firefox) but not in others (Safari, Adium, VLC). Sometimes the menus are simply truncated and do not include all the options they should rather than not opening at all.
    I have run Disk Utlity which found no problems and have performed a hard restart multiple times but the problem persists. Any advice would be very helpful. Thank you.

    Thanks for the help. I tried most of the solutions listed in the link you supplied, but am still having the same problem. However, when I tried to run the Tiger Cache Cleaner, I got the following error message:
    Runtime Error 4: Failed Assertion
    Location: /Volumes/RBUS/Common/MacOs/MacOSMenu.cpp:420
    Failure Condition: appMenu
    Failure Message:
    Please report what caused this error along with the details above.
    Thoughts?

  • Problems with usage bar in iTunes 12.1.0.71

    Hello,
    I'm having a problem with the usage bar in iTunes: the "apps" section of the usage bar will just disappear as I'm syncing/removing/adding music.  Restoring my iPhone and uninstalling/reinstalling iTunes does not help.  Anyone know why this is happening?  It makes it  hard to know how much space  is remaining when the apps category disappears while I'm adding/removing music.
    Thank you!
    Kevin

    the1212 wrote:
    After updating to the latest version of iTunes 12.1.0.71,my ipad mini is not being picked up by itunes even though its showing its connected and i can see it 
    This doesn't make sense. Your statement "even though it's showing its connected" means that iTunes does see the iPad. Or am I misreading what you are saying?
    Go through the troubleshooting steps in here.
    iPhone, iPad, or iPod touch not recognized in iTunes for Windows - Apple Support

  • Having problems with menu bar! NEED HELP

    I'm having some serious problems with the finder menu bar. When I click on the blue apple, it won't show anything! It just highlights the blue apple without a pull down menu. Same goes for the Window pulldown menu. Also, under finder. when I click empty trash, or do the equivilent keyboard shortcut, it won't empty the trash. I have to ctrl click on the trashcan and empty it that way. Please help me fix my finder, or else I'm going to have to reformat and start ALL over which I really don't want to do. Thanks!
    PS This is on a Dual 1.42GHZ G4 Tower w/ Radeon 9800 Pro graphics card and 2GB (4X512mb) ram. I also updated to 10.4.7 from 10.4.6 to see if that fixed the problem, and no dice! Thanks!

    Well if the problem occurs in two accounts then it is systemic. When did the problem begin? Was it with a software update, sch as from 10.4.6 to .7? If so, try reapply the update using the Combo updater.
    IF that doesn't work you can re-install 10.4 using the Archive and Install method, which does not wipe your disk, does not require reinstalling all your applications etc, However, BACK UP YOUR DATA FIRST, and read up on the A&I before you do it.
    Hope this helps
    Regards
    TD

  • Embedding youtube video in flash with as2 - problem with black bars

    I have successfully embedded the youtube video in my flash code with:
    //create area to put youtube video on screen
    this.createEmptyMovieClip("reason1_video", 10000);
    reason1_video._xscale = 60;
    reason1_video._yscale = 60;
    this.reason1_video.loadMovie("http://www.youtube.com/v/PUt7Kw9Q_Qc?hd=1");
    However, the video plays with black bars on top and bottom even though it plays without those directly from youtube:
    http://www.youtube.com/parallelic#p/c/258EA3637F3467BD/7/PUt7Kw9Q_Qc
    Even if I take off the scaling, it still has the black bars. How do I get rid of them?

    So basicly your putting a video in to your flash project

  • JScrollPane size problems with horizontal bar

    Hello,
    I have made a panel with some lines of text (JLabels). The panel is contained inside a JScrollPane. When it gets a horizontal scrollbar, the bar hides the bottom-most line of text and you get a vertical scrollbar too.
    How do I get the JScrollPane to add the height of the horizontal scrollbar to its own height if it still fits inside its own maximum height? It is ridiculous when you have like 3 lines of text inside it and you have to scroll it to see the bottom line.
    Thanks,

    Thanks, that solved the problem good enuff for me here. Now I also got another similar problem, at http://forum.java.sun.com/thread.jsp?forum=57&thread=206828. Got any ideas on that :) ?

  • Problems with stacked bar chart in Java SDK and CRDesigner

    Hi @ll,
    I have an issue with the rendering of stacked bar charts through the Java SDK and the CRDesigner. unfortunately, my research in this forum and with the help of aunt google didn't lead to success.
    These are my problems:
    I have a  stacked bar chart which, when datasets/stacks increase in number per bar, displays errors:
    1.)  the single stacks of the bar merge together randomly and form bigger stacks with the sum of the singles. the information of  single stacks gets lost in the bar.
    2.)  the total sum of all singles is bigger than the maximum value on the y-axis displays. thus, the scaling is wrong.
    1.) appears in the CRDesigner as well as in the Java SDK
    2.) only occurs in the Java SDK
    Is there any trick to turn the random merging of slices off?
    Is the false scaling a known issue and is there a bugfix/workaround?
    many thanks for all advice
    Tom

    hi folks,
    i found the answer to the above problems:
    when you specify the recordfields that are responsible for the change to the next stack or bar, the 'stack' fields have to be unique.
    in my case i evaluated durations in msec (as stacks) from different devices (as bars). randomly i had the same durations for one device. what happens is, that CR does not notice a change and accumulates to the first stack with the same duration.
    surprisingly this also seems to derange the axis scaling. fix the problem by simply using an overall unique recordfield like rownum or a formula that forms the current timestamp to text as identifier for the stacking.
    cheers
    .t

  • Problem with Stacked Bar

    I need to show details about messages transactions.
    I decided to use a Stacked Bar chart to view present number of trans' of different types by their date.
    I use this query in all the series:
    select null link, sd label, c value
    from (select trunc(STARTDATE) sd, count(TRANS_ID) c
    from TRANSACTION
    where ERROR = 'OK' and MSGTYPE = 'THE_MSG_TYPE_VALUE'
    group by trunc(STARTDATE)
    order by trunc(STARTDATE) )
    the chart is presented, and i thought it's correct. apparently not.
    in some msg types it placed its colored column in wrong date (i think it's because it's the only type that has transaction/s in this date). it simply was added to the other columns serially.
    the correct (and expected) result was to place it in separate column and not to add it to the other series.
    maybe i should add something in the query. if someone encountered this problem, i'd be happy to take advices.

    Here's my result with six values in a single series. I double clicked the last bar to change its colour from the default grey (which was visible) to magenta.
    Numbers 2.0.3, iBook G4, OS X v10.4.11
    (Shot in the dark:) Try double clicking the value label, then changing the order position of this item.
    Regards,
    Barry

  • Problem with Group Bar Chart

    Hi all ,
              i  need help as my requirement is  like i have three values (material,value1,value2) now i want to display data with the help of Group bar chart like for material1 value1 and value2 should be in BAR then again for material 2 value1 and value2 in BAR......  
    right now i am assining  value1 and value 2 to Value column of display template but i am gettin a graph like material1 value1(BAR) material2 value1(BAR) .....  material1 value2(BAR) material2 value2(BAR)...........which value i should set so i should get graph what i mentioned above .
    thanks in advance
    regards,
    Praveen

    Hi,
    Give the material in the label columns...( check with the requirement as the Legend show only the Material )
    Check this also.(May solve your problem)
    Change the type to Bar chart and give the value1 and value 2 in the value columns..
    Hope this may help you...
    Regards,
    Kishore

  • Problem with tab bar and the method viewDidLoad

    Hi,
    I created a new project from the templates (tab bar application). then I created two views, for the two itens on the bar. The second view controller has a method viewDidLoad, but the method is loaded when the program launches. I tried the loadView method, but it´s never called.
    How can i know when the view is loaded through a tab bar item?
    thanks

    I have an application based on the Tab Bar template as well, yet mine works. I also have views created via IB for each tab, but there are a series of connections which need to be made for the viewDidLoad method to be called. I made some notes along the way, perhaps they are helpful.
    In these notes, what I did was create the Tab Bar project, but I didn't like the way the views were set up, so I created a series of new views, added them the way I preferred (all from files, all the same view, including the first view), and then deleted the two default views.
    - Create a Tab Bar project.
    - With XCode, create a new UIViewController for the new first view, save it, add it to the project.
    - In IB, create a new view, save it, and add it to the project.
    - In the new view's File's Owner, set the class to the new view controller.
    - Connect the view outlet to the new view created.
    - Go to the tab bar control in the MainWindow.xib and create a new view controller.
    - Select the new tab button, and type in tab name and xib filename (without the extension).
    - Compile and run. With a label in the new view, it is easy to see if it works.
    Let me know if you find the problem.

  • Problem with tab bar controller!

    I'm fairly new to xcode (and programming for that matter) so please bear with me!
    I'm creating a utilities app and would like to put tabs on the flipside view controller. a normal push segue to a tab bar controller from the flipside doesn't seem to do the job when I run it.
    I'm not sure if I need to put a tab bar on the flipside view controller itself and connect it using coding? If so, how? Or is there another solution?
    Thanks in advance!

    I have an application based on the Tab Bar template as well, yet mine works. I also have views created via IB for each tab, but there are a series of connections which need to be made for the viewDidLoad method to be called. I made some notes along the way, perhaps they are helpful.
    In these notes, what I did was create the Tab Bar project, but I didn't like the way the views were set up, so I created a series of new views, added them the way I preferred (all from files, all the same view, including the first view), and then deleted the two default views.
    - Create a Tab Bar project.
    - With XCode, create a new UIViewController for the new first view, save it, add it to the project.
    - In IB, create a new view, save it, and add it to the project.
    - In the new view's File's Owner, set the class to the new view controller.
    - Connect the view outlet to the new view created.
    - Go to the tab bar control in the MainWindow.xib and create a new view controller.
    - Select the new tab button, and type in tab name and xib filename (without the extension).
    - Compile and run. With a label in the new view, it is easy to see if it works.
    Let me know if you find the problem.

Maybe you are looking for

  • Consuming a Webservice on WAS 6.40

    Hello, i try to consume a Webservice created with the Webservice Creation Wizard. I have configured the logical port and i created the client proxy. But when i run the test program with the crated proxy i retrieve the following error: (id=SOAP:111):

  • Lightroom Freezes on Import, locks up computer completely.

    Windows 7 Home Premium 64bit, 16GB RAM. I've deleted preferences file, disconnected all the usb devices, uninstalled and reinstalled LR, I have copied the files from the card reader to an internal HDD and imported from there. I have five internal dri

  • How to update value in internal table from cdpos taking fname n value_new?

    hello everyone,           i want to insert  value in internal table from cdpos table taking field name  from fname and value from value_new.but the problem is i am not getting how to map the corresponding field of internal table with fname value  whi

  • Oracle 8.1.7 for Unix and Windows 2000 Active Directory

    Is it possible to integrate the users and passwords of an Oracle Database running on Solaris with the users and passwords defined in a Windows 2000 Active Directory? What are the requirements and the necesary steps? I've read the documentation and it

  • Headphone Jack doesn't work and internal speakers are stuck in mute.

    So I have an 18' macbook pro with a 2GHz Intel Core i7 and running version Mac OS X (10.7.5). I recently dropped my computer off my lap while my headphones were still in. The headphone jack smashed into the computers headphone output jack I took out