Buttons behave differently

I have a page process doing some DML, which is supposed
to execute after submit and when button P_X is pressed.
When creating a button P_X in a region position the page process is NOT triggered
when creating the button P_X displayed among this region items, the
page process works fine.
I noted, that in the LOV for the buttons selection in the page process definition
the 2 buttons appear differently i.e. P_X and *P_X
Can someone close my gap of understanding what's going on ?
How can I use the other type of button ?
Thanks
Werner

Hey Werner,
Can you please recreate your problem on the free apex.oracle.com website so we can all see, the problem your talking about?
Thanks Colin.
Werner, check out these two links they might help you.
http://htmldb.oracle.com/pls/otn/f?p=24317:500:2718519206396003:fsp_sort_4::RP&fsp_region_id=810809618656793046
http://htmldb.oracle.com/pls/otn/f?p=31517:35:685827314201420

Similar Messages

  • Flash buttons behaving funny on IE 6 sp2

    Env. Details: IE6 SP2, CF 5, Flash MX.
    I have a pop up window with two flash "OK" and "Cancel"
    buttons which behave differently on different machines. They seem
    to behave ok on all other environments except SP2.
    The problem is that when I click on the buttons they do not
    respond at all, which means that the code on click of those buttons
    is not called at all !!
    I tried putting alert messages in the javascript method which
    is supposed to be called but they dont display as well.
    Any help is much appreciated !

    this article might be of interest to you
    http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=e239aafd
    the short version is microsoft has changed how active x
    objects are activated

  • The same code behaving different in two files.

    The same code behaving different in two files.
    in pro*c file it is returning rows
    in sql file it is not returning any rows.
    please suggest me.
    regards,
    prasad.

    please find the code.
    sql_stmt := 'SELECT rNum, dpcCode, sID, hDate, fBlock, '||
    'lBlock, recQty, fID, fName, ' ||
    'tSeqNo, sType, tDate, fStatCode, pDate, recCount, r ' ||
    'FROM (SELECT rownum rNum, DPC_CODE_ORIG dpcCode, ' ||
    'SENSOR_ID sID, ' ||
    'to_char(HEADER_DATE, ''YYYYMMDDHH24MISS'') hDate, ' ||
    'FIRST_BLOCK_NUMBER fBlock, ' ||
    'LAST_BLOCK_NUMBER lBlock, ' ||
    'RECORD_QUANTITY recQty, ' ||
    'FILE_ID fID, ' ||
    'substr(FILE_NAME,1,30) fName, ' ||
    'TRACE_SEQUENCE_NO tSeqNo, ' ||
    'SENSOR_TYPE sType, ' ||
    'to_char(TRAILER_DATE, ''YYYYMMDDHH24MISS'') tdate, ' ||
    'NVL(FILE_STATUS_CODE, ''NL'') fStatCode, ' ||
    'to_char(PROCESSED_DATE, ''YYYYMMDDHH24MISS'') pDate, '||
    'NVL(RECIRCULATE_COUNT,0) recCount, ' ||
    'ROW_NUMBER() ' ||
    'OVER(ORDER BY TRAILER_DATE DESC, LAST_BLOCK_NUMBER DESC) r ' ||
    'FROM logfc10t ' ||
    'WHERE DPC_CODE_ORIG = :IN_DPC_CODE ' ||
    'AND SENSOR_ID = :IN_SENSOR_ID ' ||
    'AND (((TRAILER_DATE <= TO_DATE(:IN_TRAILER_DATE, ''YYYYMMDDHH24MISS''))' ||
    ' AND (LAST_BLOCK_NUMBER < :IN_BLOCK_NUMBER)) ' ||
    ' OR (TRAILER_DATE < TO_DATE(:IN_TRAILER_DATE, ''YYYYMMDDHH24MISS'')))) ' ||
    'WHERE r = 1 ';

  • Pdf duplication in Preview for Mac behaving differently

    When duplicating a PDF in Preview for Mac, a new image window would open that I could click on to select, then rename and save elsewhere. Just recently, seems like in the last few days, Preview now behaves differently. Now when I select duplicate, a duplicate document is created in the same window but shows as a thumbnail in the sidebar. This is confusing as it appears that Preview is trying to create a duplicate of the document at the end of the original. I don't appear to have received any updates from Apple that would account for this sudden change in behaviour (shows Preview last modified 18th November). I don't appear to be able to change this in Preview's Preferences. Can I revert Preview to the previous behaviour? (I'm using latest version of Preview in Yosemite on a 24" iMac).

    I always find that Preview can garble certain graphic elements or even slightly alter the over-all color of the PDF. However, I also find it is a lot quicker to deal with PDFs, especially when it comes to printing. Sometimes I get a PDF that I send to print on our Canon copier and I end up canceling the print job after 10-15 minutes because it's still processing. I open that same PDF in Preview and it prints in less than a minute. The same can be said of InDesign so on certain jobs I end up exporting as a PDF and printing from Preview. This might say a lot about Adobe's Printing Engine... (sorry, off-topic)

  • Why Reports format behaves different in Excel and browser(if desformat=html or pdf)?

    1-Why Reports format behaves different in Excel and browser(if desformat=html or pdf)?
    2-I made three queries Q1,Q2 & Q3 and linked them with proper field links but suppose Q3 returns no records for some Q1&Q2 records & when the report runs for delimited options it reflects only those records as output for which all the queries return records(if Q3 returns no record then the related records from queries Q1,Q2 don't reflect) while the output in desformat=html or pdf is ok..
    can you please resolve my problems
    ( I have installed patch 5a in my report server machine)
    Thanks & Regds.
    Suneel
    null

    What do you mean by "different"? (In our
    experience, Oracle html output has too many
    columns, which are not visible in the
    browser but are obvious in Excel.)
    We build our own html programmatically, so
    that Excel matches the browser more closely.
    -- Allan Plumb

  • How to merge two search button from different criteria

    How to merge two search button from different criteria
    this image show the question
    http://s24.postimg.org/4algthuj9/1111.jpg
    two different criteria for the same view and I need to merge it in one button as when I click
    on the button search result give from two criteria parameters

    You can!t using af:query. the af:query component comes as is. If you can't do it through the properties, you probably can't do it at all.
    As in your other thread, the way to go is to program your own search form. This way you can use a layout and functionality you like.
    For this you create a form with input fields for the values you are searching for, put them on hte page in a way you like and in the end by hitting on a button (e.g. called Search) map all inputfields to parameters of a service method you defined in your application module or VO. This service method then executes a view criteria returning all matches in the default iterator (just as if you had used af:query.
    Timo 

  • Insert Stmt behaving differently within a PL/SQL block than independently

    I have an INSERT INTO statement that is behaving different within a PL/SQL block than it does if ran as an independent SQL query. When executed within a PL/SQL block the INSERT statement does insert rows, but only less than 50% of the rows returned by the SELECT statement used by the INSERT. There are no constraints and the only check on the destination table is a NOT NULL for supplier_id column.
    BEGIN
        INSERT INTO suppliers (supplier_id, supplier_name)
        SELECT account_no, name FROM customers WHERE city = 'Newark';
    END;Can anyone help me with this?
    Thanks

    Thought this sounded familiar:
    INSERT INTO statement that is behaving different within a PL/SQL block

  • PS1 String behaving differently - how to get only "/"?

    Hi there, let me first start with the 4 lines of code I use for my PS1 string (in bash)
    boBlack="\[\033[1;30m\]"
    boGreen="\[\033[1;32m\]"
    boCyanOnBlack="\[\033[1;36;40m\]"
    export PS1="$boCyanOnBlack"'${PWD%*/}'"$boBlack/$boGreen"
    Now what does this do?
    It will make a coloured string as part of my current working dir. (Prompt)
    Example:
    If i go to
    cd /home/shevegen
    then my prompt will look like:
    /home/shevegen/
    (I like the trailing / because I can copy/paste easier with it. )
    Now, the problem is when i am doing this:
    cd /
    then I am in /
    and while in konsole it works, in VTE this does not work.
    Does anyone know why this string behaves differently in
    VTE and Konsole? VTE for example does not show any
    / when you are in
    the / root dir
    PS: Anyone has a hint or knows why in VTE and in gnome-terminal this does
    not work?
    Last edited by shevegen (2007-03-19 12:10:39)

    Hi Dennis,
    thanks for your suggestion, unfortunately I already tried that and it didn't work. I have created several unique styles. Problem is, I need two diferent styles in *one paragraph* - one style for the "heading", which is consistent to the APA manual not an own paragraph (sorry, not my idea...), and another style for the following text. As my example above shows, the heading is followed by usual text and I may not press return after the heading and switch to a new paragraph..
    It has to look exactly like this:
    +heading in italics.+ Now heading is followed by usual text without changing the paragraph or starting a new line. Blurb blurb blurb whatsoever blurb blurb. The text goes on an on and an on you see.
    I can't format the heading differently than the text (because if I try, the whole paragraph is formatted this way) and so I can't add just the heading to the TOC. Do you see what my problem is? Got any other suggestion?

  • NavigateToURL behave differently in adove air

    Hi All,
    I have used navigateToURL in flash to navigate to a dirrerent URL and this works fine in the browser but when I used it with my adobe air application it behave differently. I have used "_SELF" as the target but in AIR, the new URL still open up as a new window. Is anyone has this same problem? How can i open the new URL in the same window? Please find below my flash code. Im using flash CS3 professional.
    var url:String = "http://localhost/Flash/login/welcome.php";
    var request:URLRequest = new URLRequest(url);
    try {               
           navigateToURL(request, '_SELF'); // second argument is target
    } catch (e:Error) {
      trace("Error occurred!");
    Thanks In advanced,
    best regards,
    Niroshan

    Hi All,
    found the answer. "_SELF" should be "_self" (simple letter).
    Thanks,
    best regards,
    niroshan

  • Multiple idocs in Single Job behaves differently (RBDAPP01)

    Hi,
    How to debug the background Job for Program RBDAPP01 which already posted the Idocs in 53 status from 64.
    I wanted to analyze why multiple idocs in same job behave differently than the single idoc in a job. In case of multiple idocs in a single job i put packet size 1, but no help.
    Thanks,
    Asit Purbey.

    I found the solution, so closing this Post.

  • Why does "Link Media" behave differently when used as a keyboard shortcut vs when right clicked???

    Not sure whether anyone else is encountering this, but the "Link Media" command behaves differently when right clicked as opposed to when used as a keyboard shortcut.
    When you right click to select that option for an offline file, you get only the corresponding disconnected source media. But when you execute "Link Media" via a keyboard shortcut, PP brings up a huge list of all other offline media. Why does it only do that when you use the keyboard shortcut for "Link Media" but not when you right click "Link Media".
    I'd like to get the Link Media command to behave via the keyboard shortcut the same way it behaves when right clicked. I don't want to have to deal with relinking a hundred other files, but just the single offline file I'm working on.

    Among the alternatives not mentioned... Using a TiVo DVR, rather than the X1; a Roamio Plus or Pro would solve both the concern over the quality of the DVR, as well as providing the MoCA bridge capability the poster so desperately wanted the X1 DVR to provide. (Although the TiVo's support only MoCA 1.1.) Just get a third-party MoCA adapter for the distant location. Why the hang-up on having a device provided by Comcast? This seems especially ironic given the opinions expressed regarding payments over time to Comcast. If a MoCA 2.0 bridge was the requirement, they don't exist outside providers. So couldn't the poster have simply requested a replacement XB3 from the local office and configured it down to only providing MoCA bridging -- and perhaps as a wireless access point? Comcast would bill him the monthly rate for the extra device, but such is the state of MoCA 2.0. Much of the OP sounds like frustration over devices providing capabilities the poster *thinks* they should have.

  • Upgrading pacman behaves differently on different systems

    This isn't a problem, since I haven't noticed any issues. I'm only curious to why two systems behave differently.
    System 1 (x86_64 locale sv_SE):
         Interrupts upgrade of system to specifically upgrade pacman first.
    System 2 (x86 locale ru_RU):
         Doesn't interrupt, instead it upgrades pacman along with other packages.
    Is there a logic answer to why? I'm only asking, since I don't know whether such differences could create problem for some users.

    Look into your /etc/pacman.conf for the SyncFirst variable. It defaults to having pacman there, and it is the list of which packages to upgrade first like on your first system. See man pacman.conf for more details.
    Last edited by jac (2011-01-03 20:25:59)

  • Fonts behave different in Photoshop in comparison with Illustrator

    I have a problem: it seems that some fonts behave different in Photoshop CS than in Illustrator CS on my Windows XP. Where Illustrator opens a vector (Ill) EPS file correct Photoshop shows me wrong characters sometimes: for example: an é becomes a wrong character: Capital O with a stroke through it. Frutiger was used.
    My question is: where does Photoshop behave different reading fonts in comparison with Illustrator?

    Perhaps you forgot to embed the font?
    Here comes an example, using characters  with accents.
    The font is GillSans-Schoolbook. The font or subset is embedded.
    The file extension TXT should be replaced by EPS after downloading.
    The EPS doesn't contain a preview image.
    The file is correctly handled by
    Photoshop CS2 (opened)
    InDesign CS2 (placed)
    Illustrator CS2 (opened)
    PSAlter (PostScript interpreter by Quite)
    All characters with accents are missing in
    Word 2007 (insert graphic)
    http://www.fho-emden.de/~hoffmann/buffel-7-sRGB-Dokument.txt
    Best regards --Gernot Hoffmann

  • VIM behaves differently after visual selection. (if locale="eo.UTF-8")

    This seems to be a bug in my VIM editor, because never had this problem before.
    But I want to be sure first, by asking here if someone else can reproduce this problem.
    The steps to reproduce are...
    Set your system locale to Esperanto language. Mine → “eo.UTF-8”
    Edit any text file from the CMD, like “$ vim file.txt”.
    Start Visual-line selection mode.
    ...and then, in less than 1 second the selection should be lost, the selected block should “deselect”.
    Once this happens, VIM starts behaving differently. Needing to press ESC more than one time to enter command-mode, becoming unpredictably unresponsive many times while I am editing and entering insert mode, and forgetting the undo history... so I do a “:u” command and the file changes back to its first version, ignoring all the changes history in between.
    The only solution in this case, is closing the file and opening again.
    But once I try to visual-select for first time, it happens again.
    Thanks in advance for your time.
    Last edited by Alexmar (2011-03-22 18:41:36)

    bernarcher wrote:Mostly confirmed (using LANG=eo.utf8 in an urxvt terminal).
    First visual line selection is deselected almost immediately. But visual selections of any kind do work afterwards.
    Necessity of multiple ESCs is confirmed.
    Thanks a lot for your time, so it seems there is definitely a bug here.
    bernarcher wrote:The history seems to remain intact, however. (But I did not try hard.)
    Correct VIM’s behavior, by doing this:
    Enter insert mode.
    Insert random text.
    Exit insert mode.
    ↑ Repeat some times.
    Perform some Undo actions.
    Should be, one insertion Undo per :u.
    But if I do this after triggering this bug, one undo would ignore all changes made since the “buggy mode” was triggered.

  • Code behaves differently when run in debugger

    var he:Array = handControl.getHumanInfo(ha, handNumber);
    while (he.length != 0)
    humanInfo.push(he.shift());
    This snippet is part of a large flash project I am working
    on. The program works fine by itself, but when I try to step
    through it in the debugger, it sometimes crashes, depending on
    where I put a breakpoint. If I put the breakpoint on the first line
    of code above, I can step into the function getHumanInfo(), trace
    it, and step back out, and everything is fine. But if I only put a
    breakpoint somewhere inside the getHumanInfo() function, all of a
    sudden when I step out of that function, the variable 'he' is
    undefined, and so the while loop never ends.
    This makes no sense to me. The code is either good or bad, it
    shouldn't behave differently based on where I put the breakpoint.
    The getHumanInfo() function always creates a new array and
    passes it back, so there is no reason 'he' should be undefined.
    This has happened many times when I've tried to use the flash
    CS3 debugger -- is there a known issue that this sounds like? I'm
    so fed up I'm ready to stop using the debugger altogether.

    I ran the program without the debugger and put some trace()
    statements in, just to make sure. Everything works fine without the
    debugger. So it seems to me it has to be a debugger issue. Has
    anyone heard of a similar issue?

Maybe you are looking for

  • Itunes wont sync songs to ipod - didnt have this problem when i had xp

    this is the message i get - Attempting to copy to the disk 'RYAN'S IPOD' failed. You do not have enough access privileges for this operation iTunes could not save to your Music Folder because you do not have write access. Check the permissions on you

  • HT201303 How do i change my credit card details from USA to Australia?

    I have an American account and want to purchase some music, i have moved to Oz and don't use my old credit card anymore. When i try to change my address in the billing section it is only for US customers and doesn't let me put my new Aust info in the

  • Report Layout Problems

    Hi I've got a report that I can never get it to print properly in A4. The report is an A4 letter. The last line of text cannot be printed at the bottom of the page. As long as I move it down a little bit at design time, when run it the line of text j

  • Storage Bin in MM-set as mandatory field

    Hi experts, pls help me on how to set the storage bin field as Mandatory in MM creation. MARD-LGPBE is this possible to set by plant level or material type? need your expertise. thanks, Maia

  • CIN: no range - urgent

    Hi, I am getting following error for no ranges with different registers. I ve maintained the no ranges in SNRO w.r.t my excise group. still the same error occers,, plz revert imm "Maintain number range object for object J_1IINTNUM, year 2007, excise