APEX 4.01: radiogroup horizontal

Hello
under APEX 4.01, I want to create a horizontal radiogroup. In many articles, he had the answer to fill
the "number of columns" in the field of LOV: but I can not find! There is no field "Number of what it is".

What can I do?

Thank you for your help,

Hans

Hello

Strange...
Could you please check this hive similarly in apex.oracle.com with the steps that you did?

Kind regards
Jari

Tags: Database

Similar Questions

  • APEX 5 - alignment button horizontal

    Hi guys,.

    I'm fighting with the left, aligning the buttons next to the menu interactive report 'Action '. Whenever I place the buttons in the position of button 'right of the search bar of interactive report' I can't align the button to the left, just to the right.

    In fact, the layout attribute > alignment horizontal ist only visible and entrable when I place the button in the positions of the 'legacy', i.e. "low in the region." When I place the button on the 'next' or 'right of the search bar of interactive report' position, the horizontal alignment of the attribute disappears.

    So that the right way to the alignment of the buttons in the regions for the universal theme going forward?

    Thank you

    ~ Dietmar.

    Hi Dietmar,

    positioning button IR is based just on the theme CSS. Use the CSS following as inline CSS to the page level or defined in the CSS file that is customized to the level of the User Interface to change this appearance.

    .a-IRR-buttons {
        margin-left: 8px;
    }
    .a-IRR-buttons, .a-IRR-controls {
        display: block;
        float: left;
    }
    

    On "the button inherited positions." Those who use HTML tables to add, this is why you can specify the horizontal alignment.

    Concerning

    Patrick

    Member of the APEX development team

  • Apex: form, list of horizontal progression Assistant

    Hello!

    I am new to the apex.

    I already know how to do a "form A on a table with Report.

    There, I can see DB entries, edit and add new data in the form.

    Question:

    How can I make just a form with a list of horizontal progression Assistant?

    What I have so far:

    + 3 white pages, each with a new HTML region which includes, for example, a textfield, checkbox,... and the buttons (cancel, Previous and Next)

    + Course assistant list horizontal above shapes on each page also work very well.

    Now my real question

    How can I add data to the table when the user click on the button finish on the third page?

    And how can I pass the data in the form of page 1 to page 2 and page 3?

    Any help is welcome!

    With greetings

    ILB.

    PS. : apex 4.2

    Hello

    If I understand you correctly you have 3 pages containing form elements you want to submit values for when page 3 is completed, values have been entered on pages 1 and 2 must still be stored in session state, so I don't know why you need to pass values between pages You should just be able to use the value that is stored in session state.

    You can create a process from page to page 3 of the wizard, something like a simple insert statement when you press Finish:

    Insert into emp e (e.empno, e.ename, e.deptno, e.hiredate, e.sal, e.comm)

    values (: P1_EMPNO,: P1_ENAME,: P2_DEPTNO,: P2_HIREDATE,: P3_SALARY,: P3_COMM);

    Thank you

    Paul

  • RadioGroup displayed horizontally

    Hello

    Could someone enlighten me please how I can display option buttons in a radiogroup horizontally? By default, it seems that they are each on a new line...
    Thanks in advance,
    Andreea

    Published by: andreea on March 27, 2009 02:28

    Located in the region of the list of the values in your object Radiogroup, the value of the number of columns to 3 (or any number of items you have in your radiogroup).

  • horizontal scroll bar to the APEX 5

    Off I want to say that I know that this question is almost identical to this position of ScrollBar is horizontal in the area of interactive report 5 (universal theme) Apex model or

    Problem is that their solution doesn't seem to work on our application for.

    Problem:

    After our 4.2 application migration, using a theme customized, universal theme 5.0.  We have a lot of interactive reports with a lot of columns.  When you use 4.2 the horizontal scroll bar is part of the 'window' and the user can scroll to view all additional columns at any time.

    Since we migrated to the universal theme the horizontal scroll bar appears in the report rather than the 'window' forcing users to scroll down the lines displayed to view additional columns.

    I tried as shown in the previous post to be sure in the attributes of the region, we set the Cap "fixed to" = page.

    and the Show maximize has been checked in the Options of the model.  Have tried the model "Interactive" both the model 'Standard '.

    We have always failed to get the horizontal scroll bar to move the window rather than in the report.

    According to me, I have to miss a step.  Any help would be appreciated.

    OK, alright its really bad, but I just noticed the report maximize button in the window

    When I press on the scroll bar jumps out of the window, as we wish.  We'll just have to educate people to use this button.  Amazing to see that a few days away from a question means for your home.

  • Horizontal scroll bar in the model of interactive report region 5 Apex (universal theme)

    Hello

    We have migrated our application from 4.2 (theme: 21 scarlet) to 5.0 (changed to universal theme). Most of our reports are interactive reports and have more than 20 columns to display in the reports. 4.2 in the 'Region of report"model horizontal scroll bar came from bottom of page like below and has been easy for the user to scroll through the options to the right and see all the columns.

    Apex4.2.PNG

    In the universal theme apex 5 with 'interactive report' model in order to see the columns on the far right in the first lines user must scroll the vertical bar first, then scroll horizontal straight bar and vertical bar to go to the top


    Apex5.PNG


    How can you have the scroll as in 4.2 bar region of report model. I think that we need to make some changes in CSS and also need to copy the existing model and make changes and use this model in all reports.


    Thank you.

    RAM


    Hi Tim,.

    Thanks for the reply. I tried this option before posting forum. It did not work. Now, after changing position attribute fixed to the ' Page "(or region) in the report attributes section it works." " When we migrated the app at UT, he has been on 'None '. Problem solved now. Thank you.

  • Horizontal bar - Apex 4.0 chart

    Hi all

    Please find my below requirement and help me to achieve this.
    SELECT empno,ename,res_from_date,res_to_date FROM EMP WHERE DEPTNO = 10;
    
    EMPNO     ENAME                RES_FROM_DATE                RES_TO_DATE 
    7839      KING              01/01/2013                      03/31/2013 
    7782     CLARK             01/01/2013                      05/31/2013 
    7934     MILLER            01/01/2013                      01/31/2013 
    From the data above, it is clearly stated that the employee King has been reserved since 01/01/2013-03 31, 2013 and even others.

    Now my chart should be this way, X axis is filled with all the months of the current year (Jan - dec) and my axis must be filled with the names of the employees. Also against the King employee, I need a bar filling the months from January to March and likewise for others too horizontal.
    Emp_Name                                    
    (Y Axis)
    
    King
                                        
    Clark
                                        
    Miller                                    
    
    Months                     Jan            Feb                        Mar                       Apr                        May                    Jun
    (X Axis)
    Please help me to go further.

    Thanks in advance.

    Kind regards
    Santini.

    It is a little complex, but the solution is here: http://ruepprich.wordpress.com/2011/03/31/apex-4-charts-dynamically-adding-a-series-2/

    Look at the table about 25% to the bottom of the page. Imagine the abbrevs State (TX, OK) replaced by your employee number.

    Here it is for the two States, and then they show how to make "N" States - data dependent.

    SELECT NULL
          ,sales_date
          ,SUM(decode(state, 'TX', sales_amount, 0)) "Texas"
          ,SUM(decode(state, 'OK', sales_amount, 0)) "Oklahoma"
     FROM sales
    GROUP BY sales_date
    ORDER BY sales_date;
    

    In this case, sales_date came out RES_MONTH
    No AMOUNT is desired,
    Sales_Amount is 1 (only defined at a level "resource_unit", i.e. 1 month/person)

    So I think you would have something like:

    SELECT NULL
          ,RES_MONTH
          ,decode(ename, 'CLARK', 1, 0)) "CLARK"
          ,decode(ename, 'MILLER', 1, 0)) "MILLER"
     FROM employee-table
    ORDER BY RES_MONTH;
    

    Good, you want EMPNO. You may want to NULL instead of 0, so an employee disappears when not attributed.

    SELECT NULL
          ,RES_MONTH
          ,decode(EMPNO, '7839', 1, NULL)) "7839"
          ,decode(EMPNO, '7782', 1, NULL)) "7782"
          ,decode(EMPNO, '7934', 1, NULL)) "7934"
     FROM employee-table
    ORDER BY RES_MONTH;
    

    Then converted the chart to use a function that returns a query.

    I'm sure there are mistakes and shortcomings here, but maybe you get the idea.

    Howard

  • Creating a homepage for Apex using horizontal Images with label list?

    Hello

    I am trying to create a homepage for my application, which contains some intro text and images that would like specific interactive apex reports.

    However, I created a list using the horizontal Images with the list of the label template and during execution of the page - no images are displayed - it just displays the missing image icon

    The question I have, this is where are these defined images and how do I add a custom image for each item in the list

    You can do it in the apex by simply using a predefined list templates or even customize existing list templates.

    I suggest you to go through the sample application and try to understand how the entries in the list are defined and where to use the IMAGES.

    In the APEX of the layout defined in the templates page and the positioning of regions (lists in your case) are based on their Display Position

    Pass by this
    http://docs.Oracle.com/CD/E23903_01/doc/doc.41/e21674/nav_list.htm#CACCJHEE

  • Horizontal scrolling for Apex 4

    I need horizontal scroll from one page to the Apex 4. I saw an old thread on horizontal scrolling using Apex 3.2. Here is the link to that thread where vee has given some code of the plugin to achieve this scrolling:

    bar Scroolling fixed.

    I saved the code in the thread in the js file and tried to import it as a plugin, but the import has failed, saying that it was not a plugin file.

    All the world is made in 4 Apex? I will be grateful for the guidance to achieve this.

    Thank you

    Hello

    For horizontal scrolling copy your theme 15 standard report to the new name.
    Model change front of lines to

    And model after lines to

    #EXTERNAL_LINK##CSV_LINK# #PAGINATION#

    Horizontal/Vertical scrolling, you must create same kind custom model I in sample application for the report page 1

    Kind regards
    Jari

    Published by: jarola April 20, 2011 17:56

  • Is it possible to create horizontal radiogroup?

    I guess it would be nice to use horizontal radiogroup sometimes... :) You do not? Please let me know if you got an answer to this... Thank you!! :)

    Use the property number of columns in the attributes of list item values to control this. For example, if there are 3 radio buttons in the group, set the number of columns to 3...

    OR

    Leave the property of number of columns to 1 and add the following page CSS:

    #item-id br {
      display: none;
    }
    

    where item id is the name of the element radiogroup to make only this horizontal group, or

    .radio_group br {
      display: none;
    }
    

    to make all horizontal radiogroups.

    Published by: fac586 on December 6, 2009 20:02

  • APEX 4.2.5 make two Horizontal scroll bars

    Hi all

    I'm fairly new to Oracle Application Express. My application has a few pages that are tabular forms. I use the tabular forms to reproduce using Microsoft Excel, in that the user can add/remove lines with columns of data.

    I use a (updated report) SQL query but I have too many columns to fit on a single screen. I use < div style = "overflow: auto; ' > in the header of the region and < / div > in the foot of the region. It gives me a scroll under the regional report bar. My problem is that I also have an Internet Explorer window scroll bar that scrolls off the page just above and in white space. Please note my two photos attached: APEX Scrollbars.png and APEX Scrollbars2.png.


    The models I use theme 26. Productivity applications are:

    -A level Tabs - not framed page

    Region - reports

    Label - optional

    Button - button

    Report - Standard


    Has anyone encountered anything like this before and know a fix for this problem?

    Thanks for the help,

    David

    Thanks ReemaPuri. You led me in the right direction. I ended up putting the following code in the CSS inline to the page part.

    body {width: 100%; height: 100%; overflow: hidden, margin: 0}
    HTML {width: 100%; height: 100%; overflow: hidden}

    I kept the

    in the header of the region and
    in the foot of the region for the region I wanted to use a scroll bar. Now, everything works as it should.

  • How to remove horizontal scrollbar of the browser on the APEX 10 g reports Page?

    Hello

    I use the Application Express 3.0.1.00.08.
    In this regard, I developed a type report-form page and using the theme with ergot of level 12.

    I am facing a problem with the scrolling horizontal bar appearing in the browser to exceed the width of the region to report on the reports page.

    Installation program:
    --------
    (1) I have the level of type 1 tab page
    (2) in this page, I have a region report that is showing about 50 columns.

    Now the question is the region of report is greater than the width of the page itself due to which a scroll bar will appear at the base of the browser.
    Now to reduce the with the report I used the "div" tag in my region of reports as below:

    ' < table class = "t12ReportsRegion" id = "" #REGION_ID # "Summary =" ">
    < b >
    <!-< class td = "t12Header" > #TITLE # < table >-->
    < td > #TITLE # < table >

    < /tr >
    < b >
    < class td = "t12ButtonHolder" > #CLOSE # #PREVIOUS # ##DELETE ##EDIT ##CHANGE ##CREATE NEXT # CREATE2 ##EXPAND # COPY # HELP # < table >
    < /tr >
    < b >
    < class td = "t12Body" >
    < div style = "overflow: auto; width: 23%; ">

    #BODY #.
    < / div >

    < table >
    < /tr >
    < /table >

    After doing this the reports area is reduced and now I'm having a scroll bar Horizontal + Vertical in the area of the report itself.

    BUT the problem is that I can always see that the empty space of the same width in the area of the region and it is superior to my area of the tab page.

    Pls advise me as how to solve this problem.


    Thank you
    Amit

    Published by: user11207269 on November 27, 2009 23:49

    Published by: user11207269 on November 28, 2009 12:00 AM

    Add this in the header of the region

    
    
  • How can I create aligned horizontally RadioGroup options?

    Like this: I use smiley like radio for the post button

    Option 1 option 2          

    Help, please...

    My problem has been resolved.

    I used the ImageButton control to deal with.

  • Freeze first column in IR Apex 5.0.2

    Hello

    I know, the Apex is not MS Excel, but I got a request on my place of work and I am having trouble with this problem.

    I need to freeze the headers (done!) and the first column in the interactive report.

    I used some CSS and I froze the first column, but only lines. The first heading is still moving horizontally.

    This is my demo app: https://apex.oracle.com/pls/apex/f?p=83445:1

    In the Inline CSS for the Page, I set "u - tR {position: absolute ;}"and this has solved that part of the problem above.} "

    Now, I need to fix the first heading that matches the label of this column.

    If anyone knows how to fix the first column using only css and jQuery for IR, I'd appreciate it.

    PS: I apoligize for my skills in English, I'm Brazilian.

    Hi Bruno.

    We can solve this problem by adding the following code to your DA

    $("#stickyTableHeader_2").css("margin", "0px 70px");
    $("#Id").css("margin","0px -70px");
    

    I hope that this action has resolved the problem

    Concerning

    Mahmoud

  • Horizontal scrollbar for slot-shaped table

    Hi all

    I'm bring Page where are the two regions.

    Two regions are side by side.

    Second half of the page contains a table that is based on a table that has 80 columns, I use the theme "" Productivity Applications - 26 * ' "

    Version of the APEX is 4.2. Problem is Iam not able to scroll horizontally to see all the columns.

    Can someone let me know how we can add horizontal scroll bar to a tabular presentation so that I can go through all the columns.

    Thank you

    Ch.

    Change defination report

    put

    in the header of the region

    at the foot of the region

Maybe you are looking for

  • Turn off window animation

    Firefox anime creations tab and window. For example, on OS X, a new window is animated to grow from the center of the screen. Tab animation can be turned off by setting the "browser.tabs.animate" property false How can I do the same thing for windows

  • Satellite U500 - deactivation of signal that appears urgent multimedia keys

    whenever I touch the volume - or + on my Toshiba Satellite U500, a sharp loud and irritating beep button a pressed beem. How can I turn off this sound effect?

  • Remote control Sony TV QWERTY

    I have a Sony KDL46EX710 LED backlit TV and Blu - Ray Sony home entertainment system and both are WiFi enabled for internet TV and music. I have a real pain to have to enter the words and others using the digital key to scroll through the letters and

  • Windows XP does not, no other Options!

    Hi, I have Windows XP SP2. A few days ago, I uninstalled Windows 7 Transformation Pack, something I installed myself into the file system, because it made the computer too slow for me. It is then things went wrong. When I rebooted, I got an error say

  • CD-ROM drive does not mechanically

    My CD drive won't open when I push the button. Is it possible to open it with a command to the computer?