Problem with APEX tree in 4.1.1.00.23-while adding context menu

Hi,
Version : Apex 4.1.1.00.23 and Oracle Database 11g Enterprise Edition Release 11.2.0.3.0 - 64bit Production
i wanted to add context menu to my tree region.i followed Jason's blog
http://jastraub.blogspot.com/2010/09/adding-context-menu-to-tree-region.html
But after i add the javascript code he mentioned,nothing seems to have changed.The context menu appears the same way it was before.
Is there anyone facing similar problem?
Appreciate your comments,

Also using Apex 4.1 and I successfully adapted the steps to my application and it worked well ... the context menu and the tool tips come up well and are functional. The only issue I am still having is that the drop-down arrows no longer work ... I had to use a dynamic action to keep the trees all expanded when the page loads. However, I cannot collapse them as I used to (if needed). I am looking forward to a fix to this issue too.
Gerald

Similar Messages

  • Problem with Apex: wwv_flow.accept

    Hello!
    I've developped an application which worked perfect since nearly one year. Now - suddenly - when changing data in an tabular form and pressing the submit button this page appears:
    <h1>Not found</h1>
    The requested URL /apex/wwv_flow.accept was not found on this server
    <br>
    From time to time it seems to work again, but then - after changing some data again... it appears again. Turning Debugging on has no effect. Do someone know or give me some advice what went wrong? Thank you Johann Message was edited by: horvatj
    I aksed this topic in the APEX Forum - see thread:
    Problem with Apex: wwv_flow.accept
    Scott answered:
    Johann - Check the Apache error log for more details.
    Okay, but XE doesn't use Apache!?
    How can I access the logfiles?
    Where can I find them?
    Thank you
    Johann

    If you believe it or not, I solved without any logfile...
    The problem was some kind of corrupt data.
    After correcting this everything works fine again. I really don't know why this not found error occurs, but ;-)
    Thanks Johann

  • Problem with Apex hosted SQL Workspace

    Hi,
    I am having trouble with using currval on this site in SQL workshop. I have a demo table and have defined a sequence via sql. I successfully insert a sequence_name.nextval but when I try to add a related child record with current value of the sequence I keep getting this:
    ORA-08002: sequence ORDERS_ORDER#_SEQ.CURRVAL is not yet defined in this session
    I can check on nextval from dual and I can select the currval from dual also but when I try to use the currval in an insert, I get the same error above. Also, sometimes I get the same message even when selecting currval from dual. Seems like a problem with Apex at this hosted site. Or does Apex SQL workshop have issues with currval.
    PM

    Scott, Can you explain a little more about the difference between a hidden item that is set to display never & the other type of item which I am assuming is "display as text saves state" and display never?
    When I viewed the source for both of these I could not see the items in source code.
    Also for an item that is passed into a popup I am exposing hidden item's identity is there a different way to pass values... here is my example:
    <!-- Begin of popup for DNS_NAME -->
    <script language="JavaScript" type="text/javascript">
    <!--
    <!-- window size was 800*600 -->
    <!-- window size was 400*300 -->
    function popupPage(url) {w = open(url,"winDnsName","Scrollbars=1,resizable=1,width=500,height=450"); if (w.opener == null) w.opener = self; w.focus(); }
    //-->
    </script>
    <script language="JavaScript" type="text/javascript">
    function callDnsNamePopup (IPId) {
    var IPId = document.getElementById('P103_IP_ID').value;
    var url;
    url = 'f?p=110:106:2066309280674317::::P106_IP_ID:' + IPId;
    w = open(url,"winDnsName","Scrollbars=1,resizable=1,width=800,height=600");
    if (w.opener == null)
    w.opener = self;
    w.focus();
    </script>
    <!-- END of popup for DNS Name -->
    At the same time if I set an item as hidden and display never I cannot use it with a call to a popup...

  • Anyone having problems with the Abc app no loading since it has been added?

    Anyone having problems with the Abc app no loading since it has been added?

    Hi Popalotofstyle,
    Thanks for using Apple Support Communities.  It may be worth trying a restart of your Apple TV to see if that allows the ABC app to load:
    Apple TV: How to restart your Apple TV
    http://support.apple.com/kb/ht3180
    Cheers,
    - Ari

  • Installation Problem with APEX 3.1 on 11g

    Hey,
    I've a big problem with apex3.1 on 11g. Yesterday i wanted to install the new version, which i've downloaded from the oracle server. Furthermore i have followed the instructions by the documentation.
    i executed:
    1. apexins.sql FLOW_1 USERS TEMP /i/ Is that correct?
    2. apxconf.sql
    Do i have do remove the old version (3.0)?
    Thanks for your help
    Best Regards,
    Andi

    Hi Andrea,
    I tried to reproduce this and could not.
    I created a new 11.1.0.6 database on Oracle Enterprise Linux with character set WE8MSWIN1252. I even did this with an OS locale of Italian (and trust me, it was a struggle, as my Italian is about as weak as my German). The only thing that is different between my test and your configuration is the server OS.
    I then installed APEX 3.1, tried it in browser language 'it' and 'en-us', but I could not reproduce the issue.
    Can you think of anything atypical in your configuration, installation, or database parameter settings?
    Joel

  • Problem with apex

    i install oracle 10g and oracle application server 10g (http server)
    and i install apex and i use the guide that appendxed with apex intallation for intallation
    after running the scripts
    i edited the dads file with the following information
    Alias /i/ "g:/apex/images/"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_downloadd
    PlsqlDatabaseConnectString nasser:7777:service_name apex
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword pub
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>
    after that i request the url http://nasser:7777/pls/apex
    but i recieved the "Internal Server Error"
    what is the problem
    if there is an error in dads file
    help me please
    Edited by: user3683976 on Feb 9, 2009 3:19 PM

    The DAds file :
    Alias /i/ "g:/apex/images/"
    AddType text/xml xbl
    AddType text/x-component htc
    <Location /pls/apex>
    Order deny,allow
    PlsqlDocumentPath docs
    AllowOverride None
    PlsqlDocumentProcedure wwv_flow_file_mgr.process_downloadd
    PlsqlDatabaseConnectString nasser:1521:orcl SIDFormat
    PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
    PlsqlAuthenticationMode Basic
    SetHandler pls_handler
    PlsqlDocumentTablename wwv_flow_file_objects$
    PlsqlDatabaseUsername APEX_PUBLIC_USER
    PlsqlDefaultPage apex
    PlsqlDatabasePassword pub
    PlsqlRequestValidationFunction wwv_flow_epg_include_modules.authorize
    Allow from all
    </Location>
    tnsname.ora file :
    # tnsnames.ora Network Configuration File: g:\oracle\product\10.2.0\db_1\network\admin\tnsnames.ora
    # Generated by Oracle configuration tools.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = nasser)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    listner.ora file
    # listener.ora Network Configuration File: g:\oracle\product\10.2.0\db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = g:\oracle\product\10.2.0\db_1)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC1))
    (ADDRESS = (PROTOCOL = TCP)(HOST = nasser)(PORT = 1521))
    )

  • Problem with APEX Installation

    Hello all,
    I have a problem with the installation of APEX3.2
    I am usign OEL 4, and oracle10g
    I know that APEX is called as HTMLDB in oracle 10g
    Now, can anyone let me know the steps to install apex in oracle10g
    I have run the required apex sql scripts that are necessary.
    I think I have the problem with the http server.
    Let some one tell me how to resolve the http server problem, and also how to configure APEX in oracle10g
    Thanx in advance.
    Cheers,
    S M

    Thanx a lot for the reply ...
    but, i am using Oracle Enterprise Linux AS release 4
    can I have any document for installation on linux ..
    thanx in advance ..
    Cheers,
    S M

  • Problem with apex sso

    Hi all,
    I installed Oracle 11g, apex is 2.0
    then i updraded to apex 3.1.
         I want to enable sso for apex applications,
    for that i followed the below steps:
    step 1) Created authentication scheme for the application
    step 2) in flows_030100 schema i ran loadsdk.sql script.
    After that i ran regapp.sql script, but it is giving error : "numeric or value error; character buffer too small"
    can you pls tell me how to fix this problem.regards
    K M
    Edited by: [email protected] on Apr 17, 2009 10:53 PM

    Hi,
    See also at metalink note
    Note 562807.1
    Configuring an APEX Application to Use SSO With SDK in
    Kind regards,
    Iloon

  • Problems with apex 4.0 upgrade

    Hi,
    I have a pretty large application build in apex 3.1.2 that comes up with sereral errors after upgrading..
    First there is "popup key lov".. It cant return a value when clicked..
    Then there is updateable reports. It doesnt seem to work at all.. There is lots of errors regarding that one.
    What I was wondering is whether these problems will be solved in a patch or if we have to do it ourselves? It seems to be problems related to the template, so I guess it will be difficult to solve with patches?
    The app is build from theme: Blue Gray - 13 *
    We also use apexlib, which might also cause some of the problems I guess.

    Hi Patrick,
    I know its not much im giving you. The thing is we have the app installed in a developer server and a production server, and both of these are now running 3.1.2, since we couldnt get 4.0.1 to work. The customer who has both servers didnt want us to use too much time on the upgrade, so we had to downgrade the developer server again.
    So the following is only based on my memory.
    It is correct what is written above that the LOV is corrected by removing the apex_lib js file.
    when it comes to the updateable report I remember that the first thing I tried was to change some substitution variables in the Standard reports template. What i did was comparing the template to one of the new templates, and I saw some differences in the variable names. That did help some, but didnt solve all the problems. If I remember correctly, it made the add botton work again. And I beleive that a simple updateable report in our app started to work after this change, but the complex one didnt..
    I also tried to remove the old updateable report and replace it with the new one in apex 4. There is some new functionality there (add doesnt submit page f.x.). What happened then was that NO errors was reported at all, but nothing happened either when I submitted the page. The new lines in the report simply disappeared.
    After this the customer didnt want to spend any more time trying to upgrade, so we had to revert to 3.1.2. This was all done without the patch of apex 4. Then monday we tried upgrading again with the patch, and the problems seemed to be the same, so we quickly downgraded once again.
    What I could try to do is give you some of the code for the problematic page, if you think you can use it for anything? I can also give you an export of the template if you want that. Its based on Blue Gray - 13 from the first apex 3 release (I think)
    Thanks for listening
    Bjarke

  • Problem with ApEx after upgrade of database to 10.2.0.2

    I could have posted this in the general Database forum since I am not sure whether the problem is directly related to the HTMLDB installation, perhaps it's only the place where the symptoms are shown, but here is it.
    One of the customers I am currently developing HTMLDB applications for, recently updated their Oracle database to version 10.2.0.2. The HTMLDB installation is 2.0 (not sure which version exactly, I can't check it at the moment as I'm at another customer right now). Everything seems to work fine (just like it did before the upgrade), but since about two weeks, the HTMLDB application that is already in production (and used quite a lot) suddenly started spawning 404 errors.
    The problem is that this behaviour can not always be reproduced. The errors appeared on last Friday as well, after which the database was restarted, which stopped them. This week, it ran without any problems on Monday and on Tuesday, until around 4pm. Then, the search functionality of one page (very basic query) and switching back and forth using the tabs would give 404 errors.
    The customer has been in touch with Oracle Support about this (Severity 1 TAR) but so far they have not been able to come up with anything that could lead to a solution. I will, in short, describe what information we DO have at the moment, and I hope that maybe one of you has experienced the same (or similar) problem, or could help me find where to look for a solution. At the moment, I am wondering whether it is the HTMLDB installation that became corrupted (and may require a reinstall) But, since it works fine at times, there may be something else that is causing these problems.
    Here we go (sorry for the long introducton ;))
    The problem:
    Sudden 404 errors on specific pages, in a working application, but also in the HTMLDB environment itself. Yesterday I tried to import a new version of the application - it would keep giving the error, and also simple tasks such as adding a new Tab would give me the error. In the development environment, which runs on a different database (previous version), everything works fine.
    If the errors show up, they will keep on coming, until the database is restarted. At one point (last week) they seemed to stop by themselves around lunch time, but that only occurred at one time, as far as I know.
    The error:
    The error message that is shown in the Apache log file is:
    [Fri Mar 17 15:44:10 2006] [error] [client 10.100.60.2] [ecid: 1142606650:10.100.60.26:4432:4836:63,0] mod_plsql: /pls/vta/wwv_flow.accept HTTP-404 ORA-06550: line 22, column 3:\nPLS-00306: wrong number or types of arguments in call to 'ACCEPT'\nORA-06550: line 22, column 3:\nPL/SQL: Statement ignored\n
    Additional notes:
    So far it is unclear what is causing these errors, but the customer has been in contact with Allround Automations (of PL/SQL Developer) who experienced something similar (a known bug afaik, but I have no documentation) with the reuse of a parsed representation of a cursor, which could cause access violations. This should however have been fixed in the patchset used to upgrade to 10.2.0.2.
    Also, the amount of invalid database objects seems to fluctuate a lot. At times there may be 6, or as much as 23 or 24, then, when queried again a short time later, only 4. No idea whether this is related to anything else described here.
    In short:
    To me, it seems like something is influencing the database, causing HTMLDB and its applications to crash. It does not seem to come from HTMLDB itself, because it works fine the rest of the time, and without changing anything in the DAD, the application or the procedures used, the errors start showing up. But, I might be wrong ofcourse.
    Any help would be greatly appreciated.

    John,
    Thanks for your help with this. So far everyone's pretty stumped.
    It seems to be a problem that grows in the database, like something is leaking. We've been able to track it down to seeing that it starts happening on one particular call on a page we use for lookups, though if it is left alone it seems to grow until it encompasses anything on the HTMLDB server. We've got a SR open with Oracle, just waiting on some movement.
    The keepalives may be unrelated, but it's worth a look while we're waiting for a break. Thanks for the suggestion.
    I am still hoping that either Oracle can find the earlier SR and use it as a starting point, or someone involved from earlier checks back in.
    Thanks again for your help, I'll let you know what happens.
    Thanks,
    Justin

  • Problem with large tree in 10g

    We have a large tree within a form using 10g.
    This tree is refreshed quite often and we have found a problem when the user clicks in the tree area before the tree has fully displayed it causes a Java error in our JRE and this causes the whole form to stop working.
    When we took this up on metalink, they agreed it was an error but asked us to upgrade our patchset to 10.1.2.2.0. I did this on a Virtual PC and can still (less frequently) get the error. Unfortunately unlike before the patchset, i can not replicate every time on the latest patchset, and oracle require a test scenario in order to create a fix.
    I found that if I disable the tree the error does not occur. So Im thinking that a workaround would be to disable the tree during refresh then enable once it is built. I am using a button When Button Pressed trigger to call a procedure which in turn calls one other procedure. Unfortunately I cant find an easy way of finding a spot where the tree is fully built. If I put a alert in AFTER the procedure call in the button trigger the tree has only built the first layer and is not complete.
    I put in alert messages and sync commands at the end of the code but it is not refreshing the screen on the first alert. Depending on the size of the tree it can be the 4th or the 5th alert. It appears to only sync the first level then the 2nd and so on.
    Is there any way of working out when the tree is fully built. Then I can enable the tree at this point?
    Any comments or ideas for a work around would be much appreciated

    Hi,
    From Oracle Docs:
    ORA-12013: updatable materialized views must be simple enough to do fast refresh
    Cause: The updatable materialized view query contained a join, subquery, union, connect by, order by, or group by caluse.
    Action: Make the materialized view simpler. If a join is really needed, make multiple simple materialized views then put a view on top of them.
    Regards
    K.Rajkumar

  • Problem with Apex layout report  XSL-FO build by bi-publisher word plug-in

    Hi all...
    this is what I should do:
    - generate a layout with bi-publisher word plug-in ---> it's ok
    - export this layout in xsl-fo stylesheet --> it's ok.
    - create an apex layout report with xsl-fo stylesheet --> it's ok.
    - create an apex query report with the above layout
    At this point when I test the report I have a corrupted pdf file....
    can you help me!!!
    Many thanks
    araf

    Hi,
    do you use BI Publisher or another XSL-FO-Engine? Is BI Publisher running? Is it configured in the instance settings?
    Regards
    Rainer

  • Problems with apex and anychart (using reverse proxy)

    Hi,
    Im using 2 Servers. The first with Apache2 and the /i/ directory and the second with a Oracle XE Database.
    The imagedirectory is at the first server.
    Heres my Apache Setup:
    <Location /apex>
    Options None
    Order allow,deny
    allow from all
    ProxyPass http://..(remote_ip)..:8080/apex
    ProxyPassReverse http://..(remote_ip)..:8080/apex
    </Location>
    Alias /i/ /var/i/
    <Directory "/var/i/">
    Options None
    AllowOverride None
    Order allow,deny
    Allow from all
    </Directory>
    if I open a page with a anychart chart I get this error:
    "Flash Security Error
    Anychart can not be launched due to Flash Security Settings violation.
    Please refer to Security error Article in Anychart Documentation..."
    http://www.anychart.com/products/anychart/docs/users-guide/index.html?security-error.html
    I think I have to place a crossdomain.xml
    Placing the crossdomain.xml in example.com/ root-directory doesn't work?
    thanks for any help

    Hi Christoph,
    Yes, the APEX Listener works with Oracle XE. The APEX Listener is currently an Early Adopters release, and is available for download from here: http://www.oracle.com/technology/products/database/application_express/html/apex_listener_download.html. I would recommend reviewing the accompanying Installation Guide before proceeding. There's an 'APEX Listener Feedback' thread - APEX Listener Feedback - which may also proof useful to you. There's also another related thread on this topic: Re: #HOST# Substituin incorrect for charts via Reverse Proxy which discusses the replacement of the #HOST# substitution string.
    Regards,
    Hilary

  • Problem with Hierarchical trees (get_tree_node_property)

    Hi All,
    Hope someone can solve this. I am working with developer 6.0 .
    When I try to use get_tree_node_property I get a compile error 201 get_tree_node_property must be declared
    trigger text :
    declare
    test_node Ftree.Node;
    label varchar2(30);
    begin
    test_node:=:SYSTEM.TRIGGER_NODE;
    label := get_tree_node_property('nav_display', test_node,ftree.NODE_icon);
    end;
    it's same with ftree.node_label property
    thanks
    null

    try qualifying the get_tree_node_property with ftree.get_tree_node_property.
    Here is a example
    DECLARE
    htree ITEM;
    node_value VARCHAR2(100);
    BEGIN
    -- Find the tree itself.
    htree := Find_Item('tree_block.htree3');
    -- Find the value of the node clicked on.
    node_value := Ftree.Get_Tree_Node_Property(htree, :SYSTEM.TRIGGER_NODE, Ftree.NODE_VALUE);
    END;

  • Problem with APEX 4.1 Email to values

    Hi,
    I thought this would be a simple one, but not sure if the syntax is correct. Basically, I need to pick up the email from a text field and pass that email to the APEX MAIL. send procedure. Now when I enter the actual email in the APEX_MAIL.send e.g
    previous code....
    apex_mail.send(
    p_to => '[email protected]', -- change to your email address
    p_from => '[email protected]', -- change to a real senders email address
    p_body => l_body,
    p_body_html => l_body_html,
    p_subj => 'APEX_MAIL Package - HTML formatted message');
    END;
    works fine.
    But when I try something like
    apex_mail.send(
    p_to => :P1_EMAIL_ADD, -- change to your email address
    p_from => '[email protected]', -- change to a real senders email address
    p_body => l_body,
    p_body_html => l_body_html,
    p_subj => 'APEX_MAIL Package - HTML formatted message');
    END;
    I tried, V('P1_EMAIL_ADD') also in the ampex_mail.send call.
    Can you advice?
    Thanks,
    Sun

    >
    Please read the FAQ and forum sticky threads. Always include the following information with your initial question:
    <li>Full APEX version
    <li>Full DB/version/edition/host OS
    <li>Web server architecture (EPG, OHS or APEX listener/host OS)
    <li>Browser(s) and version(s) used
    <li>Theme
    <li>Template(s)
    <li>Region/item type(s)
    Always post code&mdash;any and all code, including HTML and CSS&mdash;in <tt>\...\</tt> tags.
    I thought this would be a simple one, but not sure if the syntax is correct. Basically, I need to pick up the email from a text field and pass that email to the APEX MAIL. send procedure. Now when I enter the actual email in the APEX_MAIL.send e.g
    previous code....
    apex_mail.send(
    p_to   => '[email protected]',   -- change to your email address
    p_from => '[email protected]', -- change to a real senders email address
    p_body      => l_body,
    p_body_html => l_body_html,
    p_subj      => 'APEX_MAIL Package - HTML formatted message');
    END;works fine.
    But when I try something like
    apex_mail.send(
    p_to   => :P1_EMAIL_ADD,   -- change to your email address
    p_from => '[email protected]', -- change to a real senders email address
    p_body      => l_body,
    p_body_html => l_body_html,
    p_subj      => 'APEX_MAIL Package - HTML formatted message');
    END;
    Where/when is this code run?
    Is there a valid email address in <tt>P1_EMAIL_ADD</tt> when it runs? (Check the value in the session state viewer.)
    What happens? Is there an error message? No mail sent?
    In the SQL Workshop, check the mail queue:
    select * from apex_mail_queueand the mail log:
    select * from apex_mail_logfor errors.

Maybe you are looking for

  • Parallel ledgers in ECC 6.0

    Dear Friends, We are in ECC 6.0 version and wants to configure Parallel ledger in ECC 6.0 for our client which comes under new GL accounting concept. Before configuring we need to give demo to our client including some sample entries in SAP. I know t

  • RFC_SYS_EXCEPTION

    Hi, I am trying to connect to an R/3 system from a VB6.0 program. When I called an RFC I got: "RfcCallReceive[1]: returns 3: RFC_SYS_EXCEPTION" I inspected from SM21 and got the message: "CALL_FUNCTION_SIGNON_REJECTED". does anybody have any idea abo

  • IPhoto - emailing photos server error!

    Hi everyone; just recently, my Mom's iPhoto stopped working properly when she tries to email photos directly from iPhoto. She uses Gmail and all worked until three days ago. We deleted the account in iPhoto and added it anew but she keeps getting err

  • Photoshop CS2 9.0.2 upgrade not taking

    Photoshop is trying ad infinitium to install this update into itself without success. Any ideas what the problem is? Ed

  • My iPhone will not synch, why would this be happening?

    My iPhone 4 will not synch, I get an error message that the synch did not start. Any ideas on what is going on?