System.mouse_item/mouse_record of 10g & some PJC knowledge

I am new in Jdeveloper and migrating our 6i system into 10g.
1. I need to access the value of :system.mouse_item/mouse_record in 10g. This is required in mouse right click menu item processing. Basically I need to restrict the display or not display based on the cursor_item Vs Mouse_item. Also this is required for multiple record, where I need to access the :system.mouse_record. Can you please suggest on this?
2. In PJC, how can I access other fields (displayed & control)? From the demo of oracle only display field can be accessed using the X, Y position. How to determine the X, Y coordinate, as that is different from from layout. If the display field is in different canvas/block, which I want to access, but in same screen/window to display together, can I access that field?
3. Is it possible to access multiple other fields (displayed & control) in PJC.

Frank,
Thanks for passing the idea.
1. :system.mouse_item/mouse_record is not accessible (I can say, will not set proper value in the case of form 10g) in 10g form and PJC. Is there any way to set such value in some control (say :control.mouse_item) field through PJC? I am using Jdeveloper version 10.1.2. Is there any function in JDeveloper, to get the field/item name of form, from where the PJC being invoked, in "mouseEntered" event.?
2. Suppose there there are two item in form :item1 & :item2. I want to access the value of :item2 in the implementation class attached with :item1. Some time I need to change the value of :item2 in the implementation calss of :item1. In the example of Oracle, function "defineInfoField" being used to access the :item2. For that X, Y position of :item2 is important and that is not matching with forms layout. So,
-How to determine the X, Y coordinate of such field?
-Is there any way of accessing the :item2, if it is a control field?
-If the :itme2 is in some other block/canvas than :item1, can we access/change :item2 in the implementation class of :item1?
Please pass the idea of doing so.
What will be returned by "this.getParent", is it the block, canvas or total screen/window being displayed?
Actually I am conversion our 6i system to 10g. Some of the functionality can not be achieved in absence of the above. And I am unable to convince our user, that in the latest/higher version of form, I can not manage to provide you the same functionality.
Thanks
Ananda

Similar Messages

  • System.message_level in forms 10g

    Hi, I,m having problems using system.message_level in forms 10g.
    Although I set the :system.message_level:='20'; in the PRE-FORM trigger of a form, it still shows me errors with lower level (i.e. FRM-40112-Attempted go_item to non enabled item, which has level 5).
    Can anyone help me with this?
    Thanks!
    Emiliano

    Form Builder does not suppress prompts or vital error messages, no matter what severity level you select - and the type of FRM-40112 is Error though the level is 5.
    Helena

  • How do I configure my system so that Oracle 10g properly shuts down and sta

    How do I configure my system so that Oracle 10g properly shuts down and starts up when I reboot my Solaris system?

    http://download.oracle.com/docs/cd/B19306_01/server.102/b15658/strt_stp.htm#sthref255

  • HT1386 After a full system update phone and comp, some of my contacts have been lost and most of them now only have the numbers remaining, can the lost contacts be retrieved completely somehow.

    After a full system update phone and comp, some of my contacts have been lost and most of them now only have the numbers remaining, can the lost contacts be retrieved completely somehow.

    At some point in the past, I synched with Gmail.  Looking at my Gmail contacts, I can see that it's missing the same contacts I'm currently missing from the iPhone.  Is it possible that I may have done that sync back in October 2009 (but not since) and then somehow recently over-wrote my contacts content with whatever was there?  Is there some setting I could have tripped to make something like that happen?

  • Can somebody teach me some basic knowledge about SD?

    I work in BW but I have to know some basic knowledge about SD that are listed below:
    How to create a sales order?
    what is sales organization?
    what is sold to party and many more if you have any links for this kind of information please let me know.
    Thanks in advance.
    York

    Hai Les York,
    What you want to know is a vast subject and it will be better to sit with any SD consultant and know all you want. I can do that if you are in Hyderabad.
    To briefly tell you what you wanted is:
    A Sales Organization is the highest organizational element in any Sales Department of a Company and it is responsible for all the sales activity of that company.
    A Sold-to-Party (SP) is non other than your basic Customer. We call him so because he may have a different place where sometimes we have to give deliveries and that place / department will be called as a Ship to Party (SH) of our SP. Like wise if you have a different place to send the Invoice of that SP, then that department will be known as the Bill to Party (BP) for this SP. And if some body other than our SP is paying, then he will be our Payer (PY).
    Now to make a Sales Order, go to T Code - VA01, enter, enter your Sales Document Type and your Sales Organization, Distribution Channel, your Division and hit enter, now enter your SP no., and your customer's PO no., and the Material(s) and their respective quantities and if all the basic customization has been done correctly, you will get the Price, Plant, Storage Location, etc., and you can save it.
    Then you do your Delivery and finally the Billing depending on your client's buiseness process.
    SAP help desk is the best place to help you with all your queries regarding SAP - SD, for Sales Documents I can give you this link, remove all the spaces and use it.
    www. help. sap. com/ saphelp_47x200/ helpdata/ en/ dd55fa7a545a11d1a7020000 e 829fd11/  content.htm
    Hope this was clear. Plz do reward if you found useful.
    Regards.
    Venkat - Hyd
    <REMOVED BY MODERATOR>
    Edited by: Venkat Ramana Somayajula on Dec 18, 2007 11:20 PM

  • MBRC and SYSTEM STATISTICS in Oracle 10g database.

    Hi All,
    I am performing database upgrade from Oracle 8i Solaris to Oracle 10g HP-UX using exp/imp method.
    But i do have some doubts regarding MBRC and System statistics.
    MBRC in Oracle 10g is automatically adjusted if MBRC parameter is not set, but i found value 128 as shown below.
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE    10.2.0.4.0      Production
    TNS for HPUX: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    SQL> sho parameter multi
    NAME                                 TYPE                             VALUE
    db_file_multiblock_read_count        integer                          128Also i performed one simple full table scan to test it...but db file scattered read is performing on 128 blocks. So i dont think 128 is suitable and is automatic, i mean MBRC is not set accrodingly it always uses 128.
    Does this MBRC value affects whole database performance?
    Regarding SYSTEM STATISTICS i found below result:
    SQL> select * from AUX_STATS$
    SNAME                          PNAME                               PVAL1 PVAL2
    SYSSTATS_INFO                  STATUS                                    COMPLETED
    SYSSTATS_INFO                  DSTART                                    11-09-2009 04:59
    SYSSTATS_INFO                  DSTOP                                     11-09-2009 04:59
    SYSSTATS_INFO                  FLAGS                                   1
    SYSSTATS_MAIN                  CPUSPEEDNW                     128.239557
    SYSSTATS_MAIN                  IOSEEKTIM                              10
    SYSSTATS_MAIN                  IOTFRSPEED                           4096
    SYSSTATS_MAIN                  SREADTIM
    SYSSTATS_MAIN                  MREADTIM
    SYSSTATS_MAIN                  CPUSPEED
    SYSSTATS_MAIN                  MBRC
    SYSSTATS_MAIN                  MAXTHR
    SYSSTATS_MAIN                  SLAVETHRNow whether NOWORKLOAD or WORKLOAD is better, and this server is still under building process....so how can i collect WORKLOAD stats as high load on this server can't be performed?? Is it really require to gather system statistics, what will happen with NOWORLOAD stats?
    I have not seen single database where system stats are gathered in our organisation having more than 2000 databases.
    -Yasser

    Maybe this article written by Tom Kite helps:
    http://asktom.oracle.com/pls/asktom/f?p=100:11:0::::P11_QUESTION_ID:499197100346264909

  • New system for CS5.5? Some advice please?

      Hi- I am getting a new system built specifically to work with Production Premium CS5.5.
    I'm afraid I know next to nothing about hardware!
    These are some specs that the guys in the shop said would work?
    Do you have any comments- will it work? Any better suggestions?
    Many thanks
    scott
    Gigabyte GA-X58-USB3 Intel X58 Socke1t. 0103 66 on1b5o0a.r00
    Intel Core i7 950 3.06GHz Socket 13616. 080M B Cac2h3e2 .R00
    6 x Corsair Vengeance 4GB DDR3 1600MHz/P6C.30-01 2800 M3e0m.o00
    2 x Western Digital WD20EARS 2TB Hard Dr2i.v0e0 SATAII7 85.400
    COOLERMASTER RC-502 CENTURION 5 II M1I.D0I0 TOWER 6C0A.S0
    OCZ MODXSTREAM PRO 600W SILENT SLI, 1A.T0X02 MODUL6A6R. 00
    XFX Radeon HD6770 1GB GDDR5 PCI-E 2.11. 0G0r aphic1s1 2C.a00
    MS WINDOW 7 HOME PREMIUM 64-BIT 1PK 1O.E0M0 85.00
    LG BLU-RAY 10 X LIGHTSCRIBE BDRW I1N.T0E0R NAL RE7T2A.I00
     

    There are several major problems with that build:
    1) The two WD Green hard drives are too slow for video editing. They spin at only 5400 RPM, not 7200 RPM.
    2) The i7-950 and X58 combo is about to become obsolesced by the new LGA 2011 Sandy Bridge-E platform with the X79 chipset.
    3) Adobe Premiere Pro CS5.x still does not support OpenCL GPU acceleration at all. In fact, the GPU accelerated mode requires an Nvidia CUDA GPU with 896MB or more VRAM in order to even work at all. As a result, the ATi GPU-equipped systems will run CS5.x only in software-only MPE mode, which is much, much slower than the GPU accelerated mode. In other words, the HD 6770 will be equally as slow as integrated motherboard graphics (as far as performance in CS5.x is concerned).
    4) Windows 7 Home Premium will not see anywhere near the full 24GB of RAM. In fact, that OS is capped at 16GB of RAM total. You will need Windows 7 Professional or Ultimate in order to use more than 16GB of RAM.
    5) That 600W PSU is nowhere near powerful enough to run a video editing system of this class. In fact, that OCZ PSU is not even that good quality-wise. You will need a reallty good quality 750W to 850W 80-Plus Gold rated PSU.
    In other words, the guys in the shop know little to nothing about the stuff that they sell.

  • Satellite P200-10G - Some programs don't work

    Hi everyone.
    Ok so we have a product recovery disc and we tried to reinstall Windows but it wouldnt work. Some of our programs like Bluetooth and the built in webcam dont work for no reason. Other programs like Google Earth and AVG the antivirus program we cant get off our system. I installed the Notebook with recovery disc but now when I put that disc in and I try to reinstall Windows nothing happens. There is no error message or anything. All of the programs that I have installed in my Notebook I can't delete. For example Google Earth, & AVG the antivirus program. I get a message that says that those programs are already removed but they're still in my notebook. My c-drive 80 gb is almost full and I have no clue what is taking that space up. All my music and pictures etc. are on my drive E.
    Does anybody know what we should do?
    Much apreciation,
    Musa

    Ok Im sorry guys, the first problem is that the computer, by itself, kept losing those programs. The 2nd problem is I cant delete anything from my computer ( Google earth, AVG antivirus program ). The 3rd problem is that my drive-C is 80 gb big, and 60 gb is the original programs that come with the notebook, and a few programs that I've downloaded myself. I have no clue what is on my drive-c, theres no music, no videos nothing. Everything else I save to drive E. I got a recovery disc with my notebook, and I tried to reinstall it but my notebook wont do anything. When I try to reinstall Windows Components nothing happens. Is there anything that I can do, or do I have to take it to a Toshiba service? My notebook is operating with Windows vista 32 b.
    Thanks again

  • External Harddisk read only after the system hand during I copy some folders to my external drive.

    I'm using macbook pro mid 2010.
    I could not write my external HDD 1TB (WD) after I copying the folder from local folder to external folder via my parallel desktop.
    During the copying, the system hang halfway and no choice i terminate the copy. SInce that, i could not write my HDD either from OSX or via parallel desktop.
    When i check the infer, the HDD shown read only. I truing to use the disk utility to verify the disk but I could not click on the button.
    Appreciate someone could advice me beside backup and reformat the HDD.
    Thank you!

    I've got the same problem here with a Seagate external HD. I've been able to install Leopard on another Western Digital HD and boot from it to copy some files to a newly purchased external, but in Leopard I can't copy my 180GB music library because of several errors. It either says that the file names cannot be copied because they are too similar to another file name (accidental dupes in the library) or that the names are too long to be copied and neither make any sense. I'm trying to figure out how to move all of my music over without having to go through it file by file and without losing anything.
    I was able to easily copy all other information from the hard drive; the music is the last remaining item I need before I reformat the external and use it in Snow Leopard as a TM backup drive.

  • Cost Estimates - system collects planed price for some raw materials only

    Hello
    I have a question regarding price determination for raw materials when creating cost estimates. My costing variant uses material future price (Accounting 1 view) in raw materials as a primary source for price collecting of raw materials and I want it to be that way. But the problem is that when creating a cost estimate only some materials are recognized as raw (key symbol) while others are recognized for costing (calculator symbol), although all of them have a future price entered into material master data on the same date. For those that are recognized for costing the system uses the average moving price.
    I have tried setting all the data for raw materials the same way, the costing views (do not cost, no qty structure), the accounting views are the same and I still cant find the reason why system uses one type of valuation for some and other for others.
    Help?

    Please check the Price Strategy sequence in the Valuation variant assinged to the Costing Variant in Tcode OKKN. The first priority in your case must be Moving avg price. So, please change it to the planned price which you want. The system will then consider this planned price for the raw material valuation.
    hope this info helps you.
    regards,
    VS.

  • After system restore, phone not texting some people?

    I received an Iphone4 over the weekend and did the system restore at Verizon. However, when I got it home, I am not able to text some people? How can I fix this?

    thanks for your reply.  I am trying the restore again now.
    But no, I still have no sound, so it was all for naught.  Its fine if I have headphones in, and fine if its in a dock or connected to bluetooth, the phone also rings and I can hear people on the phone:  the only sound that doesnt work is music playing through the speaker, and video.  Also when I press the volume up and down buttons, nothing works.  I suspect there is something wrong with the docking connection as far as I can see from other peoples questions on here.
    But the loss of texts and app data is just the icing on the cake

  • Export 500gb database size to a 100gb file system space in oracle 10g

    Hi All,
    Please let me the know the procedure to export 500gb database to a 100gb file system space. Please let me know the procedure.

    user533548 wrote:
    Hi Linda,
    The database version is 10g and OS is linux. Can we use filesize parameter for the export. Please advice on this.FILESIZE will limit the size of a file in case you specify multiple dumpfiles. You could also could specify multiple dump directory (in different FS) when given multiple dumpfiles.
    For instance :
    dumpfile=dump_dir1:file1,dump_dir2:file2,dump_dir3:file3...Nicolas.

  • System.log - need information about some errors

    Hi there,
    one of my customer has problems with fileserver volumes.
    They unmount serveral times a day.
    He is using 10.39 and 10.45, under 10.39 the problems occur.
    It is currently not possible to migrate to 10.4.
    Fileserver 1 is a Helios EtherShare 4th generation
    Fileserver 2 is a W2K3-Server SP1, SFM installed
    umounts occur on both servervolumes mounted on the desktop.
    the system-log reports some errors, I can´t find a description on the internet... ;-(
    So I hope you guys can help:
    What does that mean?
    """AFP_VFS afpfs_Reconnect: Wrong version 4 or no more attempts 0"""
    or that
    AFP_VFS afpfs UserCommand: sosend failed for request 32 (sosend is a socket command)
    Is there a request-reference-list?
    What we actually did?
    turn appletalk off, deactivated spanning tree on the switches, check for virusscanners on the windows server, used the maintenance-scripts, checked access-rights on the servervolumes, installed the actual updates for windows and helios ethershare servers...
    Regards from germany...
    PowerMac G5 Dual 2.3   Mac OS X (10.4.5)  

    Throwing my hat in the ring for updates on this as well. I was searching for a good "Sales Orders by Sales Rep" query and couldn't find anything in the help.sap documentation. I did some where used queries on 0SALESEMPLY and came across all of these queries from just 0SD_C03 that aren't documented (as far as I can tell):
    0SD_C03_DB_Q0001
    D&B Revenue per Customer with family tree
    0SD_C03_DB_Q0002
    Dun & Bradstreet Duplicate Customers to one DUNS Number    
    0SD_C03_DB_Q0003
    D&B Customer Revenue Analysis
    0SD_C03_DB_Q0010
    D&B Customer Details
    0SD_C03_Q00004
    Incoming Orders by Plant
    0SD_C03_Q0001
    Overview: Freight Documents and Invoices
    0SD_C03_Q0012
    Sales order material
    0SD_C03_Q0015
    Preselection Business Partner (only CRM)
    0SD_C03_Q0016
    Most Frequent Product Combination (only CRM)
    0SD_C03_Q0017
    Cross Selling Target Group
    0SD_C03_Q0018
    Sales Volume for Product Hierarchy
    0SD_C03_Q0019
    Sales Volume Decrease per Business Partner
    0SD_C03_Q0020
    Most Frequent Product Combination
    0SD_C03_Q0021
    Preselection Business Partner
    0SD_C03_Q0022
    Direct Business Volume per ADM
    0SD_C03_Q0023
    Sales Order and Sales Revenue Values from the Last 12 Months
    0SD_C03_Q0024
    Decrease in Sales
    0SD_C03_Q0025
    Incoming Orders of the Last 12 Months
    0SD_C03_Q0026
    Top 10 Materials Based on Incoming Orders of Last 12 Months
    0SD_C03_Q0100
    Returns per Business Partner
    0SD_C03_Q0101
    Sales Volume Development per Business Partner
    0SD_C03_Q012
    Returns per Customer Top N
    0SD_C03_Q024
    Sales Order and Sales Revenue Values by Sales Representative
    0SD_C03_Q025
    Preselection of Top Ten Customers
    0SD_C03_Q026
    Error-Free Order Processing - Top 10 Customers
    0SD_C03_QDB001
    Dun & Bradstreet Rationalization for All Customers         

  • System Time error in 10g Servlet Container

    I'm having System Time problem with JDeveloper 10g when running under a servlet. The System Time (date/yaer)changes outrageously and constantly.
    Here's the code example:
    System.out.println(new Date(System.currentTimeMillis()));
    I don't have this problem if I run it as standalone application.
    Is this a bug?

    See 10g Clearcase History Sorting problem.

  • System not suitable to install some games

    hey im a relative novice, but had no problem when i bought my laptop satellite pro a40 back in october last year. over the past few months i ve had the problem that some games cannot be installed as the message:
    '16 bit windows subsystem: the system file is not suitable for running ms-dos and microsoft windows applications' pops up. the odd thing is that some games it allows me to run off the disk but obviously i cant save them, and games that i could previously install it now doesnt allow me.
    the games attempted include: x-beyond the frontier, fifa road to world cup 98, sid meiers civ 2 and tachyon the fringe. so a selection of old and new...
    any help would be much appreciated. thanks

    Hi
    Please check this link
    http://support.microsoft.com/default.aspx?scid=kb;en-us;324767

Maybe you are looking for