Radio Button value not made

Hello

I am a beginner with APEX. I created a form that contains a button called P3_WHO_ARE_YOU with two options. The option button is NOT from a table, it is a part of basic table another kind.

I also have a drop-down select list which I would like to control the LOV by the value of the group mentioned above.

When I launch the form and select one of the Radio options, and then assess the binding variable in LOV of selection as list: P3_WHO_ARE_YOU, it is null. I also checked the page to see what is stored in the session element and indicates null.

The Radiogroup element is configured with display as value "Radiogroup". I don't know I'm missing something very simple.

Thanks in advance for your help.

Jason

Hi Jason,
Check out this example of demo in my application. Probably you are looking for something like this.

http://Apex.Oracle.com/pls/OTN/f?p=51417:24

user name: demo
password: demo1

Hope this will help,

Pascal M
http://Tajuddin.whitepagesbd.com

Tags: Database

Similar Questions

  • Why are my radio buttons do not rename pages spawned from a hidden template?

    Hello world

    I'm new to PDF forms and have never tried to use JavaScript. However, I have learned many things and I have followed several threads and almost accomplished what I want, but have hit a block. I don't understand the JavaScript well enough to find my problem. Your help is greatly appreciated.

    SYSTEM REQUIREMENTS: Adobe Acrobat X Pro Mac OS 10.8.5

    WHAT I WANT: a form of several pages (100 pages) of grading of student assignments. Each page must have the same fields, but as each page belongs to a new student, he must have different values in the fields on different pages. Each page contains 4 questions to score, with possibilities of 4 points for each question (0, 1, 2, 3 points), and then only to 01:20 should be selected by the question.

    WHAT I HAVE BECAUSE, by following the instructions in this thread (Re: multiple-page form) ):

    (1) created a form with a field for the name of the student and 4 sets of radio buttons (labeled Questions 1 to 4, with choice of score 0-3).

    (2) placed a button at the bottom of the page that will generate a new page and rename fields.

    (3) set this page as a template.

    4) has created a page.

    (5) made the model "hidden."

    THE PROBLEM: Steps 1-4 above work perfectly - as long as the model (called 'Form') is visible, when I click the button, a new page generates and student name field renames fields to Page 2 for "P2. "Form.Student ID # ' and the boxes option and rename it 'P2 '. Form.Question 1 "etc. Whenever I press the button, it renames everything properly.

    However, if I hide the model, then when I click on the button on page 1, Page 2 fields are renamed "P1. Form.StudentID # 1. "AND THE RADIO BUTTONS DO NOT RENAME. They get the name "P1. Form.Question 1 "etc. So the student name field did rename in a way that allows me to enter a new name on every page, but is not actually reflecting that I am on page 2, and regarding radio buttons, at that time, I can't enter the different scores on different pages because they are all part of the same group radio button.

    If I use checkboxes, they rename similarly to the student ID field, but I don't want to use checkboxes because I want to back a possible score value for each question to have the data in the table. I don't want to not let the model visible because when I distribute this screen allows other workbooks, they can enter values in the page template without realizing it, and then when the forms of spawning, they hurt the data already entered.

    Here is the script that I put as the mouse to the top button script:

    Specify the name of the model
    var template_name = "form";

    Get a reference to the model
    var t = getTemplate (template_name);

    Add a new page based on the template
    If (t! = null) {}

    t.Spawn({)
    nPage: numPages, / / add the new page at the end of the document
    bOverlay: false, / / create a new page, not an overlay
    bRename: true / / rename fields
    });

    } else {}
    App.Alert ("the named model-'" + template_name + "does not exist in this document.", 1);
    }

    Thanks for your help

    It's basically the script to a page of spawning but changed the page number 0 and adds the code to hide the model >

    Specify the name of the model

    var template_name = "form";

    Get a reference to the model

    var t = getTemplate (template_name);

    Add a new page based on the template

    If (t! = null) {}

    t.Spawn({)

    nPage: 0, / / add the new page at the beginning of the document

    bOverlay: false, / / create a new page, not an overlay

    bRename: true / / rename fields

    });

    t.Hidden = true; hide the model

    } else {}

    App.Alert ("the named model-'" + template_name + "does not exist in this document.', 1, 0");

    }

    If we do not hide the model and the model field are met, then the model replicates the field with the value of the field.

  • Problem with radio buttons does not

    Hi, I just modified someone code a bit because instead of wanting a drop down menu, I wanted to use radio buttons.

    Unfortunately, the structure of the event does not appear as radio buttons, but I do not know why... Just, right now the VI runs and stays with the same "camera name" all the time. I will attach the VI in order to get an idea of what I'm talking about.

    This is because you have the event set up to capture the change in value for the camera name.  Try to create a Radio button value change event.

    Lynn

  • Selection of a radio button does not work in a popup invoked by default

    Hi all

    I'm working on a condition in which action triggers innovation of a popup on the Web page. The popup has 2 radio buttons and by default, I need to show one of them selected.

    I use the code below in the declaration of popup for the radio buttons.

    < af:selectOneRadio id = 'sor1' autoSubmit = 'true '.

    styleClass = 'popup-text-key '.

    value = "accept" >

    < af:selectItem label = "#{portalBundle.ACCEPT} '"

    value = "accept" id = "si3" / >

    < af:selectItem label = "#{portalBundle.REQUEST_FOR_CHANGE} '"

    value = "requestChange" id = "si2" / >

    < / af:selectOneRadio >

    The problem is when I run the application, on the call of the pop-up window, the default selection in the radio button is not displayed. If I put this code somewhere else in the Web page, the selection is correct.

    Any suggestions or pointers would be useful.

    TIA

    This is what works for me (well I used 12 c but lets see if it works for you too)

    The bean code

    public class PopupRadioBean {}

    String selRadio;

    {} public void setSelRadio (String selRadio)

    this.selRadio = selRadio;

    }

    public String getSelRadio() {}

    If (selRadio == null) {}

    selRadio = "accept";

    }

    Return selRadio;

    }

    public PopupRadioBean() {}

    }

    }

    Page code

    As you can see, I put the string selRadio in bean to 'accept' if the value is null (meaning that the option button has not been selected).

    Timo

  • Values for radio button is not selected.

    Hi all

    I have two regions and the two regions has radio buttons in that. First, I select the option buttons in the first region and then I select the option buttons in the second region at this point in time, the values in the option boxes first region remains not chosen secomd region values remain selected! Why is this behavior?

    Thank you

    Hello

    Check the 16855 application in your workspace. It may be useful

    Sunil Bhatia

  • check the radio button does not submit the form?

    Hello


    Your name:
    E-mail address:
    Contact no.:
    Topic:


    Message:




    Can not read the image? Click here to refresh

    I have a form on my site,

    and all his work.

    But I noticed that the information of the radio button

    is not sent?

    may an advise why?

    Also, can someone suggest how I can configure the name where the email?

    as when the email is downloaded, it come with my Web Host/Server name?

    Thank you

    < Center > < form name = 'contact' method = "POST" action = "form_process.php" >

    < table width = "306" border = "0" cellpadding = "0" cellspacing = "0" >

    < b >

    < td width = "93" height = "28" valign = "top" > your name: < table >

    < td width = "213" > < input name = "name" type = "text" >

    < table >

    < /tr >

    < b >

    < td height = "28" valign = "top" > Correo electronico: < table >

    < td > < input name = "email" type = "text" > < table >

    < /tr >

    < b >

    < td height = "28" valign = "top" > Contact No.: < table >

    < td > < input name = "contact" type = "text" size = "24" > < table >

    < /tr >

    < b >

    < td height = "85" valign = "top" > subject: < table >

    < td > < label > < input name = "category" type = "radio" value = "Appointment" / > appointment < / label > < br / >

    < label > < input name = "category" type = "radio" value = "Schedule" / > opening hours < / label > < br / >

    < label > < input name = "category" type = "radio" value = "Products" / > Products < / label > < br / >

    < label > < input name = "category" type = "radio" value = "Other" / > other < / label > < table > < /tr >

    < td height = "28" valign = "top" > Message: < table >

    < td > < textarea name = "message" = "24" cols rows = "5" > < / textarea > < table >

    < /tr >

    < tr > < td > < table > < td height = "85" valign = "top" >

    < br / > < img src = "captcha_code_file.php? rand = <?" PHP echo rand();? ' > '.

    ID = "captchaimg" >

    < br / > < label for 'message' = > enter the above code here: < / label >

    < br / > < input id = "6_letters_code" name = "6_letters_code" type = "text" >

    < br / > < small > can not read the image? Click on < a href = "" javascript: refreshCaptcha(); "> here < /a > to update < / small >"

    < table > < /tr >

    < b >

    < td > < table >

    < br / > < td valign = "top" align = "center" > < input type = "submit" value = "Submit" name = "submit" > < table >

    < /tr >

    < /table >

    < / form > < / center > < br / > < table >

    OK - I see what is happening. The script that determines the content of captcha also sets the session variable. To read this variable on the processing page, you need to enable sessions there too. -Change

    If (isset($_POST['submit']))

    on this subject.

    {if (! isset($_SESSION))}

    session_start();

    }

    If (isset($_POST['submit']))

    If there is an error of Captcha, you will also need to print that the visitor sees an indication that they do not have this right. There are several ways to do it, but probably the easiest is just to send them to the test to white form with an error message, so change that-

    Header ('Location: thank_you.html "");

    }

    on this subject.

    Header ('Location: thank_you.html "");

    } else {header('Location:captcha_error.html') ;}

    then create the captcha_error.html page that explains what that went wrong, with a link to the page of the form.

    See if that helps.

  • How to add groups of radio buttons values and show the answers?

    I have eight groups of option buttons. The student must select the button from each group. It is a survey of personal intrestet. If each of the groups will have a button with related values. I need to add values and display the results.

    I have been looking for help, but can't find anything that explains how to add values of radio buttons and display the answers.

    That's what I got so far:

    The option button ActionScript 3.0 / / Avraham Saltoun / / solutions to say-web dot com / / FREE to USE, COPY and DISTRIBUTE

    Import fl.controls.RadioButton;
    Import fl.controls.RadioButtonGroup;
    These libraries must be imported
    in order to access the properties and methods of the Radio button.


    We will Appply formatting
    for the radial buttons
    var format: TextFormat = new TextFormat;
    format. Size = 16;
    format.font = "Trebuchet MS"
    format. Color = 0xFFFFFF;

    myNonconformist.label = "a maverick".
    myConcreteThinker.label = "a concrete thinker."
    myNaturalWithNumbers.label = 'a natural with numbers. "
    myAnalytical.label = "Analytics."
    myAssertive.label = "assertive".
    myIdealistic.label = "Idealistic."
    myCareful.label = 'Careful ';
    myProblemSolver.label = "a problem solver."
    myConscientious.label = 'consciousness '.
    myCreative.label = "Creative."
    myPrecise.label = "precise."
    myEfficient.label = "effective."
    myEnergetic.label = 'energetic ';
    myExpressive.label = 'Expressive ';
    myFriendly.label = 'Friendly ';
    myPersistent.label = 'Permanent '.
    myHelpful.label = "fairly useful";
    myInnovative.label = "innovative";
    myInquisitive.label = ' Inquisitive/Curious. "
    myAccurate.label = "precise."
    myEnthusiastic.label = "enthusiasts";
    myInsightful.label = "insightful";
    myIntuitive.label = 'intuitive ';
    myMechanicallyInclined.label = 'mechanically inclined. "
    myObservant.label = 'observer ';
    myOutgoing.label = "outgoing";
    myPatient.label = "Patient";
    myPersuasive.label = "persuasive."
    myRealistic.label = 'realistic ';
    myPractical.label = 'practice ';
    myScientific.label = 'scientific ';
    mySelfconfident.label = "safe";
    myImaginative.label = "imaginative."
    mySociable.label = "Sociable".
    myStraightforward.label = "direct."
    myUnderstanding.label = "understanding."

    Now, let's apply the style
    created for our labels
    myNonconformist.setStyle ("textFormat", format);
    myConcreteThinker.setStyle ("textFormat", format);
    myNaturalWithNumbers.setStyle ("textFormat", format);
    myAnalytical.setStyle ("textFormat", format);
    myAssertive.setStyle ("textFormat", format);
    myIdealistic.setStyle ("textFormat", format);
    myCareful.setStyle ("textFormat", format);
    myProblemSolver.setStyle ("textFormat", format);
    myConscientious.setStyle ("textFormat", format);
    myCreative.setStyle ("textFormat", format);
    myPrecise.setStyle ("textFormat", format);
    myEfficient.setStyle ("textFormat", format);
    myEnergetic.setStyle ("textFormat", format);
    myExpressive.setStyle ("textFormat", format);
    myFriendly.setStyle ("textFormat", format);
    myPersistent.setStyle ("textFormat", format);
    myHelpful.setStyle ("textFormat", format);
    myInnovative.setStyle ("textFormat", format);
    myInquisitive.setStyle ("textFormat", format);
    myAccurate.setStyle ("textFormat", format);
    myEnthusiastic.setStyle ("textFormat", format);
    myInsightful.setStyle ("textFormat", format);
    myIntuitive.setStyle ("textFormat", format);
    myMechanicallyInclined.setStyle ("textFormat", format);
    myObservant.setStyle ("textFormat", format);
    myOutgoing.setStyle ("textFormat", format);
    myPatient.setStyle ("textFormat", format);
    myPersuasive.setStyle ("textFormat", format);
    myRealistic.setStyle ("textFormat", format);
    myPractical.setStyle ("textFormat", format);
    myScientific.setStyle ("textFormat", format);
    mySelfconfident.setStyle ("textFormat", format);
    myImaginative.setStyle ("textFormat", format);
    mySelfconfident.setStyle ("textFormat", format);
    mySociable.setStyle ("textFormat", format);
    myStraightforward.setStyle ("textFormat", format);
    myUnderstanding.setStyle ("textFormat", format);

    Event listeners
    Define waiting for the compiler
    for a click
    myNonconformist.addEventListener (MouseEvent.CLICK, whoAmI);
    myConcreteThinker.addEventListener (MouseEvent.CLICK, whoAmI);
    myNaturalWithNumbers.addEventListener (MouseEvent.CLICK, whoAmI);
    myAnalytical.addEventListener (MouseEvent.CLICK, whoAmI);
    myAssertive.addEventListener (MouseEvent.CLICK, whoAmI);
    myIdealistic.addEventListener (MouseEvent.CLICK, whoAmI);
    myCareful.addEventListener (MouseEvent.CLICK, whoAmI);
    myProblemSolver.addEventListener (MouseEvent.CLICK, whoAmI);
    myConscientious.addEventListener (MouseEvent.CLICK, whoAmI);
    myCreative.addEventListener (MouseEvent.CLICK, whoAmI);
    myPrecise.addEventListener (MouseEvent.CLICK, whoAmI);
    myEfficient.addEventListener (MouseEvent.CLICK, whoAmI);
    myEnergetic.addEventListener (MouseEvent.CLICK, whoAmI);
    myExpressive.addEventListener (MouseEvent.CLICK, whoAmI);
    myFriendly.addEventListener (MouseEvent.CLICK, whoAmI);
    myPersistent.addEventListener (MouseEvent.CLICK, whoAmI);
    myHelpful.addEventListener (MouseEvent.CLICK, whoAmI);
    myInnovative.addEventListener (MouseEvent.CLICK, whoAmI);
    myInquisitive.addEventListener (MouseEvent.CLICK, whoAmI);
    myAccurate.addEventListener (MouseEvent.CLICK, whoAmI);
    myEnthusiastic.addEventListener (MouseEvent.CLICK, whoAmI);
    myInsightful.addEventListener (MouseEvent.CLICK, whoAmI);
    myIntuitive.addEventListener (MouseEvent.CLICK, whoAmI);
    myMechanicallyInclined.addEventListener (MouseEvent.CLICK, whoAmI);
    myObservant.addEventListener (MouseEvent.CLICK, whoAmI);
    myOutgoing.addEventListener (MouseEvent.CLICK, whoAmI);
    myPatient.addEventListener (MouseEvent.CLICK, whoAmI);
    myPersuasive.addEventListener (MouseEvent.CLICK, whoAmI);
    myRealistic.addEventListener (MouseEvent.CLICK, whoAmI);
    myPractical.addEventListener (MouseEvent.CLICK, whoAmI);
    myScientific.addEventListener (MouseEvent.CLICK, whoAmI);
    mySelfconfident.addEventListener (MouseEvent.CLICK, whoAmI);
    myImaginative.addEventListener (MouseEvent.CLICK, whoAmI);
    mySelfconfident.addEventListener (MouseEvent.CLICK, whoAmI);
    mySociable.addEventListener (MouseEvent.CLICK, whoAmI);
    myStraightforward.addEventListener (MouseEvent.CLICK, whoAmI);
    myUnderstanding.addEventListener (MouseEvent.CLICK, whoAmI);
    Note that all lead to the same function.

    It will probably be better for you to do it the hard way and assign labels, values and groups in the programming environment using the settings panel.

  • To access the Radio button values

    I have such a problem to the value of the option button selected in a group. Help!

    I put 5 radio buttons on the stage and gave them all the 'Question1' groupName in the components Inspector. They each have their own names for the instance and value which is also defined in the components Inspector.

    When I go to access the Group (via test movie) and check the value that is selected, I get this error:

    "Access of undefined property Question1.

    Here is the code I use:

    var Radio1:String = new String();
    Radio1 = Question1.selection.value;

    SubmitBtn.addEventListener (MouseEvent.CLICK, clickHandler);

    function clickHandler(eventObj:MouseEvent):void {}
    trace ("clicked");
    trace (Radio1);
    }

    Other problems that I have with this code is the flash player does not believe the value of the object of the radio is a channel... so what is the data type of the property value?

    Struggeling powerfully,

    -Sage

    I edited this post and the line that has been fixed:

    trace (rbObject)

    which should have been

    trace (rbObject ())

    retry code.

  • Entered radio button does not

    I try to have radio buttons in my HTML file panel, but for reasons unknown, they appear as lines of text instead of under form of radio buttons.

    Preview the HTML file in a browser displays the buttons without problems.

    What is the problem here?

    This has been fixed after that I did:
    Adding the type- attribute to the entry tags

    Addition of the attribute checked the entry tags (it's a Boolean, so you assign a value to it--you write just checked)

  • SUM of radio button values

    Hello

    I have a simple form with radio buttons, and I would like to create a formula to extract the values of radio buttons and add them or their average. I have attached a picture of the document I'm working. Don't forget that I am a complete novice that I'm just trying to learn some new skills.

    Screen Shot 03-16-16 at 10.41 AM.PNG

    If you apply the values as the value of each field (under Properties - Options) "radio button choice" then you will be able to use the integrated calculation commands to perform these operations.

  • Required radio buttons will not validate/submit

    I'm having a problem in the ES4 Designer (also seems to occur in the new AEM forms 6.1) where my required radio button fields are not validated.  Increasingly, any of the fields below a required radio button be validated either.  If the box is deleted, all other fields validated as expected. Someone at - it suggestions? I don't remember ever having this problem with previous versions.

    I tried to use checkboxes to simulate radio buttons, but it's extra code to validate the box and I find myself with double validation messages (one for each option) it was not easy to use - open to suggestions for improvement of the workaround as well.

    If Adobe has led me to this: https://forums.adobe.com/thread/1152792

    Change the target of the form to 9.1 in the properties of the form solved the problem of validation. This option is not available in the latest version of the designer, however, you must use version 11 or lower for this to work.

  • How to get the display of the radio button value

    Hi I have a situation where I need to display the value of the radio button, for example I store A value in db, but I view Active in my radio button how do I do

    my radio button is

    < af:selectOneRadio id = "sor3" layout = "horizontal".

    value = "#{pageFlowScope.InternalBean.Status} '"

    autoSubmit = 'true '.

    valueChangeListener = "#{RadiobuttonPopupBean.activationChangedListener}" >

    < af:selectItem label = 'Active' value = 'A' id = "si10" / >

    < af:selectItem label = 'Inactive' value = 'I' id = "si9" / >

    < / af:selectOneRadio >

    I have what it takes to display the value in the outputtext

    < af:outputText value = "reason: #{bindings." Reason.inputValue}"id ="ot9 ".

    partialTriggers = "d1" inlineStyle = "height: 100px;" / >

    am in jdeveloper 11.1.1.6.0

    I've updated the ticket to show how to do this. You can find the blog at http://wp.me/pcBZk-ye

    Please download the workspace updated using the link to the blog post.

    Timo

  • Background color for the radio button does not change during execution

    Hi everyone,

    I set the background color of shapes in blue in the formsweb.cfg file. I used 4 radio buttons in the form and at the time of execution, the background color of the option button is gray.

    So I used SET_ITEM_PROPERTY trigger to set the background color, but it is not chaning. It remains grey.

    SET_ITEM_PROPERTY('TRANS_MASTER.) MODE_OF_PAYMENT', BACKGROUND_COLOR, 'r90g117b148'); - Radio button group

    SET_ITEM_PROPERTY('TRANS_MASTER.) CASH', BACKGROUND_COLOR, 'r90g117b148'); - Radio button
    SET_ITEM_PROPERTY('TRANS_MASTER.) CREDIT_CARD', BACKGROUND_COLOR, 'r90g117b148'); - Radio button
    SET_ITEM_PROPERTY('TRANS_MASTER.) CREDIT_CUSTOMER', BACKGROUND_COLOR, 'r90g117b148'); - Radio button
    SET_ITEM_PROPERTY('TRANS_MASTER.) REDEEMVOUCHER', BACKGROUND_COLOR, 'r90g117b148'); - Radio button

    I used the RGB color as r90g117b148.

    Please help me,

    Thanks in advance,

    Published by: lola amrani may 5, 2010 07:56

    Hello

    When the desig, assign ownership of background color for group of Radio buttons and boxes option for

    François

  • How to get the Radio button value after submit process

    I have a button called (P8_DELETED_RECORD) that has 2 choices (Yes and no) and would like to have my "anonymous PL/SQL block" after presenting the process run logic differenct depending on whether Yes or no is selected.

    How can I referecne the option button in the code, I tried several ways without having had no success.
    I tried:
    a. if: P8_DELETED_RECORD = "1" then
    b. if: P8_DELETED_RECORD_0 then
    b. if: P8_DELETED_RECORD_0 = 'Y' Then


    Using Apex 3.2.
    Thank you

    Hello

    Inside of your radio, what is your lov

    STATIC2:Yes; 1, none; 0

    in this more top of case, you can use the code below

    If: P8_DELETED_RECORD = 1 then
    ---
    end if

    When the value of your lov return changes in 'yes' or 'y' depending on whether you have to change the condition

    Thank you
    Loga

  • After installation or upgrade to Firefox 31, starting Firefox does not display the home page, personalize displays a blank page and the radio button does not work

    I am the admin of Windows for a University Department and install PC with Firefox all the time. This problem does not occur with every PC I would maintain, only a selection bit (model different laptops with Windows and update 1 8.1.) Until today, it has happened with the new user (with admin rights) accounts that I place on laptops for our staff. Today, this happened with the account administrator while setting up a new laptop. In all cases so far, I have install Windows from a registered image that was created by using sysprep.

    I tried many suggestions to reset Firefox, removing the profile of Firefox users, removing the Windows profile users, uninstalling/reinstalling Firefox, uninstall/reinstall of Firefox and the latest Java, but nothing helped. After uninstalling, I run an application to delete the caches and temporary files and even remove manually the keys to register HKLM\SOFTWARE\Mozilla and HKCU\SOFTWARE\Mozilla. I restart and make sure that the installation folder is deleted after uninstalling.

    Results are the same: after installing Firefox 31, the initial settings for migration, IE or Chrome pop up and after having clicked on the button finish, Firefox starts but does not display the home page of the new user, only a blank page. By clicking on the Options (3 bars) button does nothing. Right click in the appropriate box, the shortcut menu appears, so I can choose to customize, but which opens another tab with subject: Customize the URL and the page is blank. In the right click context menu, I can activate the menu bar and get options from that.

    My last attempt helped a little. I uninstalled Firefox 31, cleaned, removed the profile user Firefox, rebooted and then installed Firefox 30. Initial start-up runs and tells me that I'm not up-to-date and the works of button Options. But I can't always customize.

    Then I upgraded to Firefox 31, but then it's back to no start page, no options button and no customization. I can go down to 30 and get customize practically works again.

    Addon only is for McAfee Scriptscan to Firefox 15.1.0, just after installation is disabled.

    Any help would be appreciated. Thank you.

    You can try a different theme of Windows?

    Have you tried to start the computer using Windows safe?

    Start the computer in Mode safe mode with network support Windows (on the startup screen, press F8) as a test.

Maybe you are looking for

  • How can I find which TC are able AC?

    I have some time Capsules which I configured as Extender. I would like to know which are the best speed, and that would not be better to use for backups. I have a brand new Airport Extreme as my base station and others that extend are older, but they

  • 9.2 that my contacts does not open on Air iPad updated

    After having upgraded to 9.2 my contacts does not open on iPad Air but iPhone 5 s is ok? How can I fix the iPad because of the Air.

  • Computer support

    Why is it that when I go to click on a shortcut like iTunes on my desktop a window appears and asks me what I program to use to open the program with, and because of that, I can't download any program because the window opens. How can I get rid of hi

  • How can I recover a drive partition?

    I had problems with spyware and I thought I was restoreing to a point earlier, but really I partitioned the drive. How to recover the drive? Vista Windows

  • HTML formatting problem

    So I will try to create an app pulls an RSS feed of my website and I put the in a label to display in a page but for some reason, sometimes the HTML coding is wobbly and don't format correctly, simply display the code. example: Other times it turns p