IR + jQuery + Waiting Effect - not showing from region's parameter

Hello All:
I have two problems 1) implementing a tip of Martin Giffy D'Souza does not work, funcionality work with IR + jQuery and showing an waiting effect prevent to users re-run the IR. I add one region's parameter to pass variables to IR.
Waiting effect is showing when you touch button GO (IR region), but not working when touch button SUBMIT (parameter region).
2) on the other side when I run (SUBMIT or RESET) the application in my workspace in OTN gives me the error (http://apex.oracle.com/pls/otn/wwv_flow.accept) in my environment (pc) is working fine.
http://apex.oracle.com/pls/otn/f?p=12819:1
Developer: http://apex.oracle.com/pls/otn/f?p=4550:1
Application = 12819
workspace: RPUTELLI
user:TESTER
pass: tester
Thanks
Rolando

Hi Rolando,
Are you referring to this post: http://apex-smb.blogspot.com/2009/04/apex-interactive-reports-customize-wait_28.html ?
So you'd like the same functionality to work when you click on the "Submit" button?
Martin
[http://apex-smb.blogspot.com/]

Similar Messages

  • I upgrade succesfully my laptop OS from mountain lion to maverick. i have my canon IR 2530 driver installed. after i reset my printer, the driver is not showing from Printer Software. could you guys help me to solve these problem?

    I upgrade succesfully my laptop OS from mountain lion to maverick. i have my canon IR2530 driver installed. after I reset my printer and add again(Canon IR2530), the driver is not showing from Printer Software. could you guys help me to solve these problem?

    Maybe this thread will help:
    https://discussions.apple.com/message/23873672#23873672

  • Part# aaa, plant HHH not CIF from regional apo to global APO

    Part# aaa, plant HHH not CIF from regional apo to global APO
    How too checkk..........

    Hi Prem,
    What is the business scenario for the implementation. What are the modules planned for implementation.
    The way customer is handled in APO can be different from that in ERP or R/3. I am assuming customer is required for Sales Order and also for Demand Management.
    In such a case - APO Demand Planning module will be relevant for Demand Management function. However the architecture and design of DP is completely different from R/3 Demand Management.
    The Master Data in APO DP is a Characteristic-Value-Combination (commonly called CVC) which is an unique planning combination. The Customer can be a Characteristic of the Planning Combination along with Product/Material and other characteristics in Product dimension like Major Category, Product Division and also Customer dimension like Sales Office, Region etc.
    Now for this you DO NOT need customer master dat to be transferred from R/3 to APO. This is because to generate CVCs you just need the "value" of customer characteristic like say Walmart, Best Buy etc. and not the actual Master Data (XD03 in R/3).
    Likewise your Sales History in APO is typically stored in Infocubes (APO-BW) having a similar Planning Combination or CVC as below
    ProductA-Walmart-Major Category1-Division1-Sales Office NE-North Region-100-EA-10012007.
    Such a record in the Infocube defines a Customer Order (Sales Order) of 100 quantity with requirement date 10 Jan 2007.
    For this you do not need with the Material Master or the Customer Master created in APO.
    However if you plan to use Supply Network Planning in APO then you would need the relevant Master Data like Location-Products. But in SNP you may not be interested at the customer level information but at the Distribution Centers - which anyway will be Plants in R/3 with Node type DC which transferred to APO creates location of type 1002 - DC.
    Hope this helps. If it has not then feel free to post your queries with more details.
    Thanks,
    Somnath

  • Lighting effects not showing up in CS5

    This plug-in is not showing up on both CS5 and CS 5.1 running on a MAC OSX 10.6.7 Italian system. I have tried both from the Italian versions of PS and even from one new version in English of PS5.1 and it isn't to be found under the menu "rendering" or enywhere else. I see that it is in the plug.in folder and the folder of lighting effects is there as well, but it just doesn't show up. Any ideas about this bug? I've tried it on 3 different computers!

    As far as i know, the lighting effects filter only works in the 32 bit version of
    photoshop cs5/5.1 on a mac system.
    http://help.adobe.com/en_US/photoshop/cs/using/WSfd1234e1c4b69f30ea53e41001031ab64-7959a.h tml
    There is also a photoshop macintosh forum (you posted in the photoshop elements forum)
    http://forums.adobe.com/community/photoshop/photoshop_macintosh
    Added: If you have the extended version of cs5, you might experiment using 3d lights
               for lighting effects, which works in the 64 bit version of cs5. Turn your layer into a
               3d postcard and use the 3d lights for various lighting effects.
    MTSTUNER
    Message was edited by: MTSTUNER

  • Direct Path Read waits are not showing in Elapsed time

    Hi,
    I'm having a question regarding interpretation of a SQL trace file. I'm on Oracle 11.2.0.1 HP/UX 64 bit.
    Following is only the overall result of the trace (it is quite big).
    My question is about the Direct Path Read waits which are totallizing 268s of wait but are not showing in the fetch elapsed time (49.58s) and are not showing anywhere in the trace except in the overall result.
    I do not understand why it is not part of the Elapsed time...
    For info, the trace is for the specific session that was performing all the required queries to display an online report. The database is accessed by the Java application using Hybernate.
    The trace was obtained by the following SQL:
    exec sys.dbms_monitor.serv_mod_act_trace_enable(service_name=>'SYS$USERS',waits=>true,binds=>true);Then I query the sessions to find the one created by the application.
    OVERALL TOTALS FOR ALL NON-RECURSIVE STATEMENTS
    call     count       cpu    elapsed       disk      query    current        rows
    Parse       36      0.43       0.51          0          5          0           0
    Execute     62      0.01       0.01          0          0          0           0
    Fetch      579      4.01      49.06       3027     153553          0        5516
    total      677      4.45      49.58       3027     153558          0        5516
    Misses in library cache during parse: 29
    Misses in library cache during execute: 2
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      SQL*Net message to client                   32754        0.00          0.03
      SQL*Net message from client                 32753        2.33        232.01
      Disk file operations I/O                      179        0.00          0.02
      db file sequential read                      2979        0.54         45.72
      SQL*Net more data to client                133563        0.04          5.30
      direct path read                            34840        0.94        268.21
      SQL*Net more data from client                1075        0.00          0.02
      db file scattered read                          6        0.03          0.11
      asynch descriptor resize                       52        0.00          0.00
    OVERALL TOTALS FOR ALL RECURSIVE STATEMENTS
    call     count       cpu    elapsed       disk      query    current        rows
    Parse       25      0.00       0.02          0          0          0           0
    Execute     58      0.05       0.04          0          0          0           0
    Fetch      126      0.00       0.04          4        161          0         123
    total      209      0.05       0.11          4        161          0         123
    Misses in library cache during parse: 3
    Misses in library cache during execute: 3
    Elapsed times include waiting on following events:
      Event waited on                             Times   Max. Wait  Total Waited
      ----------------------------------------   Waited  ----------  ------------
      Disk file operations I/O                        1        0.00          0.00
      db file sequential read                         4        0.01          0.03
      asynch descriptor resize                        1        0.00          0.00
       37  user  SQL statements in session.
       57  internal SQL statements in session.
       94  SQL statements in session.
    Trace file: oxd1ta00_ora_16542.trc
    Trace file compatibility: 11.1.0.7
    Sort options: default
           1  session in tracefile.
          37  user  SQL statements in trace file.
          57  internal SQL statements in trace file.
          94  SQL statements in trace file.
          57  unique SQL statements in trace file.
      241517  lines in trace file.
         568  elapsed seconds in trace file.Thanks
    Christophe

    Christophe Lize wrote:
    Closing this thread even if it's not answered...Sorry, I don't have time to test this myself now, but you shouldn't mark this thread as answered if it is not, because other people might find it and think they find an answer if they have a similar question.
    I suggest you try the following to narrow down things:
    1. Open the RAW trace file and check the cursor numbers of the "direct path reads" - check if you can find any references for those cursor numbers manually. The cursor numbers are those numbers behind the WAIT #<xx>, and you can check if you find any other entry unequal to WAIT #<xx> with the same #<xx>, for example EXEC #<xx> or FETCH #<xx>
    A short primer on how to interpret the raw trace file can also be found in MOS document 39817.1
    2. Run the RAW trace file through alternative free trace file analyzers like SQLDeveloper (yes it can process raw trace files), OraSRP or Christian Antognini's TVD$XTAT. If you have My Oracle Support access you can also try Oracle's own extended Trace Analyzer (TRCA / TRCANLZR). See MOS Note 224270.1
    Check if these tools tell you more about your specific wait event and oddities with the trace file in general.
    Regards,
    Randolf
    Oracle related stuff blog:
    http://oracle-randolf.blogspot.com/
    Co-author of the "OakTable Expert Oracle Practices" book:
    http://www.apress.com/book/view/1430226684
    http://www.amazon.com/Expert-Oracle-Practices-Database-Administration/dp/1430226684

  • Dynamic List not showing from RTL alignment

    Hi friends,
    I have a dynamic hierarichal list, showing the employee and sub-ordinates.
    I have to show this alignment from RTL and not from LTR and hence for that in the inline CSS section of the page I mentioned like
    body{direction:rtl}But the list aint moving, since the remaining things appearing in RTL other than the list, Is im missing anything in the list alignment in order to show from RTL
    I have created a ex in apex.oracle.com
    In application 49240, page 1
    Kindly help me with this problem friends.
    Thanks in advance.
    Brgds,
    Mini

    Hello Mini,
    What you are asking is not trivial at all, and using the CSS direction attribute will not help, per se.
    As you are using a built-in region type, there is a lot of page orientation HTML code that is hard-coded, including JavaScript function parameters, which set to Left (e.g. dhtml_MenuOpen). Another problem is the hard-coded use of the arrow images (e.g. menu_open_right2.gif). These images are not influenced by the CSS direction attribute, and need to be replaced with images in a reverse direction.
    To make a long story short – what you are asking can't be done out-of-the-box, or by minor changes to CSS files.
    Regards,
    Arie.
    &diams; Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.
    &diams; Author of Oracle Application Express 3.2 – The Essentials and More

  • Effects not showing up in LiveType

    Hello - I am trying to apply an effect in LiveType, and while it looks like it's going into the timeline, there is nothing there. It looks as though the effect has been applied to the timeline, as it says the name of the effect, but the effect does not show up... thank you.

    Hey Nick - thanks for offering to help! Turns out all I did was close out of LIveType, then open it back up again, then the Effects seemed to work, though don't how, as I did not do anything different before I closed it out... hmmm... ok then, thank you again!

  • Effects not showing up in ichat

    Hi all
    I am not able to get my video effects to show up in ichat. I am able to use them in photobooth and imovie.
    josh

    iChat uses Core Image
    http://docs.info.apple.com/article.html?artnum=301347
    4:16 PM Sunday; December 9, 2007

  • Plugin Effects not showing up in FCPX

    Hi,
    I recently bought a new computer.  I installed FCPX and copied my plugin effects to the movie folder (motion templates, etc.) the same way I had them working in my old computer, but the effects are not showing up in FCPX when I launch the Application.  I read somewhere that it might be a permission issue so I ran disk utility but it didn't make a difference.  Any ideas?
    Thanks,
    Marc

    I know this is an old thread but I had the same issue. Found this on Apple's Motion help document. This was very helpful:
    .moef is the Final Cut Effect template extension.
    .motn is the Final Cut Generator template extension.
    .moti is the Final Cut Title template extension.
    .motr is the Final Cut Transition template extension.
    Just be sure your templates are in the right folder. I had downloaded a template that I thought was a title but ended in .motn, which meant it was supposed to be in the /Movies/Motion Templates/Generators/ folder. Good luck!

  • Effects not showing in timeline

    Hi
    When i'm color correcting a clip, it's seen in the user. But when Im putting into the timeline the effect is not showing. if I now right click at an view it in the viewer the effects is no longer shown. All though you can see the settings it won't show if you change them.
    My RT settings is not set to show baselayer only.
    It would be great if someone can help me out!

    It would be helpful if you would describe the sequence of actions you are taking.
    Are you applying one of the color correction filters to a clip already edited into the sequence / timeline? Etc.

  • MiniDV Video in Affert Effects not showing correct ratio.

    I'd like to know how to edit minidv video in its aspect ratio in After Effects. Video is 720 by 480 and 16 by 9 (non-square pixels). When I import the video, it's stretched too tall (set to square pixels I believe). No mater how many times I change the composition ration to widescreen, it still does not show correctly.
    I seem to do fine in Premiere. It automatically sets the aspect ratio for minidv video. But I can't get After Effects to do it. I don't want to spend time creating something only for it to be squished in Premiere later.
    So how to do create a composition that's 16 x 9 using non-square pixels 720 by 480 that can be edited into miniDV video in adobe premiere?

    If you properly interpret your footage as widescreen (AE may guess incorrectly here) and put it in any square pixel comp it will not look distorted but it may or may not fill the frame. It will only fill the frame if the frame size is the square pixel equivalent size of your widescreen footage. This applies to all non square pixel aspect ratio footage.
    If you interpret your footage as widescreen and put it in the same format (NTSC, PAL HDV) widescreen comp it will also fill the frame. There may be some black pixels on the left and right side because almost all cameras don't put live pixels in every column or even every row of the frame, but the footage will fill the frame. The caveat is that this footage will look distorted unless you activate pixel aspect correction preview in the Comp window because computer displays are always square pixels. You have to fool the display by selecting this option.
    When you render your widescreen comp, if you're using any of the standard DV codecs or a codec like Quicktime Animation or JPG, there is no place in this codec for an aspect ratio tag that will tell apps like Premiere or FCP or Avid that this footage is supposed to be widescreen. Once you import the footage to another app you'll have to check and make sure that the footage is interpreted as widescreen there too.
    I hope this helps. What ever you do, do not use the Fit to Frame option to force footage into a comp frame. If you insist on using Fit to Frame then check the X and Y scale values after you do and make sure they are identical. If they are not, you've distorted your footage at that point and it will be difficult or impossible to fix it later.

  • Filters, styles, effects not showing in pse12

    I have a pse12 in win 8 pc. When I open editor, the filters, styles, effects are not showing up. Pls help. Thanks.

    Hi, you are posting in the wrong forum, and will do better asking in the Elements forum
    http://forums.adobe.com/community/photoshop_elements
    To be clear, are you saying you can see the menue bar, and that you are not seeing what you'd expect to see under Filters?
    Or can you not see the menu bar and/or the toolbar and other panels?  In Photoshop you can toggle through three different screen modes with the f key, and turn panels off and on with the Tab key. 
    If that didn't help go ask in the Elements forum, but give a lot more information.

  • Requirememnt not show from MRP

    hi,
    SAP PP GURU,
    We are using discrete manufacturing with MTO scenario and using the MRP run from MD50 and for Raw material we use MD01 with user exit EX1 & user exit parameter D01,PK1 for a specific material material.
    Now problem is the requirement of material not show please tell me where i saw the requirement (what the t-code for seeing the requirement in PP)
    Thanks,
    Anurudh singh rathore

    Hi Anurudh
    Use the T code : MD04, enter the Material & Plant, ( This is the Stock requirements List)
    Here in this, you can find all the receipts & requirements of the materail dynamically.
    Hope this will help
    Regards, BRS.REDDY

  • Mac OS X Mail is not showing "From" in header next to Subject

    Just received new macbook pro with snow leopard and Mac's Mail program is not showing who email is from. In Leopard it was first before the subject. Tried several things but still no luck.

    Hi
    Launch Mail. Click on the View Menu. Click on the Columns selection.
    Tony

  • Colour Effects not showing up under effects panel anymore?

    Hi,
    After trashing my preferences due to an export issue, and then updating the app, the colour effects bar is not showing up under the Video Effects window like it did using the default layout. Using command-6 still pulls up the colour board but I cannot create masks or access it like I used to. The window now looks like this:
    I know it's probably a simple fix but I can't figure it out.. Is there a way to restore factory settings?
    Thanks for any help you can give me!
    Joe

    I knew it was something stupidly simple.. Thank you so much!!!
    Joe

Maybe you are looking for

  • How to add a field and table control to BP transaction.

    Hi, I have a requirement to add a field and table control to the 'Control data' tab of the Transaction BP. Can some on please help me if having a solution and with any relavant documents. Thanks in advance. Raj & Khader.

  • Text printing in SapScript

    Hi Abapers, I am chaniging an existing SapScript that was not working properly. Client wants to print "Item Text" in output which is of 3 to 4 page. where as there is only one line item in PO. Also there is "Header Text"  of 1 page. Client wants to d

  • Network controller​, pci device, wifi drivers not working

    my device model is dv6-6121tx i am not able to install network controller and PCI device drivers... also my wifi is not working.. no wireless adapter in device manager.. please help... This question was solved. View Solution.

  • "java.lang.ClassNotFoundException" when creating a CFC instance inside a webservice

    This question is also up on stack overflow: http://stackoverflow.com/questions/10089962/coldfusion-web-service-failing-to-see-componen t I've got a CFC that I'm going to access with ?wsdl as a SOAP webservice. If I call the CFC directly in a browser,

  • Limit report from being exported to excel

    We have a report that we do not want to be able to be exported to excel. Is there a way, just on one report to limit the types it is exported toDBA