How to avoid duplication of the menu (in css) elements of the Apex?

Hi all

I used the css template to say Menu (admin manager, Manager of symbol, the price to the model), I also have a drop point say "category" in the application. now, wat happens is... When I place the mouse on the choice of selection if it displays but the overlapps the item (category) the choice of the menu... bocz of this I am unable to see the menu?

How can I display the Menu correctly?

I used the Z-index: 1 for the Menu... then also no change or reflectd...


Please help me!



David

Hello

OK - you can then switch the drop-down list in your mclose() function - this function include:

$x('P1_LIST_ITEM_NAME').style.display = 'block';

Andy

Tags: Database

Similar Questions

  • How to avoid duplication in the title?

    I have a video of five minutes with a title of general text / by default at the beginning and at the end. When I change the text in the opening title, the text in the title of fence is replaced by this same text. When I change the closing title text, this edition is recalled in the opening title. How can I change the text in a title so that it does not change the text in the other title?

    I tried this edit title several times. It always happens in the same way. I want the opening title to say one thing and the closing title to say to each other.

    This article goes into detail, and contains links to some useful articles of titration: http://forums.adobe.com/message/5563721#5563721

    Good luck

    Hunt

  • How to avoid accidentally getting the split screen. I never want that. 3.6.11 version. Thank you

    I don't know how I did it, but now when I go to drag a web page below on the right scroll bar another mini bar appears. If I accidentally hit that all of a sudden I have two pages to the top at the same time and I can't get back to where I was without closing the page entirely.

    How to avoid this? I rarely want to two pages at the same time.

    Thank you

    This isn't a feature built into Firefox. You have an add-on like Fox Splitter installed? This one seems to do what you describe.

  • How to avoid synchronization of the settings between two computers

    I have two computers (a desktop computer all-in-one DELL and HP laptop).  Log-in at once is my Microsoft account.

    PROBLEM: When I 'customize' screen on one, the same changes are made on the other.   It is not desirable.  How to avoid that, far from making a second Microsoft account?

    To clarify - the ICONS are not duplicated, just any changes made to the themes of office such as colors or backgrounds.

    Thanks in advance!

    Hello Beckinista,

    Thanks for posting your question on the Microsoft community.

    Thank you for your query details.

    I also like the fact you want to avoid synchronization of the settings between two computers.

    I suggest you stop the synchronization of all of the settings between two computers and check if it helps.

    Please see this link:
    Sync between multiple PCs with OneDrive settings
    http://Windows.Microsoft.com/en-us/Windows-8/sync-settings-PCs

    Note: Please see section "to stop all sync settings" in the article above.

    I hope this information helps.

    Please let us know if you need more help.

    Thank you

  • How to avoid conditionally display the values of particular element

    Hello friends,
    My requirement is like I have a groupname xml element that I'm bundling by as well as another element.
    Now, I do not want to display all the special items associated with GroupName = 'BOTTLE '. How to specify it in the model?
    any help would be appreciated

    Thanks in advance

    You can use

    Please note that only TOTAL_COST and GroupName must be in the same group. Otherwise, you may need to use XPATH.

    Concerning
    Charlotte

  • How to start and stop the APEX?

    Hi all! I am new to this forum and APEX too...

    We are runing (Version: Application Express 4.1.1.00.23)

    I need to reboot the server.

    How can I stop APEX graciously and start back after? Thank you!

    Kind regards

    Ghyslain salvation,

    to reinforce what Mike says. Apex is a database and, with the exception of the HTTP server application, runs entirely on the database. (Note with EPG, its all in the database) It contained in the users/schemas database and built items of data such as tables and PL/SQL packages. If the server that is running the Oracle database in which the Apex is installed needs to be restarted, the database must be stopped, which stops indeed Apex. If the HTTP server is also running on this server (ESS or earpiece of the Apex) then this should be stop as well.

    Of course, if your desire is not to stop the database, but to deny the user access to the Apex, perhaps for purposes of maintenance of database, then this can be done by stopping the HTTP server or by stopping the EPG.

    I hope it is clear now.

    André

  • How to a script in the Apex schedulate

    Hello
    I have this need.
    Each month, I want my app to insert automatically the N records in a table each for each day of the current month.
    How can I do?
    I could create a pl - sql script or a conteining to trigger the script, but how do I get the application or the database to start automatically? Y at - it a schedulator in the apex or shoud that I get it started as soon as the user to connect, but how?
    You are waiting for your solutions

    Thanks in advance!

    Hello

    1. connect to your ex in schema scott using sqlplus,
    2. create a procedure named YOUR_PORCDURE and include your code insertion including validation;

    3. create a system schedular as below

    BEGIN
    DBMS_SCHEDULER.CREATE_JOB(JOB_NAME=>'INSERT_DAILY',
    JOB_TYPE=>'STORED_PROCEDURE',
    JOB_ACTION=>'YOUR_PORCDURE',
    REPEAT_INTERVAL=>'FREQ=DAILY;byhour=15;byminute=00;bysecond=00',
    ENABLED=>TRUE);
    end;
    /
    

    of course, you can change the REPEAT_INTERVAL.
    to file your schedular system

    BEGIN
     DBMS_SCHEDULER.DROP_JOB(JOB_NAME=>'INSERT_DAILY');
    END;
    /
    

    Concerning

    Published by: Maahjoor on June 3, 2013 01:18

  • How to display bfile in the Apex report

    We already have the table that stored the bfile and I want to display these files (PDF and Images) in the report of the Apex.
    How to do this? I checked ApEx Guide.pdf document user but could not find an answer.

    If anyone can help?
    Thank you

    You can do it this way:

    http://Apex.Oracle.com/pls/OTN/f?p=31517:64

    Simply change the code so it takes a bfile type (path and name) instead of a file id.

    Denes Kubicek
    -------------------------------------------------------------------
    http://deneskubicek.blogspot.com/
    http://www.Opal-consulting.de/training
    http://Apex.Oracle.com/pls/OTN/f?p=31517:1
    -------------------------------------------------------------------

  • How to extract data from the APEX report with stored procedure?

    Hi all

    I am doing a report at the APEX. the user selects two dates and click on the GO button - I have a stored procedure linked to this region of outcome for the stored procedure is called.

    my stored procedure does the following-

    using dates specified (IN) I do question and put data in a table (this painting was created only for this report).

    I want to show all the data that I entered in the table on my APEX report the same procedure call. can I use Ref cursor return? How to do this?

    Currently, I use another button in the APEX that basically retrieves all the data from table. Basically, the user clicks a button to generate the report and then another button for the report. which is not desirable at all :(


    I m using APEX 3.1.2.00.02 and Oracle 10 database.

    pls let me know if you need more clarification of the problem. Thanks in advance.

    Kind regards

    Probashi

    Published by: porobashi on May 19, 2009 14:53

    APEX to base a report out of a function that returns the sql code... Your current code goes against a Ref cursor returns the values...

    See this thread regarding taking a ref cursor and wrapping it in a function to channel out as a 'table' (use a cast to cast tabular function vale)...

    (VERY COOL STUFF HERE!)

    Re: Tyring to dynamically create the SQL statement for a calendar of SQL

    Thank you

    Tony Miller
    Webster, TX

  • How to avoid NullPointerException when the bursting of the jobs don't return any candidate data to burst?

    Hi all

    We are on 10.1.3.4... I created a job popping up every day and all is well when there are data addressing for that day (emails get generated without problems) but I get this error when no data is returned. I cannot ignore the emails but y at - it a way to avoid the error if there is no data to process for I can be sure that I am not ignoring real issues when there is a real treatment error out?

    Thanks in advance for your time.

    Kind regards

    PJ

    oracle.apps.xdo.servlet.scheduler.ProcessingException: java.lang.NullPointerException

    at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:2163)

    at oracle.apps.xdo.servlet.scheduler.XDOJob.execute(XDOJob.java:371)

    at org.quartz.core.JobRunShell.run(JobRunShell.java:195)

    to org.quartz.simpl.SimpleThreadPool$ WorkerThread.run (SimpleThreadPool.java:520)

    Caused by: java.lang.NullPointerException

    at com.sun.java.util.collections.Hashtable.get(Hashtable.java:321)

    at oracle.apps.xdo.batch.bursting.ProcessEnterpriseDocument.processLayout (unknown Source)

    at oracle.apps.xdo.batch.BurstingProcessorEngine.addDocument2Queue (unknown Source)

    at oracle.apps.xdo.batch.BurstingProcessorEngine.createBurstingDocument (unknown Source)

    at oracle.apps.xdo.batch.BurstingProcessorEngine.endDocument (unknown Source)

    at oracle.xml.parser.v2.XMLContentHandler.endDocument(XMLContentHandler.java:119)

    at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:311)

    at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:263)

    at oracle.apps.xdo.batch.BurstingProcessorEngine.burstingRequest (unknown Source)

    at oracle.apps.xdo.batch.BurstingProcessorEngine.process (unknown Source)

    at oracle.apps.xdo.servlet.scheduler.XDOJob.runBurstingReport(XDOJob.java:2055)

    ... 3 more

    Hi PJ,.

    If the model of data or rupture of query query returns no rows - BEEP will throw Null pointer Exception error.

    THUS, our goal is to have 1 row who always gets compensated regardless of the logic of the report.

    It is only through a work around on the SQL query.

    Before spend you with this

    1. how many reports does need this change?

    2 are going you to the 11 g version all earlier?

    3. If you think that his evidence for this change just to make the fake success on your Planner screen message, then proceed to test the approach below.

    Application of model data:

    ****************

    For example

    / real request * /.

    Select empid as busrt_key,

    EmpName,

    empsal

    WCP

    where empdept in (10.20)

    Union of all the

    / * query dummy to return 1 row always regardless of actual query * /.

    Select 'burst_flag' busrt_key,

    empname null,

    empsal null

    of the double

    Bursting of query:

    ***************

    Choose burst_key KEY,

    'template_name' MODEL,

    "rtf" TEMPLATE_FORMAT,

    'pdf' OUTPUT_FORMAT,

    cases where burst_key = 'burst_flag' then 'NA' else 'EMAIL' end DEL_CHANNEL, - note here, for dummy value used to send us emails with just the key to the success.

    '- at-'email' "Parameter1".

    "e-mail-cc" PARAMETER2,

    "email - of" parameter3,.

    "email subject" parameter4

    PARAMETER5 "-body of the email."

    PARAMETER6 'true '.

    Of

    (

    / * your logical real burst of request but just only the select clause that you will use in the KEY * /.

    Select empid as burst_key

    WCP

    where empdept in (10.20)

    Union of all the

    / * query dummy to return 1 row always * /.

    Select "burst_flag" as burst_key - this value hardcoded must be synchronized in the data model and query failure

    of the double

    )

    Impact of the model

    ***************

    If you have aggregation functions in your RTF model such as sum() and count(), let me know.

    Due to the addition of an additional dummy query, 1 row with a null value is generated which cause problem NAN (not a number) to your model. But that can be handled.

    Thank you...

  • How to avoid duplication of work, making a calculated AMOUNT field

    Hi, I am trying to solve this problem;
    In my DataSet (in a custom Admin folder), I have a list of tickets (with certain attributes), and some of them are duplicated:

    For example
    Ticket_id     Group_id             Ticket_date                Resource_name          Ticket_status       

    5416          100000401       10/12/2007 7:10:31 am                Mr. A                 2
    5416          100000401       9/1/2008 11:00:44 pm                 Mr. A                 2
    57381         100000401       27/12/2007 11:37:11 am               Mr. A                 2
    57381         100000401       15/1/2008 9:33:12 am                 Mr. A                 2
    I want this duplication because I need it when I filter the dataset (using the Ticket_date) with two parameters:

    Ticket_date between lower_limit_date and upper_limit_date

    Then, inside the report, ticket number, if I take 2 files with the same ticket_id, I have a calculated field when I use the COUNT_DISTINCT and for each pair of tickets, that the meter is always = 1; in this way (in the report), I have the following fields:
    Group_id           Count_tickects   Resource_name   

    100000401              2                    Mr. A                
    It's OK!

    Now, if I want to count how many tickets have status = 2 (this means that they are closed), I want to get 2 and NO 4

    I tried to use this calculation (tickets closed): SUM (CASE WHEN "Report #7 COMPLETE tickets". State Id ticket = 2 THEN 1 0 OTHERWISE END)
    but I've always had the result of 4... and this does not, because the tickets are only 2...
    I also tried to use an analytical function by using the PARTITION BY, but did not get the correct result

    In other words, I want to achieve this goal:
    Group_id           Count_tickects   Tickets Closed     Resource_name

    100000401              2                     2             Mr.A
    Any help will be appreciated

    Alex

    Hello

    Why did you put in ELSE 0? You count 0s. If you omit the ELSE then you count only 1s.

    Try COUNT_DISTINCT (BOX WHEN Ticket Status Id = 2 THEN ticket_id END) like in my previous thread.

    Rod West

  • How to avoid, opening in the other language tab.

    Firefox uses the Dutch standard language in my case. But when I open a 2, a 3, tab etc., it switches in French. What to avoid?
    Thank you
    HWtn

    Do a reset. This is the solution I hope. Never thought that Babylon was a kind of Center commercial-ware.
    Thank you once again,
    HWtn

  • How to avoid changes to the NEF file when you use Camera Raw?

    He does not have to happen, but now, when I edit a NAVE in Camera RAW file, then save it as jpg in PS6 file NAVE is also changed, so I can't undo my changes here.  How to stop this change to the NEF file?

    And if you use the bridge to eliminate all changes in the NEF file you made in ACR and return to its state choose Edition > develop settings > clear settings. (You'll notice that the marker of this image in Bridge has been removed, confirming the fact that the NAVE is back to change.)

  • How to avoid duplication

    I am facing a problem, put out the query must be such that it should return an a.claim_no (he is core_business.cb_pensioner a PK), where as it is returned from the claim_no in duplicate.
    This is data of old age pensioners, it takes account of every retiree with respective information.
    I'll be v thank full for your advice.

    SELECT a.claim_no,  a.NAME,  a.old_nic_no,  a.new_nic_no,
                 LPAD (ip_region_fo_code, 4, 0) || ip_check_digit || LPAD (ip_serial_no, 6, 0)   AS eobi_no,
              rate_change_date,    pension_amount,   a.bank_code ,c.name bank_name ,  a.branch_code, B.ADDRESS,  b.name branch_name, d.name branch_city,date_of_birth,  a. region_fo_code
         FROM core_business.cb_pensioner a, 
         general_information.cb_branch b,
         general_information.cb_bank c,
         general_information.cb_city d
        WHERE    a. status = 'A' 
              AND SUBSTR (claim_no, 3, 1) <> 'S'
              AND (old_nic_no IS NOT NULL OR new_nic_no IS NOT NULL)
              AND SUBSTR (old_nic_no, 1, 3) <> '000'
              AND SUBSTR (old_nic_no, 8, 6) <> '000000'
              AND SUBSTR (old_nic_no, 8, 6) <> '101010'
             /* AND a.bank_code = 3
              AND EXISTS
                     (SELECT NULL
                        FROM general_information.cb_branch b
                       WHERE a.bank_code = b.bank_code
                             AND a.branch_code = b.branch_code)*/ 
                             and a.bank_code = c.bank_code 
                             and a.branch_code = b.branch_code
                             and b.city_code = d.city_code;

    Hello

    then the general table of duplicates. What I sometimes do, is to include the ROWID from all of the tables (a.rowid, b.rowid, c.rowid, d.rowid). If you find records where the main table has the same ROWID, but one of the other tables so you know what are the tables gives you the duplicate lines. With the row ID (or PK), you can find out why you have duplicates. Maybe in the paintings of general_information data have a time factor, so there may be duplicate codes.

    Herald tiomela
    http://htendam.WordPress.com

  • How to avoid to show the syntax of the coil

    Hello

    I am taking next sql output in a file through reel

    -Following the code is included in the sql that is called from batch file file
    coil d:\DATACHECKING\ACTIVE_MEMBER_STATUS.csv
    Select * from tablename where rownum < 101 order by last_update_date desc;
    spool off

    The output in the file just like that

    ---------------------------------------------------
    SQL > spool d:\DATACHECKING\ACTIVE_MEMBER_STATUS.csv
    record 1
    worksheet 2
    SQL > spool off
    -----------------------------------------------
    I don't want to capture only the records in the file and not the "spool command', which controls the value should I use?

    1)

    sqlplus -s user/password@migrnhii < Datascript_oracle_old.sql
    

    or

    2)

    sqlplus -s user/password@migrnhii @Datascript_oracle_old.sql
    

    don't forget to put a waiver at the end of your script in case 2

Maybe you are looking for