Incorrect Focus when Changing Item with Mouse

Dear Colleague,
Quite often, when the user navigates to a new item with the mouse and not with the keyboard (e.g. Tab key) or explicitly via the toolbar item (next item), then the cursor ends up in the item of interest, but when the user proceeds to, for example, activate the associated LOV, then the cursor focus switches back to the original, i.e. previous item.
Is this a known bug? I would appreciate any tips here.
My forms are running within Oracle AS 10g.
Best regards,
Randy

Dear Wilfred,
In the meantime, I did in fact find something in MetaLink, namely:
Note: 292045.1
Subject: Cursor Focus Is Lost After Using Alt+W To Switch Between Windows in Oracle Forms
Cause: The problem is caused by a forms bug:
The bug is fixed in OracleAS 10g / Oracle Developer Suite 10g Rel 2 (not due for release until March / April 2005)
There is no backport one off fixes available for Forms 6i, 9i or 10g (Rel 1). For these releases, the user must work-around by manually clicking in the window / field in order for cursor focus to be returned, and keyboard input to be accepted again.
References: Bug 3788158 - Cursor Focus Lost When Moving Between Forms Using Window Menu
Wilfred,
Does this mean that no bugfix is planned for Releases prior to 10g (Rel 2)? Which ultimately requires an upgrade to this release, if one wants to avoid this?
I would appreciate your interpretation on this.
Thanks,
Randy

Similar Messages

  • I used to open many tabs in the same page and i move from one to other by mouse but since3 two days the tabs open in the same page normaly but i can't move from one to other when i clik with mouse on any tab it don't open/ do u have any solve for this?

    i used to open many tabs in the same page and i move from one to other by mouse but since3 two days the tabs open in the same page normaly but i can't move from one to other when i clik with mouse on any tab it don't open/ do u have any solve for this

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do not click the Reset button on the Safe mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes

  • Firefox stop to work in one time,and i have to restart all because ff dont wor when i try to change page with mouse

    firefox stop to work in one time,and i have to restart all because ff dont wor when i try to change page with mouse

    Start Firefox in [[Safe Mode]] to check if one of your add-ons is causing your problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See [[Troubleshooting extensions and themes]] and [[Troubleshooting plugins]]
    If it does work in Safe-mode then disable all your extensions and then try to find which is causing it by enabling one at a time until the problem reappears.
    * Use "Disable all add-ons" on the [[Safe mode]] start window to disable all extensions.
    * Close and restart Firefox after each change via "File > Exit" (Mac: "Firefox > Quit"; Linux: "File > Quit")

  • Incorrect warning when parsing query with group by clause

    I am using SQL Developer 4.0.0.13.80 with JDK 1.7.0_51 x64 on Windows 8.1
    I have the following SQL, which works perfectly:
    select substr(to_char(tot_amount), 0, 1) as digit, count(*)
    from transactions
    where tot_amount <> 0
    group by substr(to_char(tot_amount), 0, 1)
    order by digit;
    However, SQL Developer is yellow-underlining the first line, telling me that:
    SELECT list is inconsistent with GROUP BY; amend GROUP BY clause to: substr(to_char(rep_tot_amount), 0, 1), substr(to_char(rep_tot_amount),
    which is clearly wrong.
    Message was edited by: JamHan
    Added code formatting.

    Hello,
    I also have found the same issue with the GROUP BY hint. Another problem I found is that the hint suggests to amend the GROUP BY members to add also constant values that are included in the SELECTed columns and whenever those constants include strings with spaces, it generates an invalid query. Normally, constant values won't affect grouping functions and as such they can be omitted from the GROUP BY members, but it seems SQL Dev thinks it differently.
    For example, if you try the following query:
    SELECT d.DNAME, sum(e.sal) amt, 'Total salary' report_title, 100 report_nr
    FROM scott.emp e, scott.dept d
    WHERE e.DEPTNO = d.DEPTNO
    GROUP BY d.DNAME;
    when you hover the mouse pointer on the yellow hint, a popup will show the following message:
    SELECT list inconsistent with GROUP BY; amend GROUP BY clause to:
    d.DNAME, 'Total, 100
    If you click on the hint, it will amend the group by members to become:
    GROUP BY d.DNAME, 'Total, 100;
    that is clearly incorrect syntax. You may notice that after the change the yellow hint is still there, suggesting to amend further the GROUP BY members. If you click again on the hint, you will end with the following:
    GROUP BY d.DNAME, 'Total, 100;
    , 'Total, 100
    and so on.
    I am not sure if this behaviour was already known (Vadim??), but it would be nice if somebody could file a bug against it.
    Finally when writing big queries with complex functions and constant columns, those yellow lines extend all over the select list and they are visually annoying, so I wonder if there is a way to disable the GROUP BY hint until it gets fixed.
    Thanks for any suggestion,
    Paolo

  • Focus when an item is not valid

    Hi,
    This is the procedure called from trigger WHEN-VALIDATE-ITEM
    PROCEDURE Validate_item IS
      LC$Value   Varchar2(512) := :System.Cursor_Item ;
      FL$Value   Varchar2(2)   := :System.Cursor_Value ;
      LC$Code   Varchar2(2)   := '';
    BEGIN
      If LC$Value IS NULL Then
             goto the_end ;
      End if ;
      If FL$Value IS NULL Then
             goto the_end ;
      End if ;
      -- For code validation --
      Begin
         Select MYTABLE.T_CODE
         Into LC$Code
         From   MYTABLE
         Where  T_CODE = FL$Value;     
      Exception
            When NO_DATA_FOUND Then
              Disp_Alert(3); -- Call the alert procedure
      End ;
    <<the_end>>
    Null ;
    END; When the code is not valid, a message is displayed with disp_alert, but the cursor go to next item.
    How can I keep the focus in the invalid field ?
    I have tried with Go_Item(:system.cursor_item) but error FRM-40737 occur.
    Best Regards
    Gaetano

    Read the following:
    Timer / Go_Item workaround - replacement for web?
    Greetings...
    Sim

  • Notification or Alert when selecting Item with charge on Sales Order???

    Hello,
    Is it possible to make an notification / alert on a salesorder when entering a item with batch/charge???
    Now everytime the customer must enter CTRL-TAB on amount field to select a batch but don't get a reminder for the batch.
    They don't want to select the batch/charge on Delivery.
    THX
    Mark

    Below is code that will prevent deletion of a line from Sales Order.
    DECLARE @NoOfRows int
    DECLARE @MaxLineNum int
    DECLARE @UserId int
    IF (@transaction_type = 'A' or @transaction_type = 'U') AND @object_type = '17'
    BEGIN
    select @NoOfRows = COUNT(*) from RDR1 where DocEntry = @list_of_cols_val_tab_del
    select @MaxLineNum = MAX(LineNum) from RDR1 where DocEntry = @list_of_cols_val_tab_del
    select @UserId = UserSign2 from ORDR where DocEntry = @list_of_cols_val_tab_del
    IF(@NoOfRows <> (@MaxLineNum + 1) AND @UserId IN (10,11))
    BEGIN
    select @error = 1234
    select @error_message = 'One or more lines have been deleted from the Sales Order'
    END
    END
    You can say which users cannot modify Sales Orders like by modifying the @UserId IN (10,11) below. You need to get the User ID from the OUSR table.
    IF(@NoOfRows <> (@MaxLineNum + 1) AND @UserId IN (10,11))
    Hope this helps
    Krishnan

  • I get different result when I paste with mouse and shift+ins

    Sometimes I get different result when I paste the clipboard content with mouse and shift+insert key combination. Why? What can I do to stop this annoyance?

    Just to add a little to the above, there really is no universally applied standard (not even close) for how the primary, secondary, and clipboard buffers should be used.  Any X program can use them however they wish.  But there are some common patterns: selected text should be placed in the primary buffer, and X pastes from the primary buffer with either middle click or shift-ins by default.
    This default can (and unfortunately often is) overriden by clipboard managers - I don't know why they don't stay true to their name and just manage the clipboard buffer, but they often don't.
    <mini rant>with no clipboard tools installed, selected text in any program I have is in the primary selection, and shift+ins or middle click paste from this primary selection.  Ctrl-C/Ctrl-V post to/from the clipboard buffer.  No need for extra tools.  If I install any clipboard manager, this default sanity of X11 goes strait to s(&*Y.  I don't like clipboard managers </mini rant>  <mini praise> X11 is great without any of that cruft added </mini praise>
    Last edited by Trilby (2013-06-15 03:12:39)

  • Clips moving visually when zoomed in with mouse movement

    Hello,
    I am experiencing a glitch with the visual placement of the clips in Final Cut Pro X.
    When I zoom in to the maximum level, the audio and video clips move visually. I can therefore not determine their exact alignment. When I move the mouse over the clips (a physical mouse by Logitech) without touching any other controls, the clips stutter around, and shift their apparent location.
    I am using a brand new, maxed-out iMac and have restarted the program, and computer several times. This happens in all of my projects and not just the project in which I first noticed the problem.
    Has anyone else encountered this problem?

    BillMilgram wrote:
    With the OS Update to OSX 10.8.4, this problem went away.
    Luis, it is a 2013 27" iMac with a 3.4 GHz i7, 32 GB of 1600 MHz DDR3 ram, an NVIDIA Geforce GTX 680MX 2048 MB, and has the 768 GB SSD drive.
    Thanks for your replies guys!
    I am glad the problem was solved. My guess is that the update included a new driver for the graphics card that may have solved some bugs.

  • Why does the color change in my forms when I hover with mouse?

    I have cgi script with several forms.
    The default font color on my forms is black.
    On new firefox, when I hover the form area with my mouse the fonts turn green. Why?

    Hi Tara ,
    Please refer to the following links and see how it goes .
    https://helpx.adobe.com/acrobat/using/advanced-pdf-print-settings.html
    http://docs.oracle.com/cd/E19728-01/820-2550/printing_pdffonts.html
    Regards
    Sukrit Dhingra

  • Workflow not triggering when changing Item-level Permissions in Sharepoint 2013 list

    Scenario:
    We have a custom list in Sharepoint 2013 that we use for Case Management. We have a workflow that triggers on a created item generated from an email. The user then gets a reply with a link to his own case.
    I want the users only to be able to see their own cases and no one elses.  When I change this under
    Advanced Settings under List Settings and
    Item-level Permissions and set them to Read items that were created by the user
    and Create items and edit items that were created by the user
    the workflow doesn´t trigger.
    How can I resolve this? I've tried every possible out-of-the-box permissions but with no result. Help!
    Thanks in advance!
    // Browncreek

    When you're testing , remember you cant trigger declarative workflow from the System Account - you need a general user account for auto-trigger workflows.  Good luck!
    Chris McNulty MCSE/MCTS/MSA/MVTSP | blog http://www.chrismcnulty.net/blog | twitter @cmcnulty2000 Microsoft Community Contributor Award 2011
    Hi, I have the same problem. Except that I am not using an email to create a new item. The item is created by members of a SharePoint group that have Contribute access to the list. When use the same settings i.e.
    Read items that were created by the user and Create items and edit items that were created by the user,
    the workflow does not trigger. If I set it back to Real all items and Create
    and Edit all items, it triggers the workflow.
    Please help me resolve as I have rolled this out to pilot users and am having this trouble.
    Thanks,
    Vishal

  • ECT List View Web Part displaying incorrect data when View Item

    I have a External Content Type which pulls data from a stored procedure. The stored procedure has 1 parameter - the users logon id. The data retrieved is a list of meetings with start date time, end date time, location, subject, etc. From this ECT there
    is an External List which displays all data correctly.
    There is 2 pages within the site and its subsites that have list view web parts which display a subset of the info from the external list. When the user clicks a specific meeting to display the complete info on the meeting, the wrong information is displayed,
    it always displays the info for the 1st meeting in the list. So, I displayed the BDC Identity field on the list and this field is identical for all the rows since the key for the ECT is the username and hence not unique.
    I've spent all day trying to finding a way to resolve this and have come up empty. I've tried to find a way to make the BDC Identity field to be unique, using Business Data View web part, Data View web part, and nothing.
    The user needs to be able to click the My Meetings url header on the above pages to see a full list of their meetings so I need the external list. Any ideas how to make the BDC Identity field unique or how to get the View Item on the List View web part to
    work correctly?

    Sorry, I do not understand what you mean.
    I resolved the non unique BDC Identity problem by simply adding the row # to the Username in the stored procedure so the BDC Identity fields on the list records are now unique (although they're really long ie. __bk44003500070057003700560027000200140037003700f600360096001600470056003300,
    __bk44003500070057003700560027000200140037003700f600360096001600470056004300 etc). Not sure how it generates the BDC Identity?
    I still see the same behaviour when you select a meeting to display the details. It always displays the 1st record in the list.
    I added code to the DispForm to display the ID when the page loads and the BDC Identity from the record and verfied that they do match.
    I can add another parameter to the stored procedure and just return the row # in that field. What do you mean by make the identifire as Identity in operations?

  • After updating to 9.0.1, the drop-down Bookmarks list "freezes" open when I hover with mouse on any entry. Have to start over if I land on the wrong bookmark (I have imac w OSX 10.5.8)

    To clarify, I'm talking about the toolbar at the very top of the screen (After the Apple icon, it's File, Edit View, History, Bookmarks, Tools, Window and Help) If I move the mouse to the "Bookmarks" choice I get the same drop down menu as before, i.e., "Show all bookmarks", Bookmark this page, etc.
    What's different is that if I hover the mouse on a bookmark folder that has more than one entry, that folder comes to the front and stays there. I have to move the mouse back to the top of the page to "unfreeze" so I can choose another bookmark. It never worked this way before, and I didn't make any other changes except updating to 9.0.1.
    Any ideas?

    duringnieux pierre wrote:
    if you got an external drive , try install a system on it then boot from it ( in that way your internal drive act as an external drive , then you can backup your files )
    Firstly IF I have an un-bootable install, why would it suddenly become bootable if I used it externally rather than internally?
    Anyways I tried to Create Image from my Macintosh HD and save it to external, and got this error:
    "Unable to Create: input/output error"
    This happened twice. I am about to use a different external HD, one which also has more space.
    And Klaus,
    I did read through the links you supplied. In the first link there is a giant list of all the files the archive function backs up. It backs up a lot, but not quite everything. If it backed up everything, they could just say "everything".
    The directory I'm concerned with is the /Applications one. It seems the only things backed up in this directory are specific Apple apps, for exapmple:
    /Applications/Chess.app
    /Applications/Clock.app
    /Applications/DVD Player.app
    /Applications/Extras/BlastApp.app
    I have many many GB worth of other apps I'd love to be able to load back up, rather than spend hours re-installing them.
    But I will try to use the Archive and Install feature though, once I have safely backed up my files. I found this on the Apple site also:
    Archive and Install installations require the largest amount of available disk space because you need to have room to preserve your existing System and the new one you are installing
    On my 250GB HD, my installation uses 200GB, and I only have about 40GB free. Will Archive and Install be able to work with this little space?
    Thanks

  • Typing in remote Control when changing language with key combination of Alt + Shift some time change to Upper Case and Caps Lock is off

    let me first say that this links dos not apply to my problem the first one is :
    http://social.technet.microsoft.com/Forums/en-US/winserverTS/thread/46b24b68-debf-466e-a780-66a3b999724c
    and it dos not apply because I dont use remote app, and also i able to change settings
    http://social.technet.microsoft.com/Forums/en-US/winserverTS/thread/6a0f0eda-d3f6-4cd9-91ef-a7e0b20bc799/
    this one has similar problem but he working with remote app and do not have the Upper Case and Caps Lock is off
    http://social.technet.microsoft.com/Forums/en-US/itproxpsp/thread/f978e234-2b3c-4780-9dda-bec52b25330d
    this one using XP i have it on windows 7 connecting to remote server 2008 r2
    here is the issue 
    my users remote control a terminal services farm, now when they changing language to English some  time it change to English Upper Case and caps lock is off ! then the Alt + Shift and the go back to English lower case and if they just play with
    this (i mean they just use Alt Shift over and over to try to get back to normal state when you hold shift and alt and you change to English and back to Hebrew if you hold the alt shift one more time )
    i tonic some thing strange ifi hold down first the alt and then the shift this issue happen more often
    i upload a video on this showing the problem live on my dropbox :
    https://dl.dropboxusercontent.com/u/103434771/meditowers/IMG_0245.MOV
    here is how the normal setting should be
    Alt + shift need to change to lower case English
    then Alt shift one more time will go back to Hebrew
    now if you hit on the caps lock you will be in English all the time with Upper Case

    Hi Yitzhak,
    Please refer to this post:
    www.davidbond.net/2012/10/rdp-shift-key-gets-stuck.html
    This post includes fix to this issue at the comments.
    Netanel Ben-Shushan, MCSA/E, MCTS, MCITP, Windows Expert-IT Pro MVP. IT Consultant & Trainer | Website (Hebrew): http://www.ben-shushan.net | IT Services: http://www.ben-shushan.net/services | Weblog (Hebrew): http://blogs.microsoft.co.il/blogs/netanelb
    | E-mail: [email protected]

  • Can't select desktop items with mouse...

    Good day,
    I am having an issue with a G4 Quicksilver workstation at my office that is running OS 10.4.10. it seems that i can not use my mouse to select any items on my desktop. i can tab through all of the items, and my mouse is able to work the menus fine, but i cannot open or even select anything that is on the desktop, including my dock. has anyone else ever heard of such a problem, and if so, is there a simple fix for it?
    thanks in advance,
    cr

    Hi Chris,
    Try reinstalling the drivers that came with the mouse.
    Carolyn

  • Icons occasionally disappear when clicked on with mouse

    The Case of the Disappearing Icons:
    From day one on my new iMac, icons of all types (folder, document, image, etc.) occasionally disappear either from the desktop or from an open folder. I can usually get the icon to reappear by doing the following:
    1) clicking on "Get Info" for the file;
    2) looking at the thumbnail of the lost icon (invariably the thumbnail in "Get Info" appears as a thumbnail of the icon used by the Macintosh HD);
    3) selecting the incorrect HD thumbnail in "Get Info" and then hitting the delete key. Bingo! The missing icon then reappears in its correct form both in "Get Info" and in its location within the folder or on the desktop.
    Alternatively, I can force-quit the Finder to correct the icons.
    However, when a custom icon or a photo thumbnail disappear, I cannot get them back using the procedures above -- they're gone for good.
    This is a continual and annoying problem; it happens maybe five times per day. It is unlikely to be a file conflict, because it began happening to my iMac right out of the box -- before I installed any of my apps. I did the usual stuff -- Disk First Aid, Repair Permissions -- no luck. Anybody else have this problem? Any of you Sherlocks out there know of an "elementary" solution?

    After double checking my code I have resolved the issue myself thanks

Maybe you are looking for

  • Payload Swap bean not working

    Hi All, We are working on PI 7.11. We are trying to retrieve the attachments from the mails and convert them into files. We have enabled Keep Attachments in sender mail adapter. For swapping the payload we used payload swap bean. We referred the belo

  • Relay server does not start on IIS 8.5

    Hello, all I am trying to set up my Mobilink server to work through Relay server. The Mobilink server is currently running on the same machine as the IIS. Mobilink Relay server service is up and running. But when I try to access the rs_admin.dll in t

  • How to control edit status of tableview line

    HI EVERYBODY, Good morning. I want to control tableview line edit status as T-CODE 'CS02',some lines(items) can be edited and the others can not be,pls tell me how to do,tks all of you!

  • Adobe Flash Player update on 10.10.2 quits "unexpectedly" every time I click to open the install package

    Have restarted and redownloaded, didn't fix.

  • 2 ALV in 1 screen ?

    Hi, I need to create 2 ALV grid ( We can enter data on ALV on the left hand and then use a button to add lines from left into ALV on the right hand ) Is this possible if we just use standard screen ( not container ) and the FM REUSE_ALV*... Thanks in