3 buttons and 2 select lists in a single line

Hi,
I have an application which has 3 region buttons ( say, b_1, b_2, b_3) and 2 selects lists (say, sl_1, sl_2). I want to display all the five buttons and items in a single line in the following order:
b_1 b_2 sl_1 b_3 sl_2
I have set Begin on new line = no
and Begin on new field = no, for both the two select lists.
But it does not seem to work.
Do anyone have any idea, how to sort out this issue?
A quick reply would really be appreciated.
Regards,
AM

Hi Vikas,
Please have a look into the application at
http://apex.oracle.com/pls/otn/f?p=34363:1:6206621111100168:::::
I have created two select lists P1_X and P1_Y. These items are hidden on page load event. When the associated button is clicked the list should appear on the page.
Written the following code in 'Pre element text' for each of the items:
P1_X :: <input type="button" value="X" onclick="f_X();" class="t17Button" />
P1_Y:: <input type="button" value="Y" onclick="f_Y();" class="t17Button" />
Where, f_X() and f_Y() are displaying the select lists.
As you can see, the select lists are appearing just below the html buttons, which I want side by side with the buttons.
Could you please figure out the issue?
If you want I can share my login details.
Regards,
AM

Similar Messages

  • Posible to start a report without a button, only i Select List ???

    Hi,
    another problem :)
    I have i lot of select lists in my aplication and the selectet items in the list are the values for my report. The problem is that i create a button for the select lists and when i click on the button the report was filled. Is there a option to start filling the report without the button ? I select the item in the list and now the report was filled with the values ? After the first select list i check the second. Select a value and the report is updated ?
    i hope someone understand my tricky question ^^"
    regards,
    Taki

    Create a lov
    Create a select item with submit referencing the same page
    Use the select with submit bindvariable as a bindvariable in the reportquery
    So when you select an item in the list, say the list has 4 values (1-4), eg. you select 2 in the selectlist with submit, the page redirects to itself putting the value 2 in the binvariable (the selectlist with submit), in the reportquery you refernce to the bindvariable in the where clause. Which contains the value 2. There are probably much more advanced ways to do this. Just started out myself. All the best. If it still isn't clear I give an even more thorough explination. Good luck.
    Message was edited by:
    Rik

  • $x_Hide/Show/Toggle works on a button, how about select list or tabs

    ** After looking at the issue for days I think everyone must know what I am trying to do and a Carl pointed out they don't so here is the Readers Digest Condensed version.
    I want have a single page that displays or hides regions depending on what the user want to do. So there is a single region that provides summary data and multiple regions for updates or reports that only show when that option is selected. I have got it working with buttons, thanks to Carl for his examples and numerous posts.
    Now the powers that be see that as too much clutter on the screen and want a select list for the options, as there may be 10 or 12 options on a single "page." Hopefully this clarifies what I am trying to do.
    I don't see anyway for it to work on tabs, at least not the tab sets in ApEx but select list have a "Display As" option for "Select List Returning URL redirect."
    This sounds like the button "Optional URL Redirect" property. I have the code working on buttons on the same page so I added a select list and tried it.
    The #REGION_STATIC_ID# is set up on the template of the region type being used and the regions hide and show as expected with the buttons.
    So I set up an item on the page as a "Select List Returning URL redirect"
    I created a static select list as:
    STATIC2:Option1;javascript:$x_Hide('REGION1');$x_Hide('REGION2');$x_Show('REGION3')
    I tried it with single quotes around the returning URL, and got
    mod_plsql: /pls/htmldb/'javascript:$x_Hide('COBORROWER');$x_Hide('PROPERTY');$x_Show('BORROWER')' HTTP-400 Name "'javascript:$x_Hide('COBORROWER');$x_Hide('PROPERTY');$x_Show('BORROWER')'" is longer than 30 chars
    without single quotes and got
    New, blank screen with REGION3
    mod_plsql: /pls/htmldb/'javascript:$x_Hide('REGION1');$x_Hide('REGION2');$x_Show('REGION3')' HTTP-400 Name "'javascript:$x_Hide('REGION1');$x_Hide('REGION2');$x_Show('REGION3')'" is longer than 30 chars
    I took out the java stuff and put www.yahoo.com and got
    Not Found
    The requested URL /pls/htmldb/WWW.YAHOO.COM was not found on this server.
    So the URL is being appended to the /pls/htmldb...
    Hmm... I also removed "javascript:" and tried with and without single quotes... no luck... still appending the returning URL to /pls/htmldb/.
    Tabs would be best but a drop down list is cleaner than 8 buttons.
    Ideas? Spare change?
    I may need it :)
    Sam
    Message was edited by:
    slavanaway
    Message clarified by:
    slavanaway

    What a difference a day and a pointer make.
    I created a test function in the page html header
    <script type="text/javascript">
    function test(){
    window.alert('Function test');
    </script>
    Changed the static list to
    static2:Option1;javascript:test(),Option2;javascript:test()
    and the function worked. I then changed the function to
    <script type="text/javascript">
    function test(){
    $x_Toggle('REGION1');
    </script>
    and the region toggled on and off.
    I then changed the select list to
    static2:Option1;javascript:test(),Option2;javascript:$x_Toggle('REGION2')
    and region1 toggled while Option 2 produced a blank browser page with the "REGION2" in the upper left hand corner.
    I made functions for Option1, 2 and 3 with the appropriate $x_Hide/Show for each region and the select list now acts like the buttons.
    Thanks for the help. I guess the call has an issue with the functions that are not on the page or ???. Maybe Carl can help, but since I needed more complex functions anyway this does not represent any more work while allowing me the option of a single page with multiple forms and reducing the complexity of the UI.
    Score...

  • Issues with POWL action buttons and row selection after Support Packs

    We recently applied ECC 603 Support Stack 16 to our environment and are having problems with some SAP standard POWL lists (example is KYKOP-OPS-MM-PO-W: Purchase Orders for Goods Receipt).  In fact all of the POWL lists that we are using are behaving the same way.  There are 2 changes that have happened after moving to this stack.
    1.  In order to select a row in the list, we now have to press ctrl + click, previously, just clicking the the row would select it and fire the OnLeadSelection
    2.  All of the Action Buttons in the POWL lists are disabled.
    I have debugged the Feeder Class /KYK/CL_MM_FEEDER_PO and see in th GetActions method and see that the ls_actions-enabled is getting set to true, but for some reason the buttons are disabled when the list is rendered.
    I've checked a side-effects report from OSS and have come up empty handed.  Has anyone else run into this?
    Eric

    I have found an OSS note that addresses this problem.  This problem will effect anyone who is using ALV for ABAP WebDynpro after applying BASIS Support Pack 20 for 7.0.  The OSS note is 1363334.  Question Answered.

  • My Ipod touch froze and now the screen shows a tiny flower symbol. I`ve tried to restart it by holding down the on/off button and the selection key for 10 seconds then releasing but it does nothing.ol

    My Ipod touch froze and now the screen showa a symbol like a tiny flower.  I have tried to re-start it by holding down the on/off switch and the selections key together for 10 seconds but nothing happens.  Ithe Ipod does not show on Itunes but shows in My Computer.  When plugged into USB the Ipod gets warm.

    Basic troubleshooting steps  
    17" 2.2GHz i7 Quad-Core MacBook Pro  8G RAM  750G HD + OCZ Vertex 3 SSD Boot HD 
    Got problems with your Apple iDevice-like iPhone, iPad or iPod touch? Try Troubleshooting 101

  • Select List based on in-line query

    Hello everyone, im having a problem creating a select list with the following query:
    select result.A d, result.B r
    from dual,
    (select RMF.nome A, RMF.chapa B
    from
    medfa_marco_has_colaborador MC,
    medfa_projeto_has_colaborador MP,
    rm_funcionario RMF
    where
    MC.mar_id = :P3_SELECT_MARCO and
    MC.pro_col_id = MP.pro_col_id and
    MP.chapa = RM.chapa) result
    but i keep getting the
    "LOV query is invalid, a display and a return value are needed, the column names need to be different. If your query contains an in-line query, the first FROM clause in the SQL statement must not belong to the in-line query."
    Thnx in advance.
    E.R

    Okay, first off - does this work in SQL Workshop?
    Have you got a semi-colon at the end of the query (you shouldn't have)?
    Also when posting code put {noformat}{noformat} before and after your code to preserve formatting and spacing.
    Cheers
    Ben
    http://www.munkyben.wordpress.com
    +Don't forget to mark replies helpful or correct+ ;)                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • Insert items from two different Multiple Select Lists into a single table

    I need help. I have a training tracking system that tracks the courses taken by employees.
    I have created two multiple select lists, one is SelectEmployees and the other is SelectCourses. I want to insert
    the selected item from those two multiple select lists into Training_Record table.
    Note, SelectEmployees" is from Employee table and SelectCourses is from Courses table. Those two table has no intersetion.
    Train_Record is the table that joins those two together.
    Please advice and your help is appreciate.

    Thank you for your help.
    I tried your code and changed the table/field name to my actual table/field name and the iitem name to actual item name.
    declare
    cursor c_Employees is
    select PERSONNEL_NEW.EMPLOYEEID from PERSONNEL_NEW where PERSONNEL_NEW.EMPLOYEEID in (:P15_SELECTEDEMP);
    cursor c_Courses is
    select COURSES.COURSE_ID from COURSES where COURSES.COURSE_ID in
    (:P15_SELECTEDCOUR);
    begin
    foreach :=r_employee in c_Employees loop
    foreach :=r_course in c_Courses loop
    insert
    into COPYOFTRAINREC ( EMPLOYEEID, COURSEID )
    values ( r_employee.EMPLOYEEID, r_course.COURSE_ID );
    end loop;
    end loop;
    end;
    I got error message as :
    ORA-06550: line 12, column 25: PLS-00103: Encountered the symbol "C_EMPLOYEES" when expecting one of the following: (
    Error
    OK

  • Query - Get data from the same table and field two times on a single line

    I have prepared a query showing the bill of material. At each line each component will be a new line and I want to have the description of the material at the top (the master material composed of the component ones) and also the description of the component materials on the same line. This means that I should be able to use MAKT table 2 times on a single line of the query. I have used the query tool with SQ01 and SQ02 tcodes. How can I get the the description of the material at the top and also the description of the component material on a single line?
    Thanks in advance for the answers.

    Yasar,
    Any time you wish to use a table twice in an SQ01 query, you have to create an alias.
    SQ02 > select the infoset, 'change' > go to Join definitions.
    Select 'Alias' button.  Create. Select your table name (such as MAKT) and define an alias, such as 'COMP_MAKT' for component descriptions.
    Now you can insert the Alias table into your infoset just like it was a regular table, and use standard join method to join COMP_MAKT to your component material number.
    Best regards,
    DB49

  • Older versions of Firefox allowed me to click on the "back" button and see the list of pages where I had been in that tab. You took that away or you hid it. If you hid it, where did it go? If you took it away, bring it back.

    Just see my original question. I think I pretty much summed it up OK there.

    The arrow to open the tab history of the Back and Forward buttons has been removed in Firefox 4.
    Use one of these methods to open the tab history list:
    * Right click on the Back or Forward button
    * Hold down the left mouse button on the enabled Back or Forward button until the list opens
    You can look at this extension:
    * Backward Forward History Dropdown: https://addons.mozilla.org/firefox/addon/backforedrop/

  • I am unable to find the Firefox button referred to in the following: At the top of the Firefox window, click on the Firefox button and then select Options

    Every instruction Mozilla offers to find or to do something contains a term or a phrase that is indeciphrable.
    I have been trying to change "Cookie Settings" so of course Mozilla advises me to click the Mozilla button at the top of the page. And of course there is no Mozilla button at the top of the page. Then after wading through Mozilla's arcane and moronic help sections I end up at the following:
    Display the Firefox button menu instead of the menu toolbar.
    Why don't I see it? (the Firefox button)
    Apparently the Firefox button is a new feature added in Firefox 4 to replace the Menu Bar. The menu bar is displayed instead of the Firefox button to make Firefox look like other Windows XP programs. Windows XP? Are you kidding me? Windows XP. Earth to Mozilla: Have you heard of Windows 8 or Windows 8.1?
    Then your instructions go on to refer to Windows Vista and Windows 7. JFC!
    Then, under "How to get it?" Mozilla offers the following gem:
    Right click on an empty section of the "Tab Strip" and uncheck "Menu Bar" om the pop-up menu.
    WHAT IS A TAB STRIP; and WHERE IS THE TAB STRIP? Again, JFC!
    Since these instructions refer to Windows XP, Windows Vista, and Windows 7, apparently these instructions haven't been upgraded for more than 2 years. No wonder Mozilla is a non-profit organization. There is no way that this organization could ever be profitable under any other structure.
    Mozilla's instructions on how to turn off the Menu Bar in order to get

    What do you currently see?
    Can you attach a screenshot?
    *http://en.wikipedia.org/wiki/Screenshot
    *https://support.mozilla.org/kb/how-do-i-create-screenshot-my-problem
    Use a compressed image type like PNG or JPG to save the screenshot.
    Do you have the menu bar?
    *Press the F10 key or tap the Alt key to bring up the hidden Menu bar.
    Do you have any toolbars visible at all?
    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Make sure that you do not run Firefox in full screen mode (press F11 or Fn + F11 to toggle; Mac: Command+Shift+F).
    *https://support.mozilla.org/kb/how-to-use-full-screen
    You can check for problems caused by a corrupted localstore.rdf file.
    *http://kb.mozillazine.org/Corrupt_localstore.rdf

  • Like in widows you can refresh desktop by clicking right hand button and then select refresh.why it z not in mac

    like in windows some one can refresh computer by clicking right side of the mouse and then hit the refresh button.why it is not present in mac.is there no need for it to be refreshed?

    Correct, no need to refresh. Macs are smart enough to do that without any help.
    OS X is not like Windows, don't bring your Windows ways to it.

  • Need help with Apex 4.0 tabular form and searchable select list

    I would like to use an exisiting plugin for a searchable combo box on a tabular form. When I define the item types on my tabular form I don't see the plugin as an option. I reviewed the help documentation for the apex_item api for the tabular form but I didn't see how I could reference the plugin. Has anyone done this or have other ideas? Any help would be greatly appreciated.

    I noticed this problem in the first beta version but I thought this is so obvious and it will be corrected so I didn't follow on it further. This looks like a bug in 4.0. If I use firebug, I will see that the selected value is still RESEARCH allthough the display changes - <option selected="selected" value="20">RESEARCH</option> If I click on SAVE than wrong values will be changed.
    Denes Kubicek
    http://deneskubicek.blogspot.com/
    http://www.opal-consulting.de/training
    http://apex.oracle.com/pls/otn/f?p=31517:1
    http://www.amazon.de/Oracle-APEX-XE-Praxis/dp/3826655494
    -------------------------------------------------------------------

  • Output of select query in a single line

    hi,
    I want to know how to get the each row in a table to be printed in a single line.. Each row in the table will be of 1500 characters length..
    Thanks

    Is there any limit to the value that we can specify
    for linesize.. I read somewhere that the max value is
    dependent on systemIn [url http://download.oracle.com/docs/cd/B19306_01/server.102/b14357/ch12040.htm#SQPUG085]the documentation, they don't talk about a maximum, but I saw there is one:
    SQL> set linesize 1500
    SQL> set linesize 32767
    SQL> set linesize 32768
    SP2-0267: linesize optie 32768 ligt buiten toegestane bereik (1 t/m 32767).Regards,
    Rob.

  • HT1600 I have Apple TV version 7.4.2 and we pressed on the remote the select button and the menu button at the same time to update our software.  The box shows white light, we can get the screen to select netflix but nothing will move and the box will not

    I have Apple TV version 7.4.2.  We read in a blog that in order to reset our Apple TV we should press the menu button and the select big button at the same time which we did.  Now when we attempt to turn on the apple tv box it with the remote we get a white light and sometimes we can get the menu screen but the remote will not let us move now will it allow us to turn the apple tv on or off.  If we just leave it alone, the white light eventually goes away.  I did unplug the apple tv and we removed the batteries and reinstalled them from the remote and that did not make any difference.  Please advise. 

    If your problem persists get yourself a micro USB cable (sold separately), you can restore your Apple TV from iTunes:
    Remove ALL cables from Apple TV. (if you don't you will not see Apple TV in the iTunes Source list)
    Connect the micro USB cable to the Apple TV and to your computer.
    Reconnect the power cable (only for Apple TV 3)
    Open iTunes.
    Select your Apple TV in the Devices list, and then click Restore.

  • Alternate select lists on 2 columns and return more than 1 column

    Hi,
    I try to build 2 alternate select lists and each select list should return more than 1 column
    2 Columns PART_ID and PART_SPECIFICATION
    Now I build a select list on PART_ID like
    select part_id d,part_id r from parts;
    The result should be:
    Column PART_ID has PART_ID and PART_SPECIFICATION must be text of PART_SPECIFICATION
    The other select list based on PART_SPECIFICATION should be like
    select part_specification d,part_id r from parts;
    Now it should be displayed part_specification in PART_SPECIFICATION and part_id in PART_ID.
    This is because one user knows the part_id and another knows only the specification
    Please help me
    Siegwin

    Hi Siegwin,
      Check your application Page 7(copy of page 500)  using select list instead of plugin, it gives all values.
    and works very well,
    use ajax process to get Xml data into page items
    following are changes
    application process: getData
    application item : TEMPORARY_APPLICATION_ITEM
    create one function in page html header pull_multi_value()
    and it call on page item p7_empno on html form element attribute as onchange="pull_multi_value(this.value)";
    this may Helps you,
    Pars.

Maybe you are looking for

  • Moving around within an audiobook: Has this been addressed?

    I love my iPod Touch, but have found that it's useless for audiobooks. I haven't figured out how to use the "playback position slider" to move around inside the audiobook. I must be doing something wrong. For example, if I need to back up a minute or

  • Running two programs on one screen

    Hi, is there a possibility to run two different programs on one screen, independantly from each other. Or is this a kind of Container in which you can run a program?

  • Lenovo G550 DVD writer problem.

    Heya...i'v a Lenovo G550 with Windows XP SP3. The problem here is that the DVD reads all the DVDs but does not write any. It doesnt even give an error for not writing. I have Nero 9 and when i try to burn a DVD with that it shows burn process started

  • Can't Access photos from backup

    So I need to access my photos from an old backup. Well, my old backup is from iphoto, and now i have photos and iphoto on my computer. For some reason I cannot access the old photos anymore. How can I get those photos back? I went into my backups, an

  • Missing Column in the appraisal template

    I have selected a column in the category and in the criteria. I have assigned the value list. But this particular column is not getting displayed. All columns except this one only is displaying. Do you know where wrong, I might have done.