Help topics not showing up when clicked

For some reason none of the help topics will show up now when I click on them. I click on help, type in my question, get some links and when I click on them it closes the help window but nothing else pops up. Do I need to reinstall or is there some option that I turned off by accident?

Take a look at this http://support.apple.com/kb/TS1538
http://support.apple.com/kb/TS3716

Similar Messages

  • CRviewer do not show anything when click button to show report with VS2013

    First of all I must say, My English language skill is not good but I'll try to communicate as best as possible.
    I am using Visual Studio 2013Ultimate with Update4  on .NetFramework 4.5.1  and Crystal Reports SP13.0.13.1597
    When installed complete. ( Previously i have tried it with my project but CR & CRviewer not working)
    I have tried using CRviewer in a new asp.net page  The following code
    ***-----WebFrom1.aspx-----***
    <body>
        <form id="form1" runat="server">
        <div>
        <asp:RadioButton ID="rdoByAll" runat="server" Text="all" GroupName="rdoChoose" AutoPostBack="True" />
            FromDate :
            <asp:TextBox ID="txtDateFrom1" runat="server" AutoPostBack="True"></asp:TextBox> 
            ToDate :
            <asp:TextBox ID="txtDateTo1" runat="server" AutoPostBack="True"></asp:TextBox>
            <asp:Button ID="btnCallReport1" runat="server" Text="CallReport" />
            <br />
            <br />
            <asp:RadioButton ID="rdoByName" runat="server" Text="ByName" GroupName="rdoChoose" AutoPostBack="True" />
            FromDate :       
            <asp:TextBox ID="txtDateFrom2" runat="server" Height="16px" Width="150px" AutoPostBack="True"></asp:TextBox>
            ToDate :
            <asp:TextBox ID="txtDateTo2" runat="server" Height="16px" Width="150px" AutoPostBack="True"></asp:TextBox>
      <asp:Button ID="btnCallReport2" runat="server" Text="CallReport" />
            <asp:DropDownList ID="ddlNamelist" runat="server" AutoPostBack="True">
            </asp:DropDownList>
            <br />
            <br />
            <CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="True" ToolPanelView="None" />
            <br />
        </div>
        </form>
    </body>
    ***-----WebFrom1.aspx.vb-----***
    Imports CrystalDecisions.CrystalReports.Engine
    Imports CrystalDecisions.Shared
    Imports CrystalDecisions.Web
    Public Class WebForm1
        Inherits System.Web.UI.Page
        Protected Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
        End Sub
    Protected Sub rdoByAll_CheckedChanged(sender As Object, e As EventArgs) Handles rdoByAll.CheckedChanged
            If rdoByAll.Checked = True Then
                txtDateFrom1.Enabled = True
                txtDateTo1.Enabled = True
                btnCallReport1.Enabled = True
                txtDateFrom2.Enabled = False
                txtDateTo2.Enabled = False
                btnCallReport2.Enabled = False
                ddlNamelist.Enabled = False
            Else
                txtDateFrom1.Enabled = False
                txtDateTo1.Enabled = False
                btnCallReport1.Enabled = False
                txtDateFrom2.Enabled = True
                txtDateTo2.Enabled = True
                btnCallReport2.Enabled = True
                ddlNamelist.Enabled = True
            End If
        End Sub
        Protected Sub rdoByName_CheckedChanged(sender As Object, e As EventArgs) Handles rdoByName.CheckedChanged
            rdoByAll_CheckedChanged(sender, e)
        End Sub
        Protected Sub btnCallReport1_Click(sender As Object, e As EventArgs) Handles btnCallReport1.Click
            Dim rpt As New ReportDocument()
            rpt.Load(Server.MapPath("CrystalReport1.rpt"))
            Me.CrystalReportViewer1.ReportSource = rpt
            Me.CrystalReportViewer1.RefreshReport()
        End Sub
    End Class
    When i press F5 to run project make Code of radiobutton not work(Disable,Enable OtherControl such as textbox)
    And when i try press CallReportButton CRviewer do not show anything.
    When I brought CRviewer leaving the page ,Code of Radiobutton were working fine.
    But can't to show "CrystalReport1.rpt" on CRviewer when i click CallReportButton. i'm not understand.
    Then i have tried to learn from follow this link : CR not working in visual studio 2013
    and Using Crystal Report in ASP.Net website, Report not showing in CrystalReportViewer
    i have to create a new CR ASP NET project and copy the whole C:\inetpub\wwwroot\aspnet_client folder
    into my app folder and then add this to your web.config file, line in bold:  <add key="vs:EnableBrowserLink" value="false"/>
    project is working but not fine  when I try to click button to call report  I get this pop-up .   " popup.JPG"   what is it?
    And project warning!  could not find schema information every element . "Could not find every Element.JPG"
    After that, copy the whole C:\inetpub\wwwroot\aspnet_client folder into my app folder Only!  not add in my web.config
    (In previous project need to use CR)  make to project were working  but i get same pop-up when i click to show report.
    **** buleline in popup.JPG picture  is "The report you requested requires further information"

    I think you're over-complicating things. I'd like you to have a look at a few sample apps, see how they work, then adjust your app. Samples are here:
    Crystal Reports for .NET SDK Samples - Business Intelligence (BusinessObjects) - SCN Wiki
    Also, have a look  at Crystal Reports for Visual Studio 2005 Walkthro... | SCN (- applies to all versions of CR and .NET).
    Finally, the Developer Help files are here:
    SAP Crystal Reports .NET SDK Developer Guide
    SAP Crystal Reports .NET API Guide
    - Ludek
    Senior Support Engineer AGS Product Support, Global Support Center Canada
    Follow me on Twitter

  • F4 Help list not showing values when a BEx 7x workbook is refreshed

    Hello All,
    Hope you are doing good. I have a very peculiar behaviour with F4 functionality of a variable while refreshing a workbook and thus requesting for your help.
    The workbook contains two queries. Both of these queries contains a common variable (of common characteristic).
    Info_Provider
    Query_Name
    Characteristic_Name
    Variable_Name
    Multi_Provider_1
    Query1
    Char1
    Var1
    Multi_Provider_2
    Query2
    Char1
    Var1
    When Query1 and Query2 are refreshed individually, the variable Var1 (basically a plant variable) shows the help list values.
    But when the workbook is refreshed (that's when both the queries gets executed together with a common variable screen) and
    upon clicking the help list of the variable Var1 doesn't show any values.
    Additional Info:
    1. Both the variables are configured to show data from Master table.
    2. The same set up works fine in 3x and also for other similar variables.
    Has anybody come across of this situation? If so, what is the issue and what was the solution?
    Pls share.
    Thank you.
    Lohith

    We recently had a similar issue with a variable... turns out the RSR_VARIABLE_F4_RESTRICT_BADI BADI was activated for this variable (and the code was no longer "valid" with the current situation).
    You may want to check whether you have that BADI activated.

  • PLS HELP: Video not showing up when inserting into timeline

    hi everyone:
    I recorded DV footage into FCP6. I have the DV footage opened in viewer and I set the in and out points. I drag the viewer footage into the timeline. But only the audio shows up in the time line.
    How do I enable it so video can be inserted again?
    I did some research and I'm aware there is the v1, a1, a2 on the left side of the timeline bar. If you disconnect v1, a1, or a2 it won't import into timeline on insert. However, even though I have v1 connected to v1 the video still won't show.
    May someone help? This project is time sensitive.
    Thanks ahead of time.

    hey Capt,
    It everything was recorded properly. Video and audio was captured while doing log and capture.
    I was ediiting and I could insert video and audio files fine. Then I just created a new sequence and now it only inserts audio not video. I tried to insert video in my previous sequences that had video but now video can't be inserted either.
    Did I hit some sort of key on the keyboard by accident that disabled the video insert?
    Yes the v1 is connected to v1, it is both snapped together when I import video so I don't understand why FCP is not importing video from my sequence, unless it's a bug?!

  • I downloaded an app in the itunes app store on my pc and it's in my library, but it will not show up when i click ipod then apps?

    I downloaded an app in the itunes app store on my pc and it's in my library, but it will not show up when i click ipod then apps?

    You need to sync the app to the iPod
    iTunes: Syncing media content to iOS devices and iPod       
    Is the app compatible with your model iPod and iOS?
    Are any Restrictions set that would prevent installing the app on your iPod? Settings>General>Restrictions
    Do any apps no sync to the iPod?
    Does any media now sync to the iPod?
    Have you successfully synced aps to this iPod from this iTunes library before?

  • F1 Help Topic Not Displaying

    We provide F1 help for almost every field in our application.
    I converted our Winhelp project into .CHM file and used the .hh
    file provided by the developer. The .chm file compiles just fine.
    But the developer states that the F1 help does not show up for
    certain fields.
    Here is an example situation:
    The .hh file contains:
    IDH_BYR1NAM1
    IDH_BYR1NAM2
    The content for both help topics is identical, therefore
    instead of creating 2 help topics, the .ali file contains the
    following;
    IDH_BYR1NAM1=html\IDH_BYR1NAM1.htm
    IDH_BYR1NAM2=html\IDH_BYR1NAM1.htm
    When we press F1 in the BYR1NAM2 field, the help topic for
    BYR1NAM1 should show up but it doesn't. No help topic displays.
    In the Map Id report I generated, the following was noted:
    DH_BYR1NAM1
    Map #: #80
    Map file: C:\ENTERPRISE\HELP FIXES\PROFORM F1
    HELP\HTMLHelp\pfsymtab.hh
    Topic: html\IDH_BYR1NAM1.htm
    (Map ID)
    IDH_BYR1NAM2
    Map #: #81
    Map file: C:\ENTERPRISE\HELP FIXES\PROFORM F1
    HELP\HTMLHelp\pfsymtab.hh
    Topic: html\IDH_BYR1NAM1.htm
    (Map ID)
    I would greatly appreciate if someone can provide clues as to
    why this is happening. Thanks in advance for your help!

    in the report text, is this just a cut and paste error, or an
    actual typo?
    DH_BYR1NAM1 - should it be IDH_BYR1NAM1?
    also - is ENTERPRISE a (gulp) NETWORK drive or your local
    hard drive?

  • A june 2012 icloud backup shows up on my icloud storage manage list, but does not show up when i try to restore from icloud backup. what to do?

    Question repeated: A june 2012 icloud backup shows up on my icloud storage manage list, but does not show up when i try to restore from icloud backup. what to do?
    I want to restore from my june 2012 backup because it contains pictures that i lost when my phone broke in september. if anyone could help that would be awesome. thanks

    Did you tap "Show older backups" on the Choose Backup screen (see image below)?

  • I have just downloaded a free app and there is no icon and it will not open from the list even tho it appears to have downloaded and the "open" button is available.  Does not show up when I search for it.  Plenty of memory . . .

    I Have an iPad mini running iOS 7.1.2,  I downloaded a new app and it's icon does not appear anywhere ( have ~ 180 apps so not at limit) and it won't open from the purchased apps list.  It does not show up when I search for it so can't open t that way either.  It doesn't require iOS 8.  Can't delete and reinstall, cause not icon.  This is not a normal "app won't open" question.  it doesn't start the. Stop it just doesn't seem to exist.  Any help is appreciated

    Hello Chelleuri,
    Thank you for using Apple Support Communities. 
    The following article provides information to trroublehshoot issues with installed apps, including not opening.
    iOS: An app you installed unexpectedly quits, stops responding, or won’t open - Apple Support
    Regards,
    Jeff D. 

  • SharePont 2013 Document Library lookup Column Properties not Showing Correctly when editing in Word

    Hi
    I keep seeing this issue albeit intermittently.  I have set up a doc library for my users which has a custom content type (lookup, metadata columns, etc)  . They all appear perfectly most of the time except the lookup column. Sometimes is just
    decides to display the title field of the current library and not the lookup list title .  It is weird as it has been working perfectly for ages given the library is populated with valid documents.
    There are some fixes listed here. Has anyone got any experience of this?
    https://social.msdn.microsoft.com/Forums/azure/en-US/e0b55531-509c-4219-8113-61b3e488de69/document-library-metadata-properties-of-a-content-type-do-not-show-correctly-when-editing-in-word?forum=sharepointdevelopmentprevious
    Freelance consultant

    Hi,
    According to your post, my understanding is that the lookup  column not display well while editing in word.
    Did you customize the Document Information Panel?
    I recommend you edit your custom document information panel or create a new document information panel, then re-publish it to check whether it works.
    https://support.office.com/en-gb/article/Create-or-edit-a-custom-Document-Information-Panel-for-a-content-type-b701a9af-3ea6-4c1a-9e1c-75363bd987c9?ui=en-US&rs=en-GB&ad=GB
    Or you can also use the methods in the post you have pasted to check whether it works.
    As the limitation of the environment, we could not reproduce the issue in our environment.
    I  would suggest you open a case to Microsoft Customer Service via Phone.
    Thanks,
    Jason
    Forum Support
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact
    [email protected]
    Jason Guo
    TechNet Community Support

  • Add-ons are not loading, JS popus are not showing up after click, firebug button not showing

    Hello,
    I was using Firefox 8, and then today i noticed that non of the JS scripts are working, the Add-on are not showing after a click, The Firebug button at the top right is missing,
    Thinking if I upgrade to 9 it will solve my problems, but it did not. How can I correct this? Am I missing something?

    Perform the suggestions mentioned in the following articles:
    * Update Firefox to latest version 10 -> [[Installing Firefox on Mac]]
    * [[Add-ons are disabled after updating Firefox#w_check-for-new-versions-of-your-add-ons|Update Add-ons]]
    * [https://support.mozilla.com/en-US/kb/Template:clearCookiesCache/ Clear Cookies & Cache]
    * Update All your Firefox Plugins -> [https://www.mozilla.org/en-US/plugincheck/]
    ** '''When Downloading Plugins Update setup files, Remove Checkmark from Downloading other Optional Softwares with your Plugins (e.g. Toolbars, McAfee, Google Chrome, etc.)'''
    Check and tell if its working.

  • I have a new iphone that is not showing up when I attempt to sync to itunes

    I have a new iphone that is not showing up when I attempt to sync with itunes

    Windows or Mac?
    iOS: Device not recognized in iTunes for Windows
    iPhone:  Device not recognized in iTunes for Mac OS X
    Robert, if you are using a Windows based computer, often disabling anti virus software and turning off the Firewall on the PC can help.
    iTunes for Windows: Troubleshooting security software issues

  • Our illustrator files are not showing up when uploaded to creative cloud.

    Our illustrator files are not showing up when uploaded to creative cloud. They are visible sometimes when we turn on and off the layers. Please help thanks.

    If you feel that you have enough evidence of the symptoms, use the feedback at http://www.apple.com/feedback/itunesapp.html to let Apple know. The "feedback type" of "bug report" has been removed from the iTunes feedback, so I suggest you use use "Other".
    You will not receive any feedback from them, but they do read the submissions and act upon them. It can take a while, and more than one iTunes update before the issue is resolved.

  • Hi My Ipod Touch Is Not Synching when i plug it in to laptop and its not showing up , when i try to manualy sync its not available

    and its not showing up , when i try to manualy sync its not available,  before whenever i plugged it into the lap top it would automatically sync any help please ?

    iOS: Device not recognized in iTunes for Mac OS X
    Or
    See
    iOS: Device not recognized in iTunes for Windows
    - I would start with
    Removing and Reinstalling iTunes, QuickTime, and other software components for Windows XP
    or               
    Removing and reinstalling iTunes and other software components for Windows Vista, Windows 7, or Windows 8
    However, after your remove the Apple software components also remove the iCloud Control Panel via Windows Programs and Features app in the Window Control Panel. Then reinstall all the Apple software components
    - New cable and different USB port
    - Run this and see if the results help with determine the cause
    iTunes for Windows: Device Sync Tests
    - Try on another computer to help determine if computer or iPod problem

  • Why will all the phone numbers on my phone not show up when I log into iCloud on my computer?

    Why will all the phone numbers on my phone not show up when I log into iCloud on my home computer?

    Hello tamivw,
    I read your post and I have linked to an article that will instruct you on how to access your iCloud contacts on a computer:
    This article is for Windows:
    iCloud Control Panel 3.1 for Windows
    http://support.apple.com/kb/DL1455
    This article will help you access the iCloud preferences where you can enable contact syncing:
    iCloud: Open iCloud preferences
    http://support.apple.com/kb/PH12802
    Thank you for contributing to Apple Support Communities.
    Cheers,
    BobbyD

  • Ipod Not showing up when I use iTunes

    Ipod Not showing up when I use iTunes when plug in. Please let me know why?
    Thank you.

    Have you had a chance to look at this troubleshooting document? It may be of some help: iTunes 7 for Windows doesn't recognize iPod</a

Maybe you are looking for

  • High CPU usage running select from dba_ts_quotas

    We recently installed grid agent on a DEV box and have seen out CPU spike like crazy at times. I have 10 instances running on this box (cringe), they are at different versions from 10 -11G. The agent is at 10.2.0.4. I looked up the query that's eatin

  • Why is iCloud grey out when log in?

    Trying to get my e-mail but iCloud is gray out blurry in my iMac can log in why?

  • How to adjust video while gaming

    I have an MSI FX5900SP  256mb and I want to know if there is a utility that I can download that I can hit hot keys to adjust the gamma, contrast and brightness while gaming.   My buddy has an ATI 5950 from Asus and asus has a utility to adjust while

  • HT4566 how do i view tiff files in safari?

    Wanting to view drawings on uspto.gov in Tiff won't open in Safari Mountail LIon...  Anybody?

  • Eligibility date

    The main line on my family plan says its eligible for the IPHONE 4 upgrade even know the contract ends in 9/2011 is this true.