PageItem button to set request in 4.0

Hello,
I've created a page item button and set Button Request to CARD and Button Request Source Type is set to Static Assignment
But when run the page, the request is not set.
Please help me.
Thanks

Thanks Sukarna,
Region button is OK.
But page item button not work.

Similar Messages

  • Submit button not setting request in translated application

    I have an application (id 103) with a primary language of en-gb, and application language derived from browser. This works OK (validations, page branches, etc).
    I then created a language mapping to app id 103001 (fr), seeded the translatable text, exported the xliff file, translated some of the strings (using Transolution - http://transolution.python-hosting.com/), uploaded the xliff, applied it and published the application.
    With the browser language set to en-gb, the application still works. When running with the browser set to fr, the correct translations appear, but the submit button does not work - the page refreshes but the fields are not validated. Switching on debug shows the request as SUBMIT when running in english, but it has no value when running in french.
    Any ideas? Using HTML DB version 2.0.0.00.49 on 10g R2 on linux.

    James,
    Thanks for your patience.
    It's a software defect. I verified this in the Application Express code. It only affects the following combination:
    1) Running a translated application
    2) You have an item button on the page
    3) You specify the item button in the declarative When Button Pressed select list condition on the validation.
    The evaluation of the condition is not properly accounting for the translated IDs in use. There are a number of workarounds:
    1) Use a normal button and not an item button
    2) Use a different method to specify the condition, either one of the declarative conditions or a PL/SQL expression (e.g., :REQUEST = ...)
    I hope you don't mind, but I changed the condition for the validation in your application. I removed it from When Button Pressed and changed it to Request = Expression1. After republishing your application, it works fine now.
    Thanks again for your persistence and helpfulness on this issue. I will log this as a bug and we will get this resolved.
    Joel

  • HT5012 I am having difficulty XMIT/REC text messages to family members using Android phones?  I have a 3GB data plan and all switches and buttons are set properly.  Any suggestions?

    I am having difficulty XMIT/REC text messages to family members using Android phones?  I have a 3GB data plan and all switches and buttons are set properly.  Any suggestions?

        Hello APVzW, we absolutely want the best path to resolution. My apologies for multiple attempts of replacing the device. We'd like to verify the order information and see if we can locate the tracking number. Please send a direct message with the order number so we can dive deeper. Here's steps to send a direct message: http://vz.to/1b8XnPy We look forward to hearing from you soon.
    WiltonA_VZW
    VZW Support
    Follow us on twitter @VZWSupport

  • Is there a script to create a button to set an activated frame to document size + bleed?

    Please see my question above. Thanks in advance!

    Here is a script that creates a script that creates a button that sets an activated frame to document size + bleed.
    Why do you need a script to create a button that sets an activated frame to document size + bleed? You might as well have a script that sets an activated frame to document size + bleed, because you already need to double-click the script that sets an activated frame to document size + bleed and so there is no need to show another button that you can click to set an activated frame to document size + bleed in that.
    theScript = 'var w = new Window("dialog", "Reframe");\n'+
    'w.b = w.add("button", undefined, "Click me!");\n'+
    'w.b.onClick = function(){ w.close(3); };\n'+
    'if (w.show() == 3)\n'+
    '{\n'+
    'dp = app.activeDocument.documentPreferences;\n'+
    'app.selection[0].geometricBounds = [\n'+
    'app.layoutWindows[0].activePage.bounds[0]-dp.documentBleedTopOffset,\n'+
    'app.layoutWindows[0].activePage.bounds[1]-dp.documentBleedBottomOffset,\n'+
    'app.layoutWindows[0].activePage.bounds[2]+dp.documentBleedInsideOrLeftOffset,\n'+
    'app.layoutWindows[0].activePage.bounds[3]+dp.documentBleedOutsideOrRightOffset];\n'+
    writeFile = new File (app.activeScript.parent+'/new script.jsx');
    writeFile = writeFile.saveDlg( 'Save script', File.fs == "Windows" ? "Script:*.jsx,All files:*.*" : function(file) { return file instanceof Folder || (!(file.hidden) && file.name.match(/\.jsx$/i)); } );
    if (writeFile != null && writeFile.open("w"))
      writeFile.encoding = "utf8";
      writeFile.write (theScript);
      writeFile.close();

  • How to set request number of info package using start routine

    Hi All,
    I have a specific requirement in which I need to upload only selective request nos from PSA to DSO.
    Any one can suggest how to set request number of info package using start routine or any other mode so that only selective request should proceed using DTP?
    Thanks
    Sangita

    You'll probably want to do this in a start routine.  It is probably not advisable to hard-code the technical name of the InfoPak.  They seem to remain the same upon transport, unlike DTP technical names which are locally generated.
    I would do a SQL select like this in a start routine, and then filter based on the results of the SQL.  You'll probably want to sort the results by date and time, both descending.  Or do a MAX in the SQL.
    Please let me know if this isn't clear.
    select q~rnr q~logdpid q~tdatum q~tuzeit
    from rsreqdone as q
      inner join rsldpio as p
        on p~logdpid = q~logdpid
    where p~objvers = 'A'
    and p~logdpid like 'ZPAK%'
    and p~source = 'your data source'

  • Unable to set requested sample format on soundcard

    Hello friends.
    I'm having a nightmarish relationship with my usb soundcard on various linux distributions from the day i started to use linux. After getting pops, clicks, soundcard not starting until i unplug it and plug it in again, system starting internal soundcards instead of the usb one (even when i set it as the main one) etc. I am now faced with a new challange it seems.
    When i try to play csound file, it gives me an error saying that:
    unable to set requested sample format on soundcard
    When i try to play the speaker-test -c 2, it says:
    sample format not avaivable for playback
    This all happend after i created a .asoundrc file, which (it seems) fixes the issue of the system randomly picking which card it likes to boot, but now i'm unable to play anything.
    Does anyone have any hints?
    Last edited by NotaName (2014-09-16 17:50:57)

    emeres wrote:
    NotaName wrote:
    [...] my .asoundrc is the same as the one in arch linux wiki on alsa, i just replaced the word audio with USB, since that is what cat gave me. I'm also using the alsa-base settings, but it doesn't seem to work everytime.
    As for the applications, it doesn't matter if I use 44100, 48000, or any other sample rate, it gives the same output.
     That does not make any sense: ~/.asoundrc holds alsa configuration, /etc/modprobe.d/50-alsa.conf or similar holds modprobe configuration. There is no need for ~/.asoundrc, as of this point. Is the usb sound cardconstantly plugged in? The sample rate matters for quality.
    Edit: Please post your ~/.asoundrc and modprobe configuration files, maybe I misunderstood it.
    First my settings.
    1) .asoundrc file:
    pcm.!default{
    type hw
    card USB
    ctl.!default{
    type hw
    card USB
    2) alsa-base.conf file:
    options snd-usb-audio index=-1
    3) output of :
    $ cat /proc/asound/card*/id
    NVidia
    USB
    4) output of:
    aplay -l
    card 0: NVidia [HDA NVidia], device 3: HDMI 0 [HDMI 0]
    Subdevices: 1/1
    Subdevices #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 7: HDMI 1 [HDMI 1]
    Subdevices: 1/1
    Subdevices #0: subdevice #0
    card 0: NVidia [HDA NVidia], device 8: HDMI 2 [HDMI 2]
    Subdevices: 1/1
    Subdevices #0: subdevice #0
    card 1: USB [Scarlett 2i2 USB], device 0: USB Audio [USB Audio]
    Subdevices: 1/1
    Subdevices #0: subdevice #0
    5) out put of:
    lspci -nn | grep -i audio
    01:00.1 Audio device [0403]: NVIDIA Corporation GK107 HDMI Audio Controller [10de:0e1b] (rev a1)
    I have a Scarllet 2i2 usb audio card and have disabled the motherboard audio card in the bios, however i have no idea what this NIVIDIA GK107 is.
    My usb card doesn't start when i boot the computer, so i have to manually unplug the usb connection and plug it back in again. This has been the case on almost all linux distributions i tried, i think only in fedora it booted with the computer once or twice. However after initial boot if i only restart the computer, i don't have to unplug and plug the sound card again, it's only when i turn off the computer and turn it on again.
    My usb card loaded up fine with the alsa-base conf for dozen of times, but all of a sudden it refuses to load as the default card and in alsamixer i get that NVIDIA thing as my default card, which i can't change. Because of that, i created a  .asoundrc file, which makes the system load my usb card as the primary device, however, then i cannot play or do anything with audio, as the system is unable to control it. When i was talking about output, i meant the error outputs, not the sound, as there is no sound output (i understand what sample rate does, it just doesn't matter if i set it to 44100, 48000, or 96000, the errors still say, that the programs cannot set the sample rate).
    As for /etc/modprobe.d/50-alsa.conf - i have no such file in my system. And i cannot set it as you proposed, since "lspci -nn | grep -i audio" only shows the output of that NVidia thing.
    P.S. sorry for the late response rate, as i just got back from a 24 hour shift and thank you for your answers.
    Last edited by NotaName (2014-09-18 10:11:43)

  • TS1398 My Wi-fi on/off button in setting has stopped working and I can't even attempt to find anything does anyone know how I can fix it?? I've already reset the phone setting, network and factory settings

    My Wi-fi on/off button in setting has stopped working and I can't even attempt to find anything does anyone know how I can fix it?? I've already reset the phone setting, network and factory settings

    can you see the wi-fi address in the about? if it show N/A, your iphone needs to be repaired.
    if your ios is 5.1.1 or you can see the wi-fi address,you could try to  connect your iphone to the itunes to restore and update.

  • ITunes 11.1.4 (62) can't find the info button to set up sync for contacts, calendars, etc.

    I'm running iTunes 11.1.4 (62) and can't find the info button to set up sync for contacts, calendars, etc.

    That option has been removed with Mavericks. Syncing for calendars and contacts etc can only be done through iCloud:
    https://www.apple.com/au/support/icloud/contacts/

  • Fatal error when trying to backup SharePoint server (Failed to set request to pause search application)

    I have powershell script that is used to backup SharePoint server. It was working correctly until last week. I found this error message indicate that search application cannot be paused. I don't know what happen and what should I do to solve this issue.
    Please help me find solution for this.
    [20/1/2557 18:53:53] FatalError: Object Search Service Application failed in event OnBackup. For more information, see the spbackup.log or sprestore.log file located in the backup directory.
    InvalidOperationException: Failed to set request to pause search application

    Hi,
    According to your post, my understanding is that you got an error when you backup your SharePoint Server.
    You can do the steps below, then check whether it works.
    Look for any One-time timer job  for Backup/Restore and delete it (From Central Administration > Monitoring > Review Job Definitions)
    Clear the timer cache following the below link:
    http://blogs.msdn.com/b/jamesway/archive/2011/05/23/sharepoint-2010-clearing-the-configuration-cache.aspx
    Run the below command from the SharePoint Management Shell:
    $ssa = Get-SPEnterpriseSearchServiceApplication –Identity <SearchServiceApplicationName>
    Suspend-SPEnterpriseSearchServiceApplication -Identity $ssa
    Once the above steps are completed successfully start the full farm backup from the Central Administration > Backup and Restore > Farm Backup
    Once backup is completed run the below command to resume the SSA
    $ssa = Get-SPEnterpriseSearchServiceApplication –Identity <SearchServiceApplicationName>
    Resume-SPEnterpriseSearchServiceApplication -Identity $ssa
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • Title button not set but have no title button

    I have the error "title button not set" when checking the project, but I do not have a title button, I do have titles however, so I'm asssuming (perhaps wrongly) that it's okay to set the "title button" to 'stop'.
    Is that right?

    There are various buttons on the users remote control (for the DVD player).  You can make choices about what these will do.  If you pick "stop," when the user presses the "title" menu on their remote, the DVD will stop.  That is probably not what you want.
    Here's more about these issues from CS4 help:
    http://help.adobe.com/en_US/EncoreDVD/4.0/WSbaf9cd7d26a2eabfe807401038582db29-7f7ca.html

  • Setting request parameters ?

    Hi there
    I tried the following:
    request.setAttribute("myVar", "myValue");
    pageContext.forward("/main");
    When it loads the main page, my variables are not being set.
    I have tried the <jsp:forward> page directive and this works for a simple test example I've used, but not when I try it in my application main page ( which consists of 3 frames). The 3 frames are all JSP pages, so does the time they get loaded affect the request and <jsp:forward> attributes being sent ?
    Or can I not just set request parameters?
    I'm stumped !
    Aaron

    No, thats not the case. getParameter and getAttribute return from different internal collections.
    An HttpServletRequest object will have two different HashMap objects (at least, they're probably HashMaps).
    One stores the parameters that were passed by the client's request (That's why they're always Strings - the client passes text using the HTTP GET and POST protocols). getParameter returns Strings from here.
    The other HashMap maintains objects that you add on the server side to pass between your servlets. You may want to add any type of object, so that's why these aren't required to be Strings.
    Think of neville's example (which allows you to use getParameter on the next page) as creating a new request that works as if the client had appended the extra parameters to the query string. You can't add non-String Objects using that method.
    If you try your simple example again using getAttribute, you'll probably find that it works.

  • Copy button on Submit request form

    Hi All
    Can we configure Copy button on Submit Request form to view names as per our requirement.
    If yes, How.
    Please share any doc id.
    Thank You for your help!
    -C

    by mistake, got marked as answered.

  • I pressed the wrong button when setting up my new iphone - i clicked set it up as a new iphone not restore from my old one - now i have lost my texts and my notes! help?from my

    When i synced my new iphone to my pc i clicked the wrong button - instead of restoring it from my old phone's last backup i clicked set up as new iphne - now it appears all my old texts and my notes have gone. Any ideas how I can get them back?

    When you plug it into iTunes - it will show on the left side of the screen.  Right click on it, and you will have a list of restores to use.  Pick the one you want, and it will pull all of that data.  It worked on mine...

  • The ok button to set master password doesn't work. Why?

    Almost scammed by TeamView supposedly from Microsoft. Went into my computer to fix event logs.Wanted $109.00 now then asked if I had partial payment. So my dilemma is I don't know if what little security I have has been compromised. Not very computer literate.
    Installing Kaspersky today.
    My problem with Mozilla - tried to set master password but ok button doesn't work. Not on at all. What can I do?
    Thank you/

    TeamView is the name of the program that the scammers used, not the company they are from. TeamView is a legit company, but the scammers are most likely not. For future reference, most legit companies will use a paid program for get remote access to your computer.
    When setting a Master Password, your password needs to fill the quality meter before the ''Ok'' button will become active.
    [https://support.mozilla.org/en-US/kb/use-master-password-protect-stored-logins?esab=a&s=master+passowrd&r=3&as=s Here] is an article for more information about the Master Password feature.

  • Set request timeout for distributed cache

    Hi,
    Coherence provides 3 parameters we can tune for the distributed cache
    tangosol.coherence.distributed.request.timeout      The default client request timeout for distributed cache services
    tangosol.coherence.distributed.task.timeout      The default server execution timeout for distributed cache services
    tangosol.coherence.distributed.task.hung      the default time before a thread is reported as hung by distributed cache services
    It seems these timeout values are used for both system activities (node discovery, data re-balance etc.) and user activities (get, put). We would like to set the request timeout for get/put. But a low threshold like 10 ms sometimes causes the system activities to fail. Is there a way for us to separately set the timeout values? Or even is it possible to setup timeout on individual calls (like get(key, timeout))?
    -thanks

    Hi,
    not necessarily for get and put methods, but for queries, entry-processor and entry-aggregator and invocable agent sending, you can make the sent filter or aggregator or entry-processor or agent implement PriorityTask, which allows you to make QoS expectations known to Coherence. Most or all stock aggregators and entry-processors implement PriorityTask, if I correctly remember.
    For more info, look at the documentation of PriorityTask.
    Best regards,
    Robert

Maybe you are looking for