Replacing Window Title with other value

Hi to everyone
Can anyone tell me how can I replace the window title with other values...for example with active record...mean client name should appear instead of window title.
Thanks in advance

Here is the code I use from a simple form. You can see it handles three separate environments, Client/Server, Web separate frame, and Web inside browser window.
I like to remove the "Oracle Forms Runtime" from the main window, only in Client/Server, you cannot remove the brackets. So you are left with - [ Your Title ]Here is the code. It can be put into either the Pre-Form or When-New-Form-Instance trigger. But note that once you do this, EVERY form must set its title, or the one you set last will show up on all your subsequent forms:
    DECLARE
      WINDOW_ID        WINDOW := FIND_WINDOW('WINDOW0');
      WTitle           Varchar2(100) := 'My Test Form';
    BEGIN
      Set_Window_Property(Window_Id,Window_State,Maximize);
      If Get_Application_Property(User_Interface) = 'WEB' then
        --Web forms:  set MDI title, erase W0 title.
        Set_Window_Property(Window_Id,Title,' ');
        Set_Window_Property(Forms_MDI_Window,Title,' ' || WTitle);
        --- Check if running SeparateFrame=False (form within browser)
        If get_window_property(forms_mdi_window,title) is null then
          --SeparateFrame=False:  running inside browser window.
          --Cannot set browser title; need to set Window0 title
          Set_Window_Property(Window_Id,Title,' ' || WTitle);
        end if;
      Else -- client/server forms
        Set_Window_Property(Forms_MDI_Window,Title,' ');
        Set_Window_Property(Window_Id,Title,' '||WTitle||' ');
      End if;
    END;

Similar Messages

  • Replacing Window Title

    Hi all
    I am using oracle10g with Form6i. My question is I want to replace the window title with active record like if employe detailds are being dispalyed on form that particular employee name either first name or full name should be displayed together on window instead of window title. When the record is changed next employe should be displayed.
    any suggestion will be highly appreciated. Please answer with example. thanks

    hello,
    You can search here in forum about your problem there's so many example.
    BTW you can use the SET_WINDOW_PROPERTY built in
    create trigger When-new-record-instance
    declare
    wn_id1 Window;
    begin
    wn_id1 := Find_Window("yourWindowName");
    if (NOT Id_Null(wn_id1)) then
    /* Set the title of the window*/
    SET_WINDOW_PROPERTY(wn_id1,title,:yourBlock.yourDisplayNeed);
    else
    message('Window not found');
    raise form_trigger_failure;
    end if;
    end;
    /*try this but not sure if it works because i dont have form to test it , my computer i just formated it*/
    or you can use the form reference help of forms
    search by find_window,set_window_property

  • Hide/Replace Windows Title in 11gr2.

    Hi All!
    I m using Forms 11gr2, and want to show title of Company Name on the top of the Main Window, i.e. above my menu bar.
    Previously I was using following built-in in Forms 6i successfully;
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'Company Name'),
    but now, it instead show two titles
    -- Address bar of form (above my menu bar).
    --Oracle Fusion Middleware title (above address bar of form) at the top.
    which ultimately decreases my main windows size.
    So, sir Please guide me how to disable these two Windows Titles and replace these with my Title as Company Name , above My Menu Bar Window.
    Thanks & Regards.

    ocpdev wrote:
    Hi All!
    I m using Forms 11gr2, and want to show title of Company Name on the top of the Main Window, i.e. above my menu bar.
    Previously I was using following built-in in Forms 6i successfully;
    SET_WINDOW_PROPERTY(FORMS_MDI_WINDOW,TITLE,'Company Name'),
    but now, it instead show two titles
    -- Address bar of form (above my menu bar).
    --Oracle Fusion Middleware title (above address bar of form) at the top.
    which ultimately decreases my main windows size.
    So, sir Please guide me how to disable these two Windows Titles and replace these with my Title as Company Name , above My Menu Bar Window.
    Thanks & Regards.In version 11, the easiest way will probably be to use java script. For example:
    Declare
         rtn     varchar2(255);
    Begin
         -- rtn will return the value passed in
         rtn := WEB.JAVASCRIPT_EVAL_FUNCTION ('document.title = "This is my title."');
         message('The title has been set to '|| rtn);
    End;Hope this helps..
    Hamid

  • Replacing windows desktop with a mac

    I currently have a macbook pro, 2009, and a windows desktop.  I'd like to replace the desktop with a mac, but will need to run windows on it for Quicken.  So, what would be the most economical alternative? A mac mini? I also have Fujitsu scanner for mac which the new computer must support.  I would consider a new or used mac.  Also, is Bootcamp the best way to plan on doing mac and Windows?
    Thanks!

    The Fujitsu ScanSnap works great on the Mac and is accessible through its own software, VueScan, or EverNote among many other software packages. As far as using Windows and Quicken, Bootcamp is an either/or proposition and not both at the same time. On the other hand Parallels Desktop will run Windows and Windows applications on the OS X desktop and happliy transfer data from one environment to the other. In eithercase you will need to purchase and install a copy of Windows and while Windows is running your Mac will be as vulnerable to Windows malware as any Windows computer so you will also need a good security suite that would otherwise be unnecessary. A Mac mini or an iMac would be a more thqan adequate desktop computer. If you are buying an new monitor for the Mac Mini the final price will be pretty close to that of an iMac. If you are planning on using the monitor from your PC then the Mac mini will save you anywhere up to $1,000 or more. I switched from an iMac to a Mac mini when I got tired of essentially buying a new monitor every time I upgraded my computer and I am very please with the performancek of my mini. The Fusion drive helps -- a LOT.

  • Replace specif character with other chracter before or after ','

    a:='(a,c,dklcm,c,npc,c)'
    (a,c,dklcm,c,npc,c) these is a string value i can't change within these
    how will i replace specific chracter like c with other character
    keeping in mind that 'c' will between ',' and ',' and
    at the end before ')'.If c is not present at the end then it will be
    kept intact.

    SQL> select '(''a'',null,''dklnullm'',null,''npnull'',null)' ORIGINAL_VALUE from dual;
    ORIGINAL_VALUE
    ('a',null,'dklnullm',null,'npnull',null)
    SQL> SELECT REPLACE(REPLACE(REPLACE(REPLACE(REPLACE('(''a'',null,''dklnullm'',null,''npnull'',null)',',null,','~'),'null)','^'),'null',''''''),'~',',null,'),'^','null)') REPLACED_VALUE FROM DUAL;
    REPLACED_VALUE
    ('a',null,'dkl''m',null,'np''',null)

  • Problem replacing Null nodes with real values in XML documents...

    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    Our friends in Java land are insisting on passing data between Java and PL/SQL using fairly small XML documents (don't ask). I then need to extract the input parameter values and pass them, on to the stored procedures that actually do the work. These return a result which needs to be returned to the java layer in the output XML document.
    Here is a cut down version of the input XML...
    <ParameterList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Parameter>
    <Id>1</Id>
    <Result xsi:nil="true"/>
    </Parameter>
    <Parameter>
    <Id>2</Id>
    <Result xsi:nil="true"/>
    </Parameter>
    </ParameterList>
    and this is an example of what I am expected to return...
    <ParameterList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Parameter>
    <Id>1</Id>
    *<Result>SUCCESS</Result>*
    </Parameter>
    <Parameter>
    <Id>2</Id>
    *<Result>WARNING</Result>*
    </Parameter>
    </ParameterList>
    i.e. I am expected to replace the value of the Result node with a string indicating the succes or otherwise of the underlying PL/SQL process.
    I am extracting the input values using the DBMS_XMLDOM functions and naively assumed that DBMS_XMLDOM.SETNODEVALUE could be used to update the value in the Result node - It didn't work so I resorted to reading the documentation which revealed that it will not work for a null node.
    Am I going to have to use XSLT to generate the output XML from the Input and incorprate the result? Or is there a simpler way?
    I have used XSLT in Oracle before and still have the nervous tick...

    Thanks A Non,
    With your suggestion and a bit of help from the w3schools.com xml dom tutorial I eventually managed to work out how to do this.
    Here is the code (with all my debug stuff in so it looks worse than it is...)
    create or replace
    PROCEDURE ExtractXMLValues (p_inXml IN CLOB ) IS
    l_string VARCHAR2(4000);
    l_value VARCHAR2(4000);
    l_DOM_doc dbms_xmldom.DOMDocument;
    l_DOM_node dbms_xmldom.DOMNode;
    l_new_DOM_node dbms_xmldom.DOMNode;
    l_new_element dbms_xmldom.DOMElement;
    l_new_DOM_nodevalue dbms_xmldom.DOMNode;
    l_value_Node dbms_xmldom.DOMNode;
    l_parameter_Node dbms_xmldom.DOMNode;
    --l_DOM_nodelist    dbms_xmldom.DOMNodeList;
    l_Result_DOM_node dbms_xmldom.DOMNode;
    BEGIN
    l_DOM_doc := dbms_xmldom.newDomDocument(p_inXml);
    l_DOM_node := dbms_xmldom.makeNode(l_DOM_doc);
    dbms_xmldom.writeToBuffer(l_DOM_node, l_string);
    dbms_output.put_line('1 ' || l_string);
    l_parameter_node := dbms_xslprocessor.selectSingleNode(l_DOM_node,'//Parameter');
    -- get the current values in the XML document for Id and Result
    l_Result_DOM_node := dbms_xslprocessor.selectSingleNode(l_DOM_node,'//Id');
    l_value_Node := dbms_xmldom.getFirstChild(l_Result_DOM_node);
    l_value := dbms_xmldom.getnodevalue(l_value_Node);
    dbms_xmldom.writeToBuffer(l_Result_DOM_node, l_string);
    dbms_output.put_line('2 ' || l_string || ' : ' || l_value);
    l_Result_DOM_node := dbms_xslprocessor.selectSingleNode(l_DOM_node,'//Result');
    l_value_Node := dbms_xmldom.getFirstChild(l_Result_DOM_node);
    l_value := dbms_xmldom.getnodevalue(l_value_Node);
    dbms_xmldom.writeToBuffer(l_Result_DOM_node, l_string);
    dbms_output.put_line('3 ' || l_string || ' : ' || l_value);
    -- create new Result node
    l_new_DOM_node      := dbms_xmldom.makenode(dbms_xmldom.createElement(l_DOM_doc, 'Result'));
    dbms_xmldom.writeToBuffer(l_new_DOM_node, l_string);
    dbms_output.put_line('4 New node : ' || l_string);
    -- create a value for it
    l_new_DOM_nodevalue := dbms_xmldom.makenode(dbms_xmldom.createtextnode(l_DOM_doc, 'SUCCESS'));
    dbms_xmldom.writeToBuffer(l_new_DOM_nodevalue, l_string);
    dbms_output.put_line('5 New node value : ' || l_string);
    -- add the value to the new Result node
    l_new_DOM_nodevalue := dbms_xmldom.appendchild(l_new_DOM_node,  l_new_DOM_nodevalue);
    dbms_xmldom.writeToBuffer(l_new_DOM_node, l_string);
    dbms_output.put_line('6 New node : ' || l_string);
    -- replace the old node with the new one
    l_Result_DOM_node := dbms_xmldom.replaceChild(l_parameter_node, l_new_DOM_node, l_Result_DOM_node);
    dbms_xmldom.writeToBuffer(l_parameter_node, l_string);
    dbms_output.put_line('6 parameter node : ' || l_string);
    dbms_xmldom.writeToBuffer(l_DOM_node, l_string);
    dbms_output.put_line('7 Updated document ' || l_string);
    dbms_xmldom.freeDocument(l_DOM_doc);
    END ExtractXMLValues;
    and the output...
    1 <ParameterList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Parameter>
    <Id>1</Id>
    <Result xsi:nil="true"/>
    </Parameter>
    </ParameterList>
    2 <Id>1</Id> : 1
    3 <Result xsi:nil="true"/> :
    4 New node : <Result/>
    5 New node value : SUCCESS
    6 New node : <Result>SUCCESS</Result>
    6 parameter node : <Parameter>
    <Id>1</Id>
    <Result>SUCCESS</Result>
    </Parameter>
    7 Updated document <ParameterList xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
    <Parameter>
    <Id>1</Id>
    *<Result>SUCCESS</Result>*
    </Parameter>
    </ParameterList>
    One question, why do the dbms_xmldom functions return the Old value? I was expecting the returned value to be the updated node.
    Edited by: Lone voice on May 14, 2009 11:24 AM

  • Call Standard Text by report replacing the variables with their values

    Hi,
    I have a requirement to call a standard text from a report.
    Following is the text present in standard text.
    &PTXT1-ENAME& will attend for interview
    on &MEMOACT-PLDAT& at &MEMOACT-PLTIM&.
    I am doing it by using READ_TEXT. But READ_TEXT reads the entire text as it is.
    Is there any way I could retrieve the standard texts with  &PTXT1-ENAME& replaced by the value of  PTXT1-ENAME in report. And similarly &MEMOACT-PLDAT& replcaed with its actual value.
    Any pointers in this regard would be helpful.
    Points will be awarded.
    Regards,
    Mayank Agarwal

    Hi,
    In the Text
    &PTXT1-ENAME& will attend for interview
    on &MEMOACT-PLDAT& at &MEMOACT-PLTIM&.
    do not use the * as a paragrapgh , use /: as the paragraph
    Regards
    Sudheer

  • Acrobat Pro X Replaces Document Title with File Name

    We process many Microsoft Word Documents into PDF. Whether or not this is the correct way to process them we use the new "Action" previously a Batch Process.
    We require our documents to open "Full Width" so we run the created Action which converts the Word files to PDF and sets them to open width.
    In the previous version of Acrobat (9) this worked fine. But the current version strips the document title out of the Word document and replaces it with the file name in the PDF. eg. If the title of the document set in the properties of world.doc is "Changing the world", when the action created the PDF its stripped and replaced with "world.doc"
    This of course means that we must now take the time to change the title of each document so that the search engine on our intranet can correctly list it. As you can imagine a time consuming process, which until this update never had to be done.
    Alternatively is there a better way to convert large numbers of Word documents to PDF that will keep all of this information intact?
    Many thanks
    Murray

    Actions are not really intended for that type of work:
    Actions allow a complex, guided series of events to be applied to a single file, usually with some user interactivity. They can be run over and over but usually only process one file at a time. In the example we show based on redaction, this guided interactivity is essential as only a human can decide what to redact in each document.
    Batch processing applies a standard set of events to a series of files, usually without any user interactivity beyond selection and filename choices.
    What happens when you try and run your Acrobat 9 batch sequence in Acrobat X?

  • How to replace namespace tag with new value using -JAVA MAPPING

    Hi Guys,
    I need to replace namespace Tag in Target xml with a new value.
    For Eg: My namespace Tag is - <ns0:TestHeader xmlns:ns0="http://0020.TestHeader.SS.com">
    I want My target xml to have value- <ns0:TestHeader>
    How can i achieve it using JAVA mapping?
    Can you provide me the code to do so.

    Sarjana,
    Not well-formed XML is only possible by Java Mapping. Please use below replace logic in Java map.
    inputContent.replaceAll("<ns0:TestHeader xmlns:ns0=\"http://0020.TestHeader.SS.com\">", "<ns0:TestHeader>");
    Link1, Link2.

  • ITunes 9.0.2. replaced song titles with file names

    I just updated iTunes to 9.0.2. When iTunes was restarted, it went through quite a long time updating my library. Then, I found the titles of some songs were replaced with their file names. This is not nice! Does anybody else have the same problem?

    Did you somehow solve the problem? I have the same problem ...

  • I'm a online university student. Can I replace Windows 7 with Arch?

    Actually both my wife and I are both online students. I'm so tired of Windows 7. I want to be free from the chains of Windows. I know Wine won't run all my programs but they are getting better. I was looking into getting VMWare Workstation 8 or VirtualBox. I know there is VMWare player that is free. But I can afford to pay for VMWare workstation. I  just hope it's a fast virtual environment. I'm not a new user to Linux either. Been running it since OpenSuse 9 a long time ago. But it has been a dual boot setup. I'm ready to venture out and use Arch Linux.
    So I was wondering if anyone else here is running Arch Linux full time and also a student. Have you run into any issues? If so how did you solve it? Hopefully when I do this. I can convert some friends and family.

    @mythus,
    I was also about to say that that is outrageous. I would very much like to know the university and subject or country and subject but I understand you might not wish to say. If they really gave a zero purely because they could tell it was not done in Office 2010, that's reprehensible. The only exception I could think of would be a course on the use of specific computer software where the assignment was designed to test students skills with Office 2010 specifically. That would be an odd uni course, but...
    To the OP,
    You should find out your university's policy on support for different OSs. This is really important for online study. If you are on campus, you can always use a computer lab if you have to to get something particular done. If you are halfway around the world, that's not an option. Universities vary wildly in their support for different OSs. Some require students to have machines which meet certain standards and which are equipped with Windows. Others actively support cross-platform solutions. Others officially support Windows, sort of support Mac and do "best effort" support for Linux. I have also been on campuses where the support for non-Windows was non-existent to the point that the campus didn't actually recognise the possible existence of non-Windows machines. This was good and bad. On the negative side, none of the packs MS makes available to help Mac/Unix users connect to Windows servers were installed. None. On the positive side, all network security checked for was Windows. Plug a Mac laptop in and you had immediate access to the web, printers etc. even before you'd been issued with a computer account. Plug a Windows laptop in and it demanded a username and password.
    Psychology is likely to require the use of specific statistics packages. You would need to know which. You also need to bear in mind that the software in use in three, four or more years time won't necessarily be what's used now. Stuff can change quite quickly. Even new versions and updates can block access. So even if you don't update your software, the university may update server software in ways which make it difficult for you to access the information you need.
    Last edited by cfr (2012-03-20 23:26:28)

  • Need to switch my iTunes account to a new Windows computer (with other issues)

    I am trying to switch my iTunes account over to my Windows laptop. My old Windows computer is completely dead at the moment but I am trying to find someone to recover the data. All I have at this point is my ipod with the music on it, but I'm afraid that if I plug it into my laptop, it will delete the music from my account. Also, I need to figure out how to change the iTunes user on my laptop. My husband got an account which he never used, so I just need to log out and log on with my account that has the music synced the the ipod, but I couldn't find a way to do that. Any suggestions?

    Hello, lnear259. 
    Thank you for visiting Apple Support Communities. 
    Here is an article that has some helpful information regarding moving your iTunes media to a new computer. 
    iTunes: How to move your music to a new computer
    http://support.apple.com/kb/HT4527
    Cheers,
    Jason H.

  • I downloaded fbdownloader and now having a oproblem with random window opening with other websites and a link on firefox I can't get rid of

    I downloaded fbdownloader and after doing so I noticed changes in my facebook and I am getting random webpages popping up on new windows. there is a link on my facebook that I can't get rid of and I have uninstalled this program but seems there is lingering things that I can't get rid of. What can I do?

    You have probably downloaded malware. Do a Microsoft Security Scan at http://www.microsoft.com/security/scanner to check for viruses and tell me the result

  • Parameterized queries running much slower than ones with hardcoded values

    Very often there is a huge performance difference when using parameters in a query, compared to running the same code after replacing the parameters with hardcoded values: the parameterized version of the code runs much slower!
    The case is not parameter sniffing as it is not a (compiled) stored proc, but code executed directly from the editor and the performance issue has been observed in different versions of SQL Server (2000 and 2005).
    How is this explained and how can the parameterized queries have similar performance with the hardcoded ones?
    Also, why does this happen in some cases and not always?
    Finally, the same is sometimes the case with stored procs: a very slow running proc speeds up tremendously when running its code directly, instead of calling the procedure --and even faster, according to the previous, when its parameters are replaced with
    hardcoded values 

    >>The case is not parameter sniffing as it is not a (compiled) stored proc, but code executed >>>directly
    from the editor ?>>>and the performance issue has been observed in different >>>versions of SQL Server (2000 and 2005).
    Something like below?
    --SQL Server creates 3 execution plan rather only one
    DBCC FREEPROCCACHE
    GO
    SELECT *
    FROM Sales.SalesOrderHeader
    WHERE SalesOrderID = 56000
    GO
    SELECT * FROM
    AdventureWorks.Sales.SalesOrderHeader WHERE
    SalesOrderID = 56001
    GO
    declare @i int
    set @i = 56004
    SELECT *
    FROM Sales.SalesOrderHeader
    WHERE SalesOrderID = @i
    GO
    select  stats.execution_count AS exec_count, 
    p.size_in_bytes as [size], 
    [sql].[text] as [plan_text]
    from sys.dm_exec_cached_plans p
    outer apply sys.dm_exec_sql_text (p.plan_handle) sql
    join sys.dm_exec_query_stats stats ON stats.plan_handle = p.plan_handle
    GO
    ----This time only (we get parameterization)
    DBCC FREEPROCCACHE
    GO
    EXEC sp_executesql N'SELECT  SUM(LineTotal) AS LineTotal
    FROM Sales.SalesOrderHeader H
    JOIN Sales.SalesOrderDetail D ON D.SalesOrderID = H.SalesOrderID
    WHERE H.SalesOrderID = @SalesOrderID', N'@SalesOrderID INT', 56000
    GO
    EXEC sp_executesql N'SELECT  SUM(LineTotal) AS LineTotal
    FROM Sales.SalesOrderHeader H
    JOIN Sales.SalesOrderDetail D ON D.SalesOrderID = H.SalesOrderID
    WHERE H.SalesOrderID = @SalesOrderID', N'@SalesOrderID INT', 56005
    GO
    select  stats.execution_count AS exec_count, 
    LEFT([sql].[text], 80) as [plan_text]
    from sys.dm_exec_cached_plans p
    outer apply sys.dm_exec_sql_text (p.plan_handle) sql
    join sys.dm_exec_query_stats stats ON stats.plan_handle = p.plan_handle
    GO
    Best Regards,Uri Dimant SQL Server MVP,
    http://sqlblog.com/blogs/uri_dimant/
    MS SQL optimization: MS SQL Development and Optimization
    MS SQL Consulting:
    Large scale of database and data cleansing
    Remote DBA Services:
    Improves MS SQL Database Performance
    SQL Server Integration Services:
    Business Intelligence

  • Parameter issue with multiple values

    Hi all,
    Goal of report : generate the sales amount per sales region (north/sud) based on the input payment amount. For example input parameter 400 --> I want all sales amount > 400. Same for other values
    I'm working on a report where I have 4 parameters in my report designer
    -Language
    -PAR_Regional_Office
    -PAR_Payment_Amount
    -PAR_Year_Week
    Below my querry
    SELECT { 
     [Measures].[Payment amount] 
    ON COLUMNS, NON EMPTY
     Filter(
      NonEmpty(
       [Wager].[Wager number].[Wager number],
       [Measures].[Payment amount]
      * [Date].[Date].[Date]
      [Measures].[Payment amount] > @PAR_Payment_Amount
     * [Point of sale].[POS default connection].[POS default connection]
     * [Wager].[Total odds for wager].[Total odds for wager]
     * [Stake amount].[Stake amount].[Stake amount]
                    * [Point of sale].[POS name].[POS name]
    ON ROWS
    FROM 
     [SBT Cube]
    WHERE
     {StrToMember(@PAR_Regional_Office)}
     * StrToSet(@PAR_Year_Week)
    In my querry designer I have the Regional Office, Year Week and Payment amount parameter defined (no dimension, no hierarchy, multiple values, default examples 100, 400).
    However, there is something not working, who can help me out please? When I use > 400 instead of @PAR_Payment_Amount it works ofcourse.
    Thanks in advance!

    I would open Profiler, connect to SSAS, the grab the Query Begin event. It should show you what values are being passed in as parameters (in some XML visible at the bottom of the query) then you can manually replace the parameters with hardcoded values
    and test the query.
    http://artisconsulting.com/Blogs/GregGalloway

Maybe you are looking for

  • Execute Javascript  on load in OBIEE 11g

    Hi , Is there any way where we can call javascript function as and when a page loads for all the dashboards without creating a text object in all the pages? Edited by: 938795 on Jun 13, 2012 7:37 AM

  • DELETING FILES PERMAMNENTLY FROM HARD DRIVE AND PASSWORD PROTECTING

    DOES ANYONE KNOW HOW TO PERMANENTLY DELETE FILES FROM THE HARD DRIVE? ALSO, WHAT ARE THE STEPS TO ADD A PASSWORD TO A FOLDER? THANKS!

  • XY graph cursor won't snap to plot when dragged

    I haven't used XY graphs much and have a need to have several plots on the graph and be able to find the value at points on the plot using cursors.  Everything works fine except that I can't drag the cursor along the plot.  Even though Snap to is on

  • Table where default home page is stored

    Hi, Does anyone know which table the default home page for a user is stored in? I presumed that it would be WWSEC_PERSON$ but this doesn't seem to be the case. All help is greatly appreciated. Thanks, Roger

  • Host name, port number and service name

    Hi! I have a question that will sound easy and stupid, but not for me. during the instal of 9iAS.There is a screen ask to provide the host name,port number and service name. Did host anme is only the name of my PC? and what is the port number?(window