ADDING RADIO BUTTONS IN REPORT NEAR MISS (EHSM-NWBC)

Hi Experts,
I am new to this EHSM Enhancements , I have a requirement to add 3 radio buttons in Report Near Miss ( EHSM-NWBC ), I am not understanding this BOPF firm Enhancement .So please provided me the required information .
Thanks & Regards.
Bhushan K.   

Hi Bhushan,
If you want to add 3 radio buttons, then first of all you have to append one field in EHHSSS_INC_BASIC_INFO_ALL_D structure with Fixed Domain values.
Then you need to enhance EHHSS_INC_REC_NRM_QAF_V3_BSCI component Configuration.
In that Configuration you need to add field with display type Radio Button Group, with column count 3.
Kindly refer the following snap for the same.
Thanks and regards,
Chetan P. Patil

Similar Messages

  • EHS Report Near Miss  Webdynpro abap Enhancement.

    HI Experts,
    I need to add two fields in SAP EHS Report Near Miss Webdynpro abap application ( standard application ). Let me know how to Enhance the standard EHS Report Near Miss step by step.
    Thanks & Regards.
    Krishna.

    Hi Bhushan,
    If you want to add 3 radio buttons, then first of all you have to append one field in EHHSSS_INC_BASIC_INFO_ALL_D structure with Fixed Domain values.
    Then you need to enhance EHHSS_INC_REC_NRM_QAF_V3_BSCI component Configuration.
    In that Configuration you need to add field with display type Radio Button Group, with column count 3.
    Kindly refer the following snap for the same.
    Thanks and regards,
    Chetan P. Patil

  • How to create radio button in reports

    Hi Friends,
    Can any body please tell how to create radio button in reports.
    Thanks,
    Nagendra

    Hi Nagendra,
        But why do u need a single radio button, any specific reason...
      try this
    REPORT  ZCHA1.
    PARAMETERS : P_RAD1 RADIOBUTTON GROUP RAD,
                 P_RAD2 RADIOBUTTON GROUP RAD.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF SCREEN-NAME = 'P_RAD2'.
          SCREEN-INVISIBLE = '1'.
          MODIFY SCREEN.
        ENDIF.
      ENDLOOP.

  • Adding radio button to each row of an interactive report: possible or not?

    First of all let me explain what the point of this application is.
    I'm making an application that allows a user to select something out of a drop-down select list. This list is a list of categories for food. Let's say the user selects "Fruit".
    Then the page refreshes and shows an interactive report with a list of food that belongs to the category of fruit.
    Here's where I want to change things:
    I want the user to see the interactive report, but in this interactive report I want to add a radio button for each row.
    Then, when a certain type of food is selected (let's say "Strawberry") via the radio button, a text field should appear underneath the interactive report. In this textfield, the user can then add the weight of the food item, and then it will calculate how many carbs there are in the strawberry.
    All I really want to know is:*
    How do I add a radio button to each row of the interactive report, and how do I link this radio button to the value of that particular row?*
    Additional information:
    The item "P17_FOOD_CATEGORY" contains the following LOV:
    select FOODCATEGORYNAME as display_value, FOODCATEGORYID as return_value
    from FOODCATEGORY
    order by 1
    The "Food" region contains the following source:
    select a.FOODID, a.NAME, b.FOODCATEGORYNAME, c.STANDARDAMOUNT, c.NAME Unit
    from FOOD a inner join FOODCATEGORY b
    on a.FOODCATEGORYID = b.FOODCATEGORYID join FOODUNIT c
    on a.FOODID = c.FOODID
    where a.FOODCATEGORYID = :P17_SET_CATEGORY
    EDIT:
    PLEASE! Even if you don't know a good answer or if you are unsure about your answer, do post! Even suggestions would be welcome! I really need all the help I could get, even if it's not much.
    Edited by: 917169 on Feb 29, 2012 12:25 AM

    Hi there!
    I tried to change my code to your version, but then I get an error message:
    Error Unable to change Interactive Report query.
    ORA-12899: value too large for column "APEX_040100"."WWV_FLOW_WORKSHEET_COLUMNS"."DB_COLUMN_NAME" (actual: 32, maximum: 30)
    I don't quite know what this means. After doing a quick search on the internet, I know that this message should mean that the length of the value for the columns named "APEX_040100", "WWV_FLOW_WORKSHEET_COLUMNS" and "DB_COLUMN_NAME" is too long. But, I don't have these columns. I searched for them in my object browser, and they can't be found in any table related to my application.
    I'm sure your answer is the solution, but do you perhaps have an idea on how to solve this error? I checked the allowed maximum length for any column value that is related to my application, but they all have "50" set as the maximum value...
    Thank you for your reply. ;)

  • Radio button in report table

    Hi,
    I have a table with two columns: NAME and PRIMARY
    Only one name should be the Primary name (PRIMARY='Y') all the others are secondary (PRIMARY='N').
    I have created an updateable report on that table and it's working fine... except the PRIMARY field returns as text boxes so there's nothing (on the surface) to stop a user trying to set two names with PRIMARY=Y.
    A nice way around this would be to have that field display as a radio button where only one row in the report can have it selected.
    Is that possible and, if so, can you give me a pointer in the right direction to make it work?
    Thanks,
    Joseph

    Thanks (again) Andy.
    That looks like it's exactly what I'm after... but reading through the thread I see you've said that it can't be used with the standard mutli-row updates/deletes that I have in my report.
    Since this is my first App (throwing myself in at the deep end to try and learn it) I'm nowhere near confident enough to replace the standard functionality with my own (yet). Think I'll stick this in the list of features to come in version 2 and revisit this thread as soon as I understand it ;)
    Thanks again (again).
    Joseph

  • How do I make a Radio Button Widget Report to an LMS?

    Alright....still trying to solve my basic problem.....
    I can put in a radio button widget which looks great, but radio buttons do not report info to LMS.  THen I can use Ravvi's code style to set a variable based on which radio button was clicked and then take a specific action depending on the value.  The action I want is to send info to LMS.  How can I do this? 

    I may have, but I have run across many Survey forms that do exactly that.
    Some also have checkboxes as well and they are used for Check all that apply.
    For all I know they may be using JavaScript code for the buttons to react the way the do.
    I don't know if any of you are old enough to remember the old two button light switches. push one in and the others pop out. Push the other in and the first pops out.  That's the button action I see on many survey forms.
    I am not saying it correct. But if its not correct, how does one change their mind if the clicked the wrong choice?

  • Adding Radio Button dynamically, twice - Error #2025: The supplied DisplayObject must be a child of

    Hello
    I am having some trouble adding UI controls dynamically. Mostly with radio buttons.
    Here is an example that demonstrates my problem:
    <s:Application
        xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark" 
        xmlns:mx="library://ns.adobe.com/flex/mx"
        creationPolicy="all"
        >
        <fx:Script>
            <![CDATA[ 
                import mx.containers.Form;
                import mx.containers.Panel;
                import mx.controls.Label;
                import mx.controls.NumericStepper;
                import mx.controls.RadioButton;
                private var theChar:String = "B";
                protected function btnAdd_clickHandler(event:MouseEvent):void
                    var theForm:Form = new Form();               
                    theForm.label = theChar;
                    //1. Label
                    var myLabel:Label = new Label();
                    myLabel.text = "My Label";
                    myLabel.width=120;
                    theForm.addChild(myLabel);
                    //2. Numeric Stepper
                    var myNumStepper:NumericStepper = new NumericStepper();
                    myNumStepper.id = "numPointHigh" + theChar;
                    myNumStepper.name = "numPointHigh" + theChar;
                    myNumStepper.minimum = 0;
                    myNumStepper.maximum = 120;
                    myNumStepper.width = 50;
                    myNumStepper.height = 30;
                    theForm.addChild(myNumStepper);
                    //3. radio button
                    var myRadioButton:RadioButton = new RadioButton;
                    myRadioButton.id = "myRadioButton" + theChar;
                    myRadioButton.name = "myRadioButton" + theChar;
                    myRadioButton.label = "my radio button";
                    myRadioButton.selected = true;
                    theForm.addChild(myRadioButton);
                    //4. Panel
                    var thePanel:Panel = new Panel();
                    thePanel.width = 300;
                    thePanel.height = 475;
                    thePanel.name=theChar;
                    thePanel.title = "My Profile Panel";
                    thePanel.setStyle("backgroundColor", "blue");
                    //add the form to the panel
                    thePanel.addChild(theForm);
                    //add the Panel to the list control
                    myList.addChild(thePanel);
                protected function btnClear_clickHandler(event:MouseEvent):void
                    var numChildren:Number = myList.numChildren;
                    for(var i:Number=numChildren - 1; i > -1; i--){
                        myList.removeChildAt(i);
            ]]>
        </fx:Script>
        <mx:VBox width="100%">
            <mx:List id="myList" />
            <mx:Button id="btnAdd" label="Add a panel" click="btnAdd_clickHandler(event)" color="black"/>
            <mx:Button id="btnClear" label="Clear" click="btnClear_clickHandler(event)" color="black" />
        </mx:VBox>
    </s:Application>
    ^ Run that. Click the "Add a panel" button. Then click "Clear". Then click the "Add a panel" button again. You will see the error:
    ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller.
        at flash.display::DisplayObjectContainer/getChildIndex()
        at mx.core::Container/getChildIndex()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\core \Container.as:2833]
        at mx.containers::Panel/getChildIndex()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\co ntainers\Panel.as:1174]
        at mx.controls::RadioButtonGroup/breadthOrderCompare()[E:\dev\4.0.0\frameworks\projects\fram ework\src\mx\controls\RadioButtonGroup.as:600]
        at mx.controls::RadioButtonGroup/breadthOrderCompare()[E:\dev\4.0.0\frameworks\projects\fram ework\src\mx\controls\RadioButtonGroup.as:611]
        at mx.controls::RadioButtonGroup/breadthOrderCompare()[E:\dev\4.0.0\frameworks\projects\fram ework\src\mx\controls\RadioButtonGroup.as:611]
        at Array$/_sort()
        at Array/http://adobe.com/AS3/2006/builtin::sort()
        at mx.controls::RadioButtonGroup/http://www.adobe.com/2006/flex/mx/internal::addInstance()[E:\dev\4.0.0\frameworks\projects \framework\src\mx\controls\RadioButtonGroup.as:465]
        at mx.controls::RadioButton/addToGroup()[E:\dev\4.0.0\frameworks\projects\framework\src\mx\c ontrols\RadioButton.as:574]
        at mx.controls::RadioButton/commitProperties()[E:\dev\4.0.0\frameworks\projects\framework\sr c\mx\controls\RadioButton.as:514]
        at mx.core::UIComponent/validateProperties()[E:\dev\4.0.0\frameworks\projects\framework\src\ mx\core\UIComponent.as:7772]
        at mx.managers::LayoutManager/validateProperties()[E:\dev\4.0.0\frameworks\projects\framewor k\src\mx\managers\LayoutManager.as:572]
        at mx.managers::LayoutManager/doPhasedInstantiation()[E:\dev\4.0.0\frameworks\projects\frame work\src\mx\managers\LayoutManager.as:730]
        at mx.managers::LayoutManager/doPhasedInstantiationCallback()[E:\dev\4.0.0\frameworks\projec ts\framework\src\mx\managers\LayoutManager.as:1072]
    I do not understand why I cannot re-add the radio button? If you comment out the code for the radio button (comment section #3.) you can re-add the panels easily. It is only happening when I have radio buttons being added to the form/panel.
    Why is this happening and how do I fix it? Why is this only happening to radio buttons? I thought I had this fixed

    ^ well, okay, but that's not the problem.
    here, i removed list and replaced with Panel. same problem on the radio buttons.
    <s:Application
        xmlns:fx="http://ns.adobe.com/mxml/2009"
        xmlns:s="library://ns.adobe.com/flex/spark" 
        xmlns:containers="com.dougmccune.containers.*"
        xmlns:mx="library://ns.adobe.com/flex/mx"
        creationPolicy="all"
        >
        <fx:Script>
            <![CDATA[ 
                import mx.containers.Form;
                import mx.containers.Panel;
                import mx.controls.Label;
                import mx.controls.NumericStepper;
                import mx.controls.RadioButton;
                private var theChar:String = "B";
                protected function btnAdd_clickHandler(event:MouseEvent):void
                    var theForm:Form = new Form();               
                    theForm.label = theChar;
                    //1. Label
                    var myLabel:Label = new Label();
                    myLabel.text = "My Label";
                    myLabel.width=120;
                    theForm.addChild(myLabel);
                    //2. Numeric Stepper
                    var myNumStepper:NumericStepper = new NumericStepper();
                    myNumStepper.id = "numPointHigh" + theChar;
                    myNumStepper.name = "numPointHigh" + theChar;
                    myNumStepper.minimum = 0;
                    myNumStepper.maximum = 120;
                    myNumStepper.width = 50;
                    myNumStepper.height = 30;
                    theForm.addChild(myNumStepper);
                    //3. radio button
                    var myRadioButton:RadioButton = new RadioButton;
                    myRadioButton.id = "myRadioButton" + theChar;
                    myRadioButton.name = "myRadioButton" + theChar;
                    myRadioButton.label = "my radio button";
                    myRadioButton.selected = true;
                    theForm.addChild(myRadioButton);
                    //4. Panel
                    var thePanel:Panel = new Panel();
                    thePanel.width = 300;
                    thePanel.height = 475;
                    thePanel.name=theChar;
                    thePanel.title = "My Profile Panel";
                    thePanel.setStyle("backgroundColor", "blue");
                    //add the form to the panel
                    thePanel.addChild(theForm);
                    //add the Panel to the list control
                    myContainer.addChild(thePanel);
                protected function btnClear_clickHandler(event:MouseEvent):void
                    var numChildren:Number = myContainer.numChildren;
                    for(var i:Number=numChildren - 1; i > -1; i--){
                        myContainer.removeChildAt(i);
            ]]>
        </fx:Script>
        <mx:VBox width="100%">
            <mx:Panel id="myContainer" />
            <mx:Button id="btnAdd" label="Add a panel" click="btnAdd_clickHandler(event)" color="black"/>
            <mx:Button id="btnClear" label="Clear" click="btnClear_clickHandler(event)" color="black" />
        </mx:VBox>
    </s:Application>
    Any idea why radio buttons causing this to happen? If I comment out the radio button, this works fine. This is really baffling me.
    The exception is thrown when the dynamically created panel (thePanel) is added to the main Panel (myContainer):
    myContainer.addChild(thePanel); <--- causes the exception!
    ^ Why would radio buttons make a difference on "thePanel"?? How can I enforce parent-child relationship, explicitly? .parent is read-only

  • Displaying radio button on report output

    hi folks,
             how to display radiobuttons on the report output.
           thanks,
           santosh.

    Declare parameter as RADIOBUTTON
    like
    Single radio button
    PARAMETER p_purch RADIOBUTTON.
    Two radio button with same group.
    PARAMETER p_sales RADIOBUTTON GROUP opt.
    PARAMETER p_purch RADIOBUTTON GROUP opt.
    Regards,
    Mahesh
    Edited by: Mahesh Guragol on Jan 23, 2008 4:12 PM

  • Adding Radio button & regular button to selection-screen without new gui

    Hi,
    Is there a way to add a radio button & regular button to a selection-screen without having to create a new gui, status and etc?
    Thanks,
    John

    Hi
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 4(30) TEXT-001 FOR FIELD P_1.
    SELECTION-SCREEN POSITION 1.
    PARAMETERS: P_1 RADIOBUTTON GROUP R1 DEFAULT 'X'.
    SELECTION-SCREEN END   OF LINE.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 4(30) TEXT-002 FOR FIELD P_2.
    SELECTION-SCREEN POSITION 1.
    PARAMETERS: P_2 RADIOBUTTON GROUP R1.
    SELECTION-SCREEN END   OF LINE.
    Where the symbols text TEXT-001 and TEXT-002 have the label for the radiobuttons
    Max

  • Radio buttons in report programing

    Hello Experts,
    I have few requirement in my program
    In radio button group by default the first radio button is selected , i want none of the radio buttons should be selected.
    Please tell me any solution for that code snippet would be appreciated.
    Thanks in advance.

    Hi,
      For ur requirement I jus tried bthis below code n it works fine.
    PARAMETERS: radbut1 RADIOBUTTON GROUP rad1 DEFAULT 'X',
                radbut2 RADIOBUTTON GROUP rad1,
                radbut3 RADIOBUTTON GROUP rad1,
                radbut4 RADIOBUTTON GROUP rad1.
    AT SELECTION-SCREEN OUTPUT.
      IF radbut1 = 'X'.
        LOOP AT SCREEN.
          IF screen-name = 'RADBUT2'.
            CLEAR radbut2.
            screen-input = 0.
            MODIFY SCREEN.
          ELSEIF screen-name = 'RADBUT3'.
            CLEAR radbut3.
            screen-input = 0.
            MODIFY SCREEN.
          ELSEIF screen-name = 'RADBUT4'.
            CLEAR radbut4.
            screen-input = 0.
            MODIFY SCREEN.
          ENDIF.
        ENDLOOP.
      ENDIF.
    Do execute this code n if u still ve doubts, u can always revert back.
    Hope this helps u...
    Regards,
    Ramya

  • Adding radio button on a custom infotype!!

    hi
    how do u add a radio button on a custom infotype?
    thx
    gunjan

    hi
    how do u add a radio button on a custom infotype?
    thx
    gunjan

  • Adding Radio Button in a Table

    Hi
    I need to create a table in which there has to be a column for radio button.
    The radio button will be used to set one row as default row (row corresponds to template in application) i.e i need to set 1 template as default.
    I feel that this cannot be done using SingleSelection of table since i also need to set initial value of radio from database (which will be the radio selected previously)
    Now how can this be implemented using RadioGroup.
    If it is possible in any other way please advice
    Thanks
    Husain

    You should be able ti use the SingleSelection feature. In your CO processRequest, identify the Row which need to be selected based on your business logic, and set the value of the Attribute mapped to Select Field to 'Y'.
    The Radio button select/unselect is controlled by the value of the mapped to Selection field('Y' - Select, N - unselect).
    Hope this helps.
    Srini

  • Adding radio button fields to structure

    Hi,
    I have two fields in a structure, which domain i need to use so that i will get radio button in SRM browser like yes and no.
    Regards
    Badari

    Hi Badri,
      It is not the domain that determines if a field has to be displayed as a radio-button or a checkbox.
    for example:
    parameters : p_cb type xfeld as checkbox.
    parameters: p_rb1 type xfeld radiobutton group RB1,
                p_rb2 type xfeld radiobutton group RB1.
    Regards,
    ravi

  • Adding Radio buttons to table cell

    Hi,
    Im a beginner in JAVAFX, i would like to add a radio button to table cell.
    Please could anybody help us on this.
    Thanks,
    Dhanraj

    Hi,
    Im a beginner in JAVAFX, i would like to add a radio button to table cell.
    Please could anybody help us on this.
    Thanks,
    Dhanraj

  • Adding radio buttons to an applet

    Hi
    Just wondering if anyone else has had the same problem?
    i'm using the following which seems to work when run in Internet Explorer but it doesn't want to display in Opera!?!
         private CheckboxGroup radioGroup = new CheckboxGroup();
         private Checkbox radio1 = new Checkbox("Int", radioGroup, true);
              public void init(){
              add(radio1);}Any ideas of why?
    Cheers

    why don't you use JRadioButton, compile and run this:
    import java.awt.*;
    import java.awt.event.*;
    import javax.swing.*;
    public class BackGroundTest extends JFrame implements ActionListener{
    JRadioButton patternBrushedBlue=new JRadioButton("Brushed Blue",true);
    JRadioButton patternBlueWaves=new JRadioButton("Blue Waves");
    JRadioButton patternBlackThatch=new JRadioButton("Black Thatch");
    JRadioButton patternMetalWall=new JRadioButton("Metal Wall");
    JRadioButton patternCoffeeBean= new JRadioButton("Coffee Bean");
    JRadioButton patternPrairieWind= new JRadioButton("Prairie Wind");
    JRadioButton patternBlackRock = new JRadioButton("Black Rock");
    JRadioButton patternStainless = new JRadioButton("Stainless");
    JRadioButton patternStars = new JRadioButton("Stars");
    JRadioButton patternGrayStone = new JRadioButton("Gray Stone");
    JRadioButton patternGreenStone = new JRadioButton("Green Stone");
    JRadioButton patternOcean = new JRadioButton("Ocean");
    JRadioButton patternIron = new JRadioButton("Iron");
    JTextField wallBox = new JTextField(20);
    String wallPaper;
    public BackGroundTest(){
    getContentPane().setLayout(new BorderLayout());
    JPanel topPanel = new JPanel(new GridLayout(1,6));
    JPanel bottomPanel = new JPanel(new GridLayout(1,7));
    ButtonGroup b = new ButtonGroup();
    b.add(patternMetalWall);
    b.add(patternBrushedBlue);
    b.add(patternBlackThatch);
    b.add(patternBlackRock);
    b.add(patternCoffeeBean);
    b.add(patternPrairieWind);
    b.add(patternBlueWaves);
    b.add(patternIron);
    b.add(patternStars);
    b.add(patternGrayStone);
    b.add(patternGreenStone);
    b.add(patternStainless);
    b.add(patternOcean);
    patternBlueWaves.addActionListener(this);
    patternBlackThatch.addActionListener(this);
    patternBrushedBlue.addActionListener(this);
    patternCoffeeBean.addActionListener(this);
    patternPrairieWind.addActionListener(this);
    patternMetalWall.addActionListener(this);
    patternStainless.addActionListener(this);
    patternBlackRock.addActionListener(this);
    patternIron.addActionListener(this);
    patternGrayStone.addActionListener(this);
    patternGreenStone.addActionListener(this);
    patternStars.addActionListener(this);
    patternOcean.addActionListener(this);
    topPanel.add(patternBrushedBlue);
    topPanel.add(patternBlueWaves);
    topPanel.add(patternBlackThatch);
    topPanel.add(wallBox);
    topPanel.add(patternMetalWall);
    topPanel.add(patternCoffeeBean);
    topPanel.add(patternPrairieWind);
    bottomPanel.add(patternBlackRock);
    bottomPanel.add(patternIron);
    bottomPanel.add(patternStars);
    bottomPanel.add(patternGrayStone);
    bottomPanel.add(patternGreenStone);
    bottomPanel.add(patternStainless);
    bottomPanel.add(patternOcean);
    wallBox.setEditable(false);
    getContentPane().add(topPanel,BorderLayout.NORTH);
    getContentPane().add(bottomPanel,BorderLayout.SOUTH);
    pack();
    setVisible(true);
    }//BackGrounds
    public void actionPerformed(ActionEvent e){
    if (e.getSource()==patternBlueWaves)
    wallPaper="Blue_Waves";
    else
    if (e.getSource()==patternBrushedBlue)
    wallPaper="Brushed_Blue";
    else
    if (e.getSource()==patternBlackThatch)
    wallPaper="Black_Thatch";
    else
    if (e.getSource()==patternMetalWall)
    wallPaper="Metal_Wall";
    else
    if (e.getSource()==patternCoffeeBean)
    wallPaper="Coffee_Bean";
    else
    if (e.getSource()==patternPrairieWind)
    wallPaper="Prairie_Wind";
    else
    if (e.getSource()==patternBlackRock)
    wallPaper="Black_Rock";
    else
    if (e.getSource()==patternStainless)
    wallPaper="Stainless";
    else
    if(e.getSource()==patternStars)
    wallPaper="Stars";
    else
    if (e.getSource()==patternGrayStone)
    wallPaper="GrayStone";
    else
    if (e.getSource()==patternGreenStone)
    wallPaper="GreenStone";
    else
    if (e.getSource()==patternIron)
    wallPaper="Iron";
    else
    if (e.getSource()==patternOcean)
    wallPaper="Ocean";
    wallBox.setText(wallPaper);
    }//actionPerformed
    public static void main(String[] args){
         new BackGroundTest();     
    }//main()
    }//BackGrounds

Maybe you are looking for

  • Connecting to an ISDN BRI on a router from a PSTN line from remote site..!!

    Friends, I have a 1812 at HO with WIC1 BS/T Card, connected it to an ISDN BRI line.One of my critical remote location uses Leased circuit to reach my HO Router.But in case if LL goes down,some of the important PC's at the remote site should be able t

  • M-Audio MIDISPORT UNO USB Not Working With Snow Leopard

    My Snow Leopard installation worked fine except until I plugged in my MacBook to my Casio Privia with the M=Audio MIDISPORT UNO USB cable to run GarageBand. I'm getting a MIDI error which states it can't work with the latest operating system. It does

  • 9i jdbc driver change causes problems

    Hello all, I was wondering if anyone had any problems with jdbc when migrating to oracle 9i. We are using timestamps from java which were mapped to dates. In oracle there is a function which takes a date. Now this won't work anymore as the mapping ch

  • OBI 11.1.1.3, analytics

    Hello, I have a problem when I want to log in to OBI Analytics. I receive the following error: "Unable to sign in- An error occurred during authentication." Thank you

  • How to display mixed content in Safari

    I get on a business site with explore and when I search on that site explore asks if I want to see unsecure data....which I need to see. I click yes and I get the data that I have searched for. There appears to be no way to configure Safari 6 to disp