When mouse Entered, get block/name.

I need to create some java code that, on, when-mouse-entered, and when-mouse-exited, the java code will pass the item's block name and item name back to the form.
Ideally I would like to create generic code to use with any item. i.e. I don't want to 'hard-code' block and item name's into the java code.
Example:
-in forms, create a text item (:BLOCK1.ITEM12)
-set item's implementation class to RecognizeMouseEnteredExited
-When mouse entered/exited, pass items block/name of item to Oracle forms.
Assumptions:
I am assuming I need to tap into Oracle Forms IView interface to extract the item id and name, but as much assistance with the actual code would be GREAT!
Thanks

You can get it with :system.record_number. To determine the position in the multi-record block use get_block_property('block', top_record)

Similar Messages

  • I am not able to use the ftp export in Muse. When I enter my host, name and password, I get a long interlude of rainbow wheel and finally the message that my ftp host cannot be found. I have verified the name and that it is port 21. I can export to html a

    I am not able to use the ftp export in Muse. When I enter my host, name and password, I get a long interlude of rainbow wheel and finally the message that my ftp host cannot be found. I have verified the name and that it is port 21. I can export to html and use another ftp client to upload (to the same server) but this is tedious and making minor changes is painful. Have you encountered this and found a solution?

    Hi Susan,
    In that case I will recommend that you consult a local technician/IT team and see if there is some network connectivity issue with your machine.
    - Abhishek Maurya

  • Tooltips and When-Mouse-Enter trigger

    Are there any plans in Dev6 or beyond to allow a dynamic change
    to the item property TOOLTIP_TEXT from the item's When-Mouse-
    Enter trigger or a program unit called from this trigger? Let's
    say the tooltip text value changes when the value of the item
    changes. Trying to handle this scenario thru other triggers is
    rather inefficient and can be time-consuming to make sure all
    cases are handled. Is this going to be addressed at some point,
    or should we just hang our heads and say "Oh well, that would
    have been nice..."
    Danny Womack
    SCT Corporation
    null

    Steve - Why are you bothering to code tooltips when automatic ones are available as item properties ?These forms were first created in Forms 4.5 -- I don't think tooltips existed there. But tooltips still wouldn't work -- in a multirecord block with the code values being unique for several different records, we want the unique description for each unique value.
    And when there are several dozen values all over the screen, it would be necessary to lookup and store the description for every value, even though the users would seldom access them. So lookup ONLY on demand is more efficient.
    It is a standard process with everything possible stored in a PLL, so the WME lookup works great. And tailoring it for the web with when-mouse-click was not tough to add on.

  • When-mouse-enter forms 10g

    Hi, everybody.
    I have a problem with forms 10g (web) in any sub-version. The problem is that the events when-mouse (enter, leave, ...) does not seem to get fired.
    Is there anything I can do to solve the problem (a parameter to be set, anything to do in the form).
    Any help will be appreciated,
    Thank you.

    -> Why it is still documented? Will we get back a client server forms?
    I wish! But I am sure it is hopeless. They probably need to leave the when-mouse-enter documentation for backward compatibility -- old forms compiled and running in the Web Forms environment. The traffic would be horrendous. I have WME and WML triggers running, and on some forms, rolling the mouse across the canvas causes a lot of flickering -- item prompts flicker. And then there is the mouse-x,y-pos and when-mouse-move. Those are supported in 6i Client/Server, too. I used it to create a drag and drop functionality. Man, does THAT cause some massive trigger firing!!! Trust me, it would NOT work in a web environment.
    And yes, "Hai" is apparently something like an abbreviation for Hello -- a little more formal and polite than Hi. Its use still puzzles me, but apparently that is the reasoning of those who use it.        ?:|

  • When-mouse-enter in 10g

    I have got Forms 10g installed and tried to use WHEN-MOUSE-ENTER, it didn't work. I looked up the online help and got a breakdown on usage. Couldn't see what i was doing wrong, googled found out WME does not work in 9i. My question does it work in 10g and if it doesn't why the hell don't oracle update their Online help docs which are installed with the product.
    Gus

    That's all well and good, Suresh.  Now please look up the on-line documentation in the latest release of Forms Builder 10g.
    <P>You will find the following.  Nowhere does it warn NOT to use the trigger!  <font color=red>(Jan, are you reading this?)</font>
    <P>When-Mouse-Enter Trigger<br>
    Description<br>
    Fires when the mouse enters an item or canvas if one of the following events occurs:<br>
    *  if attached to the form, when the mouse enters any canvas or item in the form<br>
    *  if attached to a block, when the mouse enters any item in the block<br>
    *  if attached to an item, when the mouse enters the item

  • WHEN-MOUSE-ENTER ? Developer 10g release 2

    Developer 2.1
    WHEN-MOUSE-ENTER
    but developer 10g release 2 not exists this trigger
    ?

    Hi!
    Can somebody tell me why triggers WHEN MOUSE LEAVE and WHEN MOUSE ENTER don't execute on web?
    What shall I use instead?
    null

  • I keep getting ' user not register for online ' when trying to get track names for my CD imports for Windows 7

    I keep getting ' user not register for online ' when trying to get track names for my CD imports for Windows 7 and I'm unable to find a solution.

    I can't be certain exactly which steps are going to be needed in each case, but if you work through this in sequence hopefully one of the steps will prove effective.
    First try this:
    With iTunes closed.
    Press the WinLogoKey+R
    Type in %appdata% and press return
    Double click on Apple Computer
    Double click on iTunes
    Delete the file CD Info.cidb
    Start iTunes and try again.
    If that doesn't work close iTunes and try deleting com.apple.iTunes.Gracenote.plist in the same folder.
    If that doesn't work close iTunes and try deleting iTunesPrefs.xml. This will reset your some of your preferences in iTunes so be sure to check them and reset as required.
    If that still hasn't resolved things close iTunes and try deleting the entire %appdata%\Apple Computer folder or look for parallel files/folders in the C:\Users\<User>\AppData\Local or C:\Users\<User>\AppData\LocalLow in case a corrupt file is persisting there.
    Note that any iOS device backups are stored in the MobileSync folder within Apple Computer. Once things are working you should backup your devices again as soon as possible.
    Or it might not be the preference files after all...
    For general advice see Troubleshooting issues with iTunes for Windows updates.
    The steps in the second box are a guide to removing everything related to iTunes and then rebuilding it which is often a good starting point unless the symptoms indicate a more specific approach. Review the other boxes and the list of support documents further down page in case one of them applies.
    Your library should be unaffected by these steps but there is backup and recovery advice elsewhere in the user tip.
    tt2

  • JInternalFrame, auto activate when mouse enters the frame

    Hi, is there a simple way to make the JInternalFrames automatically get activated as soon as the mouse enters them?
    I would like this in general, but specifically I need it for a drag'n drop operation. I want to drag an item from a JTable in one frame to another JTable in another frame. This works perfectly, even if the recepient frame is not active, what doesn't work is to scroll the recepient JTable using the mouse scrollwheel before dropping the item. This would work if the frame was active. (I tested this by temporarily placing the two JTables in the same internal frame)

    Thanks, this looks promising, unfortunately I read the stuff about glass panes but I can't seem to make it work anyway. As I understand it the default glass panes should block all events. This does not happen, even when I turn the glass panes visible on all JInternalFrames and the main JFrame. Everything is just like it was before... With this I mean that mouse events were sent to the mouse listener I added to the glass pane, but the mouse events also went to the underlying JInternalFrames. And when a drag'n drop was active, no mouse events are reported. What glass pane should I make visible for it to intercept all events?

  • When I enter my user name and password for my e-mail account, the page won't open

    My e-mail account page won't open after I enter my user name and password on the log-in page. I have vcrified with Suddenlink that my user name and password are correct.

    Thanks Peter.
    Partial success in that I have been able to get mails onto the iPad  - however....
    Progress from a previous 'rumage' on problem discussions.    I have succeded in setting up the iPad so that it receives emails from the sky address under 'MAIL' on the iPad.    However trying to open in the 'usual' way   -  safari - then sky  -  then email  -  enter user name and password  -  I get the same result  -  it just returns to the log in menu for sky email with user name and password blank. 
    I had a previous problem with the sky mail ceasing to show recent mails, frozen in time on the iPad.   Somehow by trying some reset instructions I was able to 'unlock' the iPad and all was OK until it 'froze' again.    This time I clearly screwed up attempts to unlock, resulting in not being able to access email accounts via the Sky site !!

  • In order to download the new iTunes update I have to enter my administrator name and password.  When I enter the correct name password it won't put me through.  How do I fix this?

    In order to download the new iTunes update I have to enter my administrator name and password.  I am having trouble.

    Hi johnsherrard,
    If your iPhone is currently disabled due to a password issue, you may find the following article helpful:
    iOS: Forgotten passcode or device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    Regards,
    - Brenden

  • When I enter a group name into the Bcc field and try to send the message, I get "[group name] is not a valid e-mail address..."

    Been using the same template to send a weekly newsletter for a year or two but now with a recent update to Thunderbird the group name is rejected when I try to send the message:
    With a group name in Bcc field, when I press "Send" and try to send the message, I get this alert: "[group name] is not a valid e-mail address because it is not of the form user@host. You must correct it before sending the e-mail."

    This has been reported as [https://bugzilla.mozilla.org/show_bug.cgi?id=1060901 Bug #1060901]. If you have an account on Bugzilla, please consider voting for that issue.
    Several other people have sent in the same support request as you, noting this happened after they upgraded to version 31.1.
    The exact error message is: XXXX is not a valid e-mail address because it is not of the form user@host. You must correct it before sending the e-mail.
    '''This happens in Thunderbird 31.1.0 when your mailing list description includes several words separated by spaces.'''
    Although not ideal, these workarounds should let you use your mailing lists until a proper fix is implemented:
    * While composing an email open the address book and select the list you are trying to send to, highlight all the names in the list and drag them to the To: box. This uses your existing data without modifying it.
    * Replacing the blanks " " between the words in such lists' descriptions with an underscore "_". This requires modifying your mailing list(s) description(s).
    * Downgrade to a previous version and disable automatic updates (Windows)

  • How to get block name in a tab canvas

    I am trying to develope a form with six tabs on a tab canvas. Each tab pages contains a block derived from a database table and not items taken from the same table.
    If I want to capture the name of the block in a tab page when page is changed, How can I do it.

    If you like CRAZY PAIN you can parse dbms_utility.format_call_stack to get the trigger name and owner and then using all/user_triggers extract info of table name, which has such trigger defined on it.
    Although I wouldn't do that :)
    I'd simply create a variable in trigger definition containing table_name and/or another variable containing trigger name and use them.
    It is especially easy if you are generating triggers for example for some auditing purposes.
    Gints Plivna
    http://www.gplivna.eu

  • I am trying to redeem a producct i purchased and am having issues. when i enter my school name it says that there are errors

    When I try redeeming a product code i purchased i keep getting a message that says "we are sorry something seems to be wrong on our end"

    Redemption Code http://helpx.adobe.com/x-productkb/global/redemption-code-help.html

  • Can't start a New Project. Clicked New/Create. Then when I enter new project name and click CREATE

    nothing happens.

    I have the proplem using IE 10 on a Windows 8 OS. When I use Firefox 25.0.1  the issue didn't happen. 
    What I did notice is that in the IE 10 side, I have a new ID name. I didn't knowingly create this ID.  The email associated with the new ID is the same as the ID that I use for the creative suite.  The Firefox side used the old ID and had a bunch of template projects to start. 

  • I keep getting ' user not register for online ' when trying to get track names for my CD imports

    Please help, I am unable to import any CD's I keep getting "user not registered for online use"
    I am running Windows Vista, Itunes 12.
    I have attempted Repairing & re-Installing, but still having a problem, Any advice please folks.

    See this thread: Re: itunes 12 track names not found and user not registered for online use.
    Some extra cleaning may sort things out.
    tt2

Maybe you are looking for

  • Using File handling in JSP

    hi, I am working on website where i have to use file handling instead of database.i m using JSP,the job is,site's contact us page's information should store in a file (.txt) and as a administrator login then this file retrievs details of all the cont

  • Click boxes that do not behave-edit or trah them?

    I am getting better at doing things and note that I am creating a simulation that is categorized as "custom." This is fine as it gives me what I want but now with more experince I am seeing two items... 1-Run from slide "n" will generate the slides b

  • Nano 3rd generation won't work off battery

    I had a lovely new black IPOD for Christmas and all was ok apart from having to reset it on numerous occassions. It has only been used a couple of times, in the house either connected to my PC or an external speaker dock. After giving it a full charg

  • Increase available space in the disk

    If we delete music files, photos, etc we should obtain more space available in the disk. I have deleted music files and photos and my free space available didn't increase neither my used space decreased. WHY? Deleting files isn't enough to get more s

  • ALV Tree - Color Specific Column based on value in that cell?

    Hi Forums, I have searched the forum and I am unable to find the answer to my question. I am using an ALV tree and I would like to color a cell RED is the value in the cell is negative. I have set my field catalog to many different emphasize numbers