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

Similar Messages

  • Part of my menu doesnt do anything when clicked.

    Im updating my menus in Dreamweaver and all of the links in my menu show a hover action when hovering over them. But some do not do anything when clicking them. My code looks like this
    <div id="banner2" ></div>
      <div id="homebutton"><a onfocus="blur()"   href="http://www.wiremirage.com"
    title="home"></a></div>
      <div id="portfoliobutton"><a onfocus="blur()"  
    href="http://www.wiremirage.com/portfolio.html" class="nm"
    title="portfolio"></a></div>
      <div id="shopbutton"><a onfocus="blur()"  
    href="https://www.etsy.com/shop/WireMirage" title="shop"></a></div>
      <div id="learnbutton"><a onfocus="blur()"  
    href="http://www.wiremirage.com/learn.html" title="learn"></a></div>
      <div id="aboutbutton"><a onfocus="blur()"  
    href="http://www.wiremirage.com/about.html" title="about"></a></div>
      <div id="contactbutton"><a onfocus="blur()"  
    href="http://www.wiremirage.com/contact.html" title="contact"></a></div>
      <div id="travellingonaspectrumbeyo" ></div>
      <div id="viewourspring2014button"><a onfocus="blur()"  
    href="https://www.etsy.com/shop/WireMirage" title="View Our Spring
    2014"></a></div>
      <div id="i32bottomleftbg" ></div>
    Theres more than that, but that is the menu when I select it in DW. My portfolio button doesnt go anywhere when I click on it. Can anyone help?

    Hmm, without seeing the css, it's hard to say, but as it stands right now, your <a> tags have no content.
    If your css is creating hover states for each <div> the hover state for those would work just fine. It may be that the empty <a> tags are collapsing to zero height, giving you nothing to technically click on though.
    Also, rather than using the onfocus state in all of your individual links (a bit tedious) I'm guessing to get rid of the outline in IE, you can use a little snippet of css instead...
    a {
    outline:none;
    Though neither are very nice things to do to your visitors that rely on the outline to show which link they are on as they tab through your site without using a mouse (either by choice or disability).

  • I cant not see anything when i logged in on my sportsbets on bet365 and few more sites

    Hallo!i cant not see anything when i logged in on my sportsbets on bet365 and few more sites

    Mandilee01 wrote:
    I took over my bosses computer.  When I sign into my iTunes account, my music does not show up, only hers.
    Did you copy your files to her computer?
    This is what you need to do.
    I need her files off of my computer, but do not want to delete anything of hers.
    No idea what this means?

  • HT1338 I have hand this Mac for 4 years. Today for the first time mail will not do anything when I hit send. It is receiving but it will not send. Can anyone help?

    I have an IMac running on 10.6.8 and today for the first time mail will not do anything when I hit send. Can anyone help out there?

    Check your Window menu -> Activity menu to see if anything is really not happening.  If it isn't happening, check your settings.

  • Can not upload anything when Finder window pops up on Mavericks

    Running Mavericks here and just can not upload anything anymore on Facebook for example, it also happens on other webpages too where the finder window pops up to select a file to upload. The browser freezes and I have to force quit it, tried Safari, Chrome and Firefox... all the same, this leads me to believe it's a Finde issue. Don't know what to do! Bellow the crash report:
    Date/Time:       2013-11-09 19:56:10 -0200
    OS Version:      10.9 (Build 13A603)
    Architecture:    x86_64
    Report Version:  18
    Command:         Safari
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Version:         7.0 (9537.71)
    Build Version:   3
    Project Name:    WebBrowser
    Source Version:  7537071000000000
    Parent:          launchd [146]
    PID:             355
    Event:           hang
    Duration:        1.76s
    Steps:           18 (100ms sampling interval)
    Hardware model:  MacBookAir4,1
    Active cpus:     4
    Fan speed:       1996 rpm
    Free pages:      119152 pages (-1591)
    Pageins:         0 pages
    Pageouts:        0 pages
    Swapins:         0 pages
    Swapouts:        0 pages
    Process:         Safari [355]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Architecture:    x86_64
    Parent:          launchd [146]
    UID:             501
    Task size:       79463 pages
    CPU Time:        0.007s
    Dispatch Thread Soft Limit Reached:   64  (too many dispatch threads blocked in synchronous operations)
      Thread 0x1fbe     DispatchQueue 1          priority 47       
      18 start + 1 (libdyld.dylib) [0x10e9ce5fd]
        18 SafariMain + 267 (Safari) [0x10812476d]
          18 NSApplicationMain + 940 (AppKit) [0x10c328803]
            18 -[NSApplication run] + 553 (AppKit) [0x10c33d9cc]
              18 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 161 (Safari) [0x107f544a0]
                18 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122 (AppKit) [0x10c3498db]
                  18 _DPSNextEvent + 1434 (AppKit) [0x10c34a28e]
                    18 _BlockUntilNextEventMatchingListInModeWithFilter + 65 (HIToolbox) [0x10df04abc]
                      18 ReceiveNextEventCommon + 173 (HIToolbox) [0x10df04b85]
                        18 RunCurrentEventLoopInMode + 226 (HIToolbox) [0x10df04f0d]
                          18 CFRunLoopRunSpecific + 309 (CoreFoundation) [0x10b477275]
                            18 __CFRunLoopRun + 1525 (CoreFoundation) [0x10b477aa5]
                              18 __CFRunLoopDoTimers + 298 (CoreFoundation) [0x10b52d76a]
                                18 __CFRunLoopDoTimer + 1151 (CoreFoundation) [0x10b4bc25f]
                                  18 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 (CoreFoundation) [0x10b4bc724]
                                    18 -[NSApplication(NSQuietSafeQuit) _updateCanQuitQuietlyAndSafely] + 201 (AppKit) [0x10c52f783]
                                      18 _LSSetApplicationInformationItem + 101 (LaunchServices) [0x10f41bb17]
                                        18 _LSSetApplicationInformation + 263 (LaunchServices) [0x10f4114ec]
                                          18 xpc_connection_send_message_with_reply_sync + 195 (libxpc.dylib) [0x10eccb733]
                                            18 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x10eb6aa56]
                                             *18 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x1fc7     DispatchQueue 2          priority 49         cpu time   0.001s
      18 _dispatch_mgr_thread + 52 (libdispatch.dylib) [0x10e997152]
        18 kevent64 + 10 (libsystem_kernel.dylib) [0x10eb6f662]
         *18 ??? (mach_kernel + 3948480) [0xffffff80005c3fc0]
      Thread 0x1fc8     DispatchQueue 6          priority 21       
      18 start_wqthread + 13 (libsystem_pthread.dylib) [0x10ec80fb9]
        18 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x10ec7def8]
          18 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x10e998193]
            18 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x10e99709e]
              18 _dispatch_client_callout + 8 (libdispatch.dylib) [0x10e9952ad]
                18 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x10e9981d7]
                  18 ___ZN22IAsynchronousOperation19PerformAsyncOnQueueEP16dispatch_queue_sy_block_i nvoke + 27 (FinderKit) [0x121eae1fe]
                    18 TQuickAliasResolver::FirstStepOnSecondaryThread() + 52 (FinderKit) [0x121f850b8]
                      18 TFENode::CopyFromAlias(bool, bool, OpaqueNodeRequest*, unsigned int, TFENode&) const + 159 (FinderKit) [0x121e44153]
                        18 NodeCopyFromAlias + 267 (DesktopServicesPriv) [0x10dd59d38]
                          18 TNode::FollowAlias(TNodePtr&, OpaqueNodeRequest* const&, unsigned int) const + 1586 (DesktopServicesPriv) [0x10dd5a40a]
                            18 TNode::FollowAlias(unsigned int) const + 175 (DesktopServicesPriv) [0x10dd69871]
                              18 TFSInfo::FollowAliasOrSymlinkDeep(unsigned int, TCountedPtr<TFSInfo>&, int) const + 749 (DesktopServicesPriv) [0x10dde6eb5]
                                18 _CFURLCreateBookmarkData + 465 (CoreServicesInternal) [0x115315c53]
                                  18 createBookmarkWithURLAtDepth(__CFAllocator const*, __CFURL const*, unsigned long, __CFURL const*, __CFArray const*, BookmarkMutableData&, unsigned int, bool, __CFError**) + 312 (CoreServicesInternal) [0x115316317]
                                    18 encodeResourcePropertyIntoBookmark(BookmarkMutableData&, __CFURL const*, __CFString const*, unsigned int, __CFError**) + 46 (CoreServicesInternal) [0x115317966]
                                      18 CFURLCopyResourcePropertyForKey + 123 (CoreFoundation) [0x10b4636bb]
                                        18 _FSURLCopyResourcePropertyForKey + 15 (CoreServicesInternal) [0x115322d91]
                                          18 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 213 (CoreServicesInternal) [0x115322e6b]
                                            18 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227 (CoreServicesInternal) [0x11532517f]
                                              18 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 53 (LaunchServices) [0x10f416098]
                                                18 prepareEffectiveIconImageDataValue(__CFURL const*, __FileCache*, __CFError**) + 40 (LaunchServices) [0x10f49d122]
                                                  18 _BindingCopyIconFamilyData(__Binding*, __CFData const**) + 118 (LaunchServices) [0x10f49cce2]
                                                    18 IconRefToIconFamily + 44 (HIServices) [0x10f8e2307]
                                                      18 _ISIconRefToIconFamily + 89 (IconServices) [0x11181346d]
                                                        18 _ISCopyICNSDataFromBinding + 705 (IconServices) [0x111812d97]
                                                          18 IconImageRequestor::CreateCGImage(_LSBinding*, unsigned int, unsigned int, __CFDictionary const*) + 351 (IconServices) [0x111824b9f]
                                                            18 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x10eb6aa56]
                                                             *18 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x1fd0     DispatchQueue 6          priority 17       
      18 start_wqthread + 13 (libsystem_pthread.dylib) [0x10ec80fb9]
        18 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x10ec7def8]
          18 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x10e998193]
            18 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x10e99709e]
              18 _dispatch_client_callout + 8 (libdispatch.dylib) [0x10e9952ad]
                18 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x10e9981d7]
                  18 ___ZN22IAsynchronousOperation19PerformAsyncOnQueueEP16dispatch_queue_sy_block_i nvoke + 27 (FinderKit) [0x121eae1fe]
                    18 TQuickAliasResolver::FirstStepOnSecondaryThread() + 52 (FinderKit) [0x121f850b8]
                      18 TFENode::CopyFromAlias(bool, bool, OpaqueNodeRequest*, unsigned int, TFENode&) const + 159 (FinderKit) [0x121e44153]
                        18 NodeCopyFromAlias + 267 (DesktopServicesPriv) [0x10dd59d38]
                          18 TNode::FollowAlias(TNodePtr&, OpaqueNodeRequest* const&, unsigned int) const + 1586 (DesktopServicesPriv) [0x10dd5a40a]
                            18 TNode::FollowAlias(unsigned int) const + 175 (DesktopServicesPriv) [0x10dd69871]
                              18 TFSInfo::FollowAliasOrSymlinkDeep(unsigned int, TCountedPtr<TFSInfo>&, int) const + 749 (DesktopServicesPriv) [0x10dde6eb5]
                                18 _CFURLCreateBookmarkData + 465 (CoreServicesInternal) [0x115315c53]
                                  18 createBookmarkWithURLAtDepth(__CFAllocator const*, __CFURL const*, unsigned long, __CFURL const*, __CFArray const*, BookmarkMutableData&, unsigned int, bool, __CFError**) + 312 (CoreServicesInternal) [0x115316317]
                                    18 encodeResourcePropertyIntoBookmark(BookmarkMutableData&, __CFURL const*, __CFString const*, unsigned int, __CFError**) + 46 (CoreServicesInternal) [0x115317966]
                                      18 CFURLCopyResourcePropertyForKey + 123 (CoreFoundation) [0x10b4636bb]
                                        18 _FSURLCopyResourcePropertyForKey + 15 (CoreServicesInternal) [0x115322d91]
                                          18 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 213 (CoreServicesInternal) [0x115322e6b]
                                            18 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227 (CoreServicesInternal) [0x11532517f]
                                              18 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 53 (LaunchServices) [0x10f416098]
                                                18 prepareEffectiveIconImageDataValue(__CFURL const*, __FileCache*, __CFError**) + 40 (LaunchServices) [0x10f49d122]
                                                  18 _BindingCopyIconFamilyData(__Binding*, __CFData const**) + 118 (LaunchServices) [0x10f49cce2]
                                                    18 IconRefToIconFamily + 44 (HIServices) [0x10f8e2307]
                                                      18 _ISIconRefToIconFamily + 89 (IconServices) [0x11181346d]
                                                        18 _ISCopyICNSDataFromBinding + 705 (IconServices) [0x111812d97]
                                                          18 IconImageRequestor::CreateCGImage(_LSBinding*, unsigned int, unsigned int, __CFDictionary const*) + 351 (IconServices) [0x111824b9f]
                                                            18 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x10eb6aa56]
                                                             *18 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x1fd5     DispatchQueue 6          priority 6        
      18 start_wqthread + 13 (libsystem_pthread.dylib) [0x10ec80fb9]
        18 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x10ec7def8]
          18 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x10e998193]
            18 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x10e99709e]
              18 _dispatch_client_callout + 8 (libdispatch.dylib) [0x10e9952ad]
                18 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x10e9981d7]
                  18 ___ZN22IAsynchronousOperation19PerformAsyncOnQueueEP16dispatch_queue_sy_block_i nvoke + 27 (FinderKit) [0x121eae1fe]
                    18 TQuickAliasResolver::FirstStepOnSecondaryThread() + 52 (FinderKit) [0x121f850b8]
                      18 TFENode::CopyFromAlias(bool, bool, OpaqueNodeRequest*, unsigned int, TFENode&) const + 159 (FinderKit) [0x121e44153]
                        18 NodeCopyFromAlias + 267 (DesktopServicesPriv) [0x10dd59d38]
                          18 TNode::FollowAlias(TNodePtr&, OpaqueNodeRequest* const&, unsigned int) const + 1586 (DesktopServicesPriv) [0x10dd5a40a]
                            18 TNode::FollowAlias(unsigned int) const + 175 (DesktopServicesPriv) [0x10dd69871]
                              18 TFSInfo::FollowAliasOrSymlinkDeep(unsigned int, TCountedPtr<TFSInfo>&, int) const + 749 (DesktopServicesPriv) [0x10dde6eb5]
                                18 _CFURLCreateBookmarkData + 465 (CoreServicesInternal) [0x115315c53]
                                  18 createBookmarkWithURLAtDepth(__CFAllocator const*, __CFURL const*, unsigned long, __CFURL const*, __CFArray const*, BookmarkMutableData&, unsigned int, bool, __CFError**) + 312 (CoreServicesInternal) [0x115316317]
                                    18 encodeResourcePropertyIntoBookmark(BookmarkMutableData&, __CFURL const*, __CFString const*, unsigned int, __CFError**) + 46 (CoreServicesInternal) [0x115317966]
                                      18 CFURLCopyResourcePropertyForKey + 123 (CoreFoundation) [0x10b4636bb]
                                        18 _FSURLCopyResourcePropertyForKey + 15 (CoreServicesInternal) [0x115322d91]
                                          18 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 213 (CoreServicesInternal) [0x115322e6b]
                                            18 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227 (CoreServicesInternal) [0x11532517f]
                                              18 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 53 (LaunchServices) [0x10f416098]
                                                18 prepareEffectiveIconImageDataValue(__CFURL const*, __FileCache*, __CFError**) + 40 (LaunchServices) [0x10f49d122]
                                                  18 _BindingCopyIconFamilyData(__Binding*, __CFData const**) + 118 (LaunchServices) [0x10f49cce2]
                                                    18 IconRefToIconFamily + 44 (HIServices) [0x10f8e2307]
                                                      18 _ISIconRefToIconFamily + 89 (IconServices) [0x11181346d]
                                                        18 _ISCopyICNSDataFromBinding + 705 (IconServices) [0x111812d97]
                                                          18 IconImageRequestor::CreateCGImage(_LSBinding*, unsigned int, unsigned int, __CFDictionary const*) + 351 (IconServices) [0x111824b9f]
                                                            18 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x10eb6aa56]
                                                             *18 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x1fd6     DispatchQueue 6          priority 7        
      18 start_wqthread + 13 (libsystem_pthread.dylib) [0x10ec80fb9]
        18 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x10ec7def8]
          18 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x10e998193]
            18 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x10e99709e]
              18 _dispatch_client_callout + 8 (libdispatch.dylib) [0x10e9952ad]
                18 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x10e9981d7]
                  18 ___ZN22IAsynchronousOperation19PerformAsyncOnQueueEP16dispatch_queue_sy_block_i nvoke + 27 (FinderKit) [0x121eae1fe]
                    18 TQuickAliasResolver::FirstStepOnSecondaryThread() + 52 (FinderKit) [0x121f850b8]
                      18 TFENode::CopyFromAlias(bool, bool, OpaqueNodeRequest*, unsigned int, TFENode&) const + 159 (FinderKit) [0x121e44153]
                        18 NodeCopyFromAlias + 267 (DesktopServicesPriv) [0x10dd59d38]
                          18 TNode::FollowAlias(TNodePtr&, OpaqueNodeRequest* const&, unsigned int) const + 1586 (DesktopServicesPriv) [0x10dd5a40a]
                            18 TNode::FollowAlias(unsigned int) const + 175 (DesktopServicesPriv) [0x10dd69871]
                              18 TFSInfo::FollowAliasOrSymlinkDeep(unsigned int, TCountedPtr<TFSInfo>&, int) const + 749 (DesktopServicesPriv) [0x10dde6eb5]
                                18 _CFURLCreateBookmarkData + 465 (CoreServicesInternal) [0x115315c53]
                                  18 createBookmarkWithURLAtDepth(__CFAllocator const*, __CFURL const*, unsigned long, __CFURL const*, __CFArray const*, BookmarkMutableData&, unsigned int, bool, __CFError**) + 312 (CoreServicesInternal) [0x115316317]
                                    18 encodeResourcePropertyIntoBookmark(BookmarkMutableData&, __CFURL const*, __CFString const*, unsigned int, __CFError**) + 46 (CoreServicesInternal) [0x115317966]
                                      18 CFURLCopyResourcePropertyForKey + 123 (CoreFoundation) [0x10b4636bb]
                                        18 _FSURLCopyResourcePropertyForKey + 15 (CoreServicesInternal) [0x115322d91]
                                          18 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 213 (CoreServicesInternal) [0x115322e6b]
                                            18 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227 (CoreServicesInternal) [0x11532517f]
                                              18 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 53 (LaunchServices) [0x10f416098]
                                                18 prepareEffectiveIconImageDataValue(__CFURL const*, __FileCache*, __CFError**) + 40 (LaunchServices) [0x10f49d122]
                                                  18 _BindingCopyIconFamilyData(__Binding*, __CFData const**) + 118 (LaunchServices) [0x10f49cce2]
                                                    18 IconRefToIconFamily + 44 (HIServices) [0x10f8e2307]
                                                      18 _ISIconRefToIconFamily + 89 (IconServices) [0x11181346d]
                                                        18 _ISCopyICNSDataFromBinding + 705 (IconServices) [0x111812d97]
                                                          18 IconImageRequestor::CreateCGImage(_LSBinding*, unsigned int, unsigned int, __CFDictionary const*) + 351 (IconServices) [0x111824b9f]
                                                            18 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x10eb6aa56]
                                                             *18 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x20c3     DispatchQueue 6          priority 4        
      18 start_wqthread + 13 (libsystem_pthread.dylib) [0x10ec80fb9]
        18 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x10ec7def8]
          18 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x10e998193]
            18 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x10e99709e]
              18 _dispatch_client_callout + 8 (libdispatch.dylib) [0x10e9952ad]
                18 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x10e9981d7]
                  18 ___ZN22IAsynchronousOperation19PerformAsyncOnQueueEP16dispatch_queue_sy_block_i nvoke + 27 (FinderKit) [0x121eae1fe]
                    18 TQuickAliasResolver::FirstStepOnSecondaryThread() + 52 (FinderKit) [0x121f850b8]
                      18 TFENode::CopyFromAlias(bool, bool, OpaqueNodeRequest*, unsigned int, TFENode&) const + 159 (FinderKit) [0x121e44153]
                        18 NodeCopyFromAlias + 267 (DesktopServicesPriv) [0x10dd59d38]
                          18 TNode::FollowAlias(TNodePtr&, OpaqueNodeRequest* const&, unsigned int) const + 1586 (DesktopServicesPriv) [0x10dd5a40a]
                            18 TNode::FollowAlias(unsigned int) const + 175 (DesktopServicesPriv) [0x10dd69871]
                              18 TFSInfo::FollowAliasOrSymlinkDeep(unsigned int, TCountedPtr<TFSInfo>&, int) const + 749 (DesktopServicesPriv) [0x10dde6eb5]
                                18 _CFURLCreateBookmarkData + 465 (CoreServicesInternal) [0x115315c53]
                                  18 createBookmarkWithURLAtDepth(__CFAllocator const*, __CFURL const*, unsigned long, __CFURL const*, __CFArray const*, BookmarkMutableData&, unsigned int, bool, __CFError**) + 312 (CoreServicesInternal) [0x115316317]
                                    18 encodeResourcePropertyIntoBookmark(BookmarkMutableData&, __CFURL const*, __CFString const*, unsigned int, __CFError**) + 46 (CoreServicesInternal) [0x115317966]
                                      18 CFURLCopyResourcePropertyForKey + 123 (CoreFoundation) [0x10b4636bb]
                                        18 _FSURLCopyResourcePropertyForKey + 15 (CoreServicesInternal) [0x115322d91]
                                          18 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 213 (CoreServicesInternal) [0x115322e6b]
                                            18 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227 (CoreServicesInternal) [0x11532517f]
                                              18 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 53 (LaunchServices) [0x10f416098]
                                                18 prepareEffectiveIconImageDataValue(__CFURL const*, __FileCache*, __CFError**) + 40 (LaunchServices) [0x10f49d122]
                                                  18 _BindingCopyIconFamilyData(__Binding*, __CFData const**) + 118 (LaunchServices) [0x10f49cce2]
                                                    18 IconRefToIconFamily + 44 (HIServices) [0x10f8e2307]
                                                      18 _ISIconRefToIconFamily + 89 (IconServices) [0x11181346d]
                                                        18 _ISCopyICNSDataFromBinding + 705 (IconServices) [0x111812d97]
                                                          18 IconImageRequestor::CreateCGImage(_LSBinding*, unsigned int, unsigned int, __CFDictionary const*) + 351 (IconServices) [0x111824b9f]
                                                            18 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x10eb6aa56]
                                                             *18 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x20cb     DispatchQueue 6          priority 25       
      18 start_wqthread + 13 (libsystem_pthread.dylib) [0x10ec80fb9]
        18 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x10ec7def8]
          18 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x10e998193]
            18 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x10e99709e]
              18 _dispatch_client_callout + 8 (libdispatch.dylib) [0x10e9952ad]
                18 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x10e9981d7]
                  18 ___ZN22IAsynchronousOperation19PerformAsyncOnQueueEP16dispatch_queue_sy_block_i nvoke + 27 (FinderKit) [0x121eae1fe]
                    18 TQuickAliasResolver::FirstStepOnSecondaryThread() + 52 (FinderKit) [0x121f850b8]
                      18 TFENode::CopyFromAlias(bool, bool, OpaqueNodeRequest*, unsigned int, TFENode&) const + 159 (FinderKit) [0x121e44153]
                        18 NodeCopyFromAlias + 267 (DesktopServicesPriv) [0x10dd59d38]
                          18 TNode::FollowAlias(TNodePtr&, OpaqueNodeRequest* const&, unsigned int) const + 1586 (DesktopServicesPriv) [0x10dd5a40a]
                            18 TNode::FollowAlias(unsigned int) const + 175 (DesktopServicesPriv) [0x10dd69871]
                              18 TFSInfo::FollowAliasOrSymlinkDeep(unsigned int, TCountedPtr<TFSInfo>&, int) const + 749 (DesktopServicesPriv) [0x10dde6eb5]
                                18 _CFURLCreateBookmarkData + 465 (CoreServicesInternal) [0x115315c53]
                                  18 createBookmarkWithURLAtDepth(__CFAllocator const*, __CFURL const*, unsigned long, __CFURL const*, __CFArray const*, BookmarkMutableData&, unsigned int, bool, __CFError**) + 312 (CoreServicesInternal) [0x115316317]
                                    18 encodeResourcePropertyIntoBookmark(BookmarkMutableData&, __CFURL const*, __CFString const*, unsigned int, __CFError**) + 46 (CoreServicesInternal) [0x115317966]
                                      18 CFURLCopyResourcePropertyForKey + 123 (CoreFoundation) [0x10b4636bb]
                                        18 _FSURLCopyResourcePropertyForKey + 15 (CoreServicesInternal) [0x115322d91]
                                          18 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 213 (CoreServicesInternal) [0x115322e6b]
                                            18 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227 (CoreServicesInternal) [0x11532517f]
                                              18 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 53 (LaunchServices) [0x10f416098]
                                                18 prepareEffectiveIconImageDataValue(__CFURL const*, __FileCache*, __CFError**) + 40 (LaunchServices) [0x10f49d122]
                                                  18 _BindingCopyIconFamilyData(__Binding*, __CFData const**) + 118 (LaunchServices) [0x10f49cce2]
                                                    18 IconRefToIconFamily + 44 (HIServices) [0x10f8e2307]
                                                      18 _ISIconRefToIconFamily + 89 (IconServices) [0x11181346d]
                                                        18 _ISCopyICNSDataFromBinding + 705 (IconServices) [0x111812d97]
                                                          18 IconImageRequestor::CreateCGImage(_LSBinding*, unsigned int, unsigned int, __CFDictionary const*) + 351 (IconServices) [0x111824b9f]
                                                            18 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x10eb6aa56]
                                                             *18 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x20cc     DispatchQueue 6          priority 17       
      18 start_wqthread + 13 (libsystem_pthread.dylib) [0x10ec80fb9]
        18 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x10ec7def8]
          18 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x10e998193]
            18 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x10e99709e]
              18 _dispatch_client_callout + 8 (libdispatch.dylib) [0x10e9952ad]
                18 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x10e9981d7]
                  18 ___ZN22IAsynchronousOperation19PerformAsyncOnQueueEP16dispatch_queue_sy_block_i nvoke + 27 (FinderKit) [0x121eae1fe]
                    18 TQuickAliasResolver::FirstStepOnSecondaryThread() + 52 (FinderKit) [0x121f850b8]
                      18 TFENode::CopyFromAlias(bool, bool, OpaqueNodeRequest*, unsigned int, TFENode&) const + 159 (FinderKit) [0x121e44153]
                        18 NodeCopyFromAlias + 267 (DesktopServicesPriv) [0x10dd59d38]
                          18 TNode::FollowAlias(TNodePtr&, OpaqueNodeRequest* const&, unsigned int) const + 1586 (DesktopServicesPriv) [0x10dd5a40a]
                            18 TNode::FollowAlias(unsigned int) const + 175 (DesktopServicesPriv) [0x10dd69871]
                              18 TFSInfo::FollowAliasOrSymlinkDeep(unsigned int, TCountedPtr<TFSInfo>&, int) const + 749 (DesktopServicesPriv) [0x10dde6eb5]
                                18 _CFURLCreateBookmarkData + 465 (CoreServicesInternal) [0x115315c53]
                                  18 createBookmarkWithURLAtDepth(__CFAllocator const*, __CFURL const*, unsigned long, __CFURL const*, __CFArray const*, BookmarkMutableData&, unsigned int, bool, __CFError**) + 312 (CoreServicesInternal) [0x115316317]
                                    18 encodeResourcePropertyIntoBookmark(BookmarkMutableData&, __CFURL const*, __CFString const*, unsigned int, __CFError**) + 46 (CoreServicesInternal) [0x115317966]
                                      18 CFURLCopyResourcePropertyForKey + 123 (CoreFoundation) [0x10b4636bb]
                                        18 _FSURLCopyResourcePropertyForKey + 15 (CoreServicesInternal) [0x115322d91]
                                          18 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 213 (CoreServicesInternal) [0x115322e6b]
                                            18 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227 (CoreServicesInternal) [0x11532517f]
                                              18 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 53 (LaunchServices) [0x10f416098]
                                                18 prepareEffectiveIconImageDataValue(__CFURL const*, __FileCache*, __CFError**) + 40 (LaunchServices) [0x10f49d122]
                                                  18 _BindingCopyIconFamilyData(__Binding*, __CFData const**) + 118 (LaunchServices) [0x10f49cce2]
                                                    18 IconRefToIconFamily + 44 (HIServices) [0x10f8e2307]
                                                      18 _ISIconRefToIconFamily + 89 (IconServices) [0x11181346d]
                                                        18 _ISCopyICNSDataFromBinding + 705 (IconServices) [0x111812d97]
                                                          18 IconImageRequestor::CreateCGImage(_LSBinding*, unsigned int, unsigned int, __CFDictionary const*) + 351 (IconServices) [0x111824b9f]
                                                            18 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x10eb6aa56]
                                                             *18 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x20ce     DispatchQueue 6          priority 24       
      18 start_wqthread + 13 (libsystem_pthread.dylib) [0x10ec80fb9]
        18 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x10ec7def8]
          18 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x10e998193]
            18 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x10e99709e]
              18 _dispatch_client_callout + 8 (libdispatch.dylib) [0x10e9952ad]
                18 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x10e9981d7]
                  18 ___ZN22IAsynchronousOperation19PerformAsyncOnQueueEP16dispatch_queue_sy_block_i nvoke + 27 (FinderKit) [0x121eae1fe]
                    18 TQuickAliasResolver::FirstStepOnSecondaryThread() + 52 (FinderKit) [0x121f850b8]
                      18 TFENode::CopyFromAlias(bool, bool, OpaqueNodeRequest*, unsigned int, TFENode&) const + 159 (FinderKit) [0x121e44153]
                        18 NodeCopyFromAlias + 267 (DesktopServicesPriv) [0x10dd59d38]
                          18 TNode::FollowAlias(TNodePtr&, OpaqueNodeRequest* const&, unsigned int) const + 1586 (DesktopServicesPriv) [0x10dd5a40a]
                            18 TNode::FollowAlias(unsigned int) const + 175 (DesktopServicesPriv) [0x10dd69871]
                              18 TFSInfo::FollowAliasOrSymlinkDeep(unsigned int, TCountedPtr<TFSInfo>&, int) const + 749 (DesktopServicesPriv) [0x10dde6eb5]
                                18 _CFURLCreateBookmarkData + 465 (CoreServicesInternal) [0x115315c53]
                                  18 createBookmarkWithURLAtDepth(__CFAllocator const*, __CFURL const*, unsigned long, __CFURL const*, __CFArray const*, BookmarkMutableData&, unsigned int, bool, __CFError**) + 312 (CoreServicesInternal) [0x115316317]
                                    18 encodeResourcePropertyIntoBookmark(BookmarkMutableData&, __CFURL const*, __CFString const*, unsigned int, __CFError**) + 46 (CoreServicesInternal) [0x115317966]
                                      18 CFURLCopyResourcePropertyForKey + 123 (CoreFoundation) [0x10b4636bb]
                                        18 _FSURLCopyResourcePropertyForKey + 15 (CoreServicesInternal) [0x115322d91]
                                          18 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 213 (CoreServicesInternal) [0x115322e6b]
                                            18 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227 (CoreServicesInternal) [0x11532517f]
                                              18 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 53 (LaunchServices) [0x10f416098]
                                                18 prepareEffectiveIconImageDataValue(__CFURL const*, __FileCache*, __CFError**) + 40 (LaunchServices) [0x10f49d122]
                                                  18 _BindingCopyIconFamilyData(__Binding*, __CFData const**) + 118 (LaunchServices) [0x10f49cce2]
                                                    18 IconRefToIconFamily + 44 (HIServices) [0x10f8e2307]
                                                      18 _ISIconRefToIconFamily + 89 (IconServices) [0x11181346d]
                                                        18 _ISCopyICNSDataFromBinding + 705 (IconServices) [0x111812d97]
                                                          18 IconImageRequestor::CreateCGImage(_LSBinding*, unsigned int, unsigned int, __CFDictionary const*) + 351 (IconServices) [0x111824b9f]
                                                            18 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x10eb6aa56]
                                                             *18 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x20d2     DispatchQueue 6          priority 47       
      18 start_wqthread + 13 (libsystem_pthread.dylib) [0x10ec80fb9]
        18 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x10ec7def8]
          18 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x10e998193]
            18 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x10e99709e]
              18 _dispatch_client_callout + 8 (libdispatch.dylib) [0x10e9952ad]
                18 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x10e9981d7]
                  18 ___ZN22IAsynchronousOperation19PerformAsyncOnQueueEP16dispatch_queue_sy_block_i nvoke + 27 (FinderKit) [0x121eae1fe]
                    18 TQuickAliasResolver::FirstStepOnSecondaryThread() + 52 (FinderKit) [0x121f850b8]
                      18 TFENode::CopyFromAlias(bool, bool, OpaqueNodeRequest*, unsigned int, TFENode&) const + 159 (FinderKit) [0x121e44153]
                        18 NodeCopyFromAlias + 267 (DesktopServicesPriv) [0x10dd59d38]
                          18 TNode::FollowAlias(TNodePtr&, OpaqueNodeRequest* const&, unsigned int) const + 1586 (DesktopServicesPriv) [0x10dd5a40a]
                            18 TNode::FollowAlias(unsigned int) const + 175 (DesktopServicesPriv) [0x10dd69871]
                              18 TFSInfo::FollowAliasOrSymlinkDeep(unsigned int, TCountedPtr<TFSInfo>&, int) const + 749 (DesktopServicesPriv) [0x10dde6eb5]
                                18 _CFURLCreateBookmarkData + 465 (CoreServicesInternal) [0x115315c53]
                                  18 createBookmarkWithURLAtDepth(__CFAllocator const*, __CFURL const*, unsigned long, __CFURL const*, __CFArray const*, BookmarkMutableData&, unsigned int, bool, __CFError**) + 312 (CoreServicesInternal) [0x115316317]
                                    18 encodeResourcePropertyIntoBookmark(BookmarkMutableData&, __CFURL const*, __CFString const*, unsigned int, __CFError**) + 46 (CoreServicesInternal) [0x115317966]
                                      18 CFURLCopyResourcePropertyForKey + 123 (CoreFoundation) [0x10b4636bb]
                                        18 _FSURLCopyResourcePropertyForKey + 15 (CoreServicesInternal) [0x115322d91]
                                          18 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 213 (CoreServicesInternal) [0x115322e6b]
                                            18 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227 (CoreServicesInternal) [0x11532517f]
                                              18 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 53 (LaunchServices) [0x10f416098]
                                                18 prepareEffectiveIconImageDataValue(__CFURL const*, __FileCache*, __CFError**) + 40 (LaunchServices) [0x10f49d122]
                                                  18 _BindingCopyIconFamilyData(__Binding*, __CFData const**) + 118 (LaunchServices) [0x10f49cce2]
                                                    18 IconRefToIconFamily + 44 (HIServices) [0x10f8e2307]
                                                      18 _ISIconRefToIconFamily + 89 (IconServices) [0x11181346d]
                                                        18 _ISCopyICNSDataFromBinding + 705 (IconServices) [0x111812d97]
                                                          18 IconImageRequestor::CreateCGImage(_LSBinding*, unsigned int, unsigned int, __CFDictionary const*) + 351 (IconServices) [0x111824b9f]
                                                            18 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x10eb6aa56]
                                                             *18 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x20d5     DispatchQueue 6          priority 47       
      18 start_wqthread + 13 (libsystem_pthread.dylib) [0x10ec80fb9]
        18 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x10ec7def8]
          18 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x10e998193]
            18 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x10e99709e]
              18 _dispatch_client_callout + 8 (libdispatch.dylib) [0x10e9952ad]
                18 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x10e9981d7]
                  18 ___ZN22IAsynchronousOperation19PerformAsyncOnQueueEP16dispatch_queue_sy_block_i nvoke + 27 (FinderKit) [0x121eae1fe]
                    18 TQuickAliasResolver::FirstStepOnSecondaryThread() + 52 (FinderKit) [0x121f850b8]
                      18 TFENode::CopyFromAlias(bool, bool, OpaqueNodeRequest*, unsigned int, TFENode&) const + 159 (FinderKit) [0x121e44153]
                        18 NodeCopyFromAlias + 267 (DesktopServicesPriv) [0x10dd59d38]
                          18 TNode::FollowAlias(TNodePtr&, OpaqueNodeRequest* const&, unsigned int) const + 1586 (DesktopServicesPriv) [0x10dd5a40a]
                            18 TNode::FollowAlias(unsigned int) const + 175 (DesktopServicesPriv) [0x10dd69871]
                              18 TFSInfo::FollowAliasOrSymlinkDeep(unsigned int, TCountedPtr<TFSInfo>&, int) const + 749 (DesktopServicesPriv) [0x10dde6eb5]
                                18 _CFURLCreateBookmarkData + 465 (CoreServicesInternal) [0x115315c53]
                                  18 createBookmarkWithURLAtDepth(__CFAllocator const*, __CFURL const*, unsigned long, __CFURL const*, __CFArray const*, BookmarkMutableData&, unsigned int, bool, __CFError**) + 312 (CoreServicesInternal) [0x115316317]
                                    18 encodeResourcePropertyIntoBookmark(BookmarkMutableData&, __CFURL const*, __CFString const*, unsigned int, __CFError**) + 46 (CoreServicesInternal) [0x115317966]
                                      18 CFURLCopyResourcePropertyForKey + 123 (CoreFoundation) [0x10b4636bb]
                                        18 _FSURLCopyResourcePropertyForKey + 15 (CoreServicesInternal) [0x115322d91]
                                          18 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 213 (CoreServicesInternal) [0x115322e6b]
                                            18 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227 (CoreServicesInternal) [0x11532517f]
                                              18 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 53 (LaunchServices) [0x10f416098]
                                                18 prepareEffectiveIconImageDataValue(__CFURL const*, __FileCache*, __CFError**) + 40 (LaunchServices) [0x10f49d122]
                                                  18 _BindingCopyIconFamilyData(__Binding*, __CFData const**) + 118 (LaunchServices) [0x10f49cce2]
                                                    18 IconRefToIconFamily + 44 (HIServices) [0x10f8e2307]
                                                      18 _ISIconRefToIconFamily + 89 (IconServices) [0x11181346d]
                                                        18 _ISCopyICNSDataFromBinding + 705 (IconServices) [0x111812d97]
                                                          18 IconImageRequestor::CreateCGImage(_LSBinding*, unsigned int, unsigned int, __CFDictionary const*) + 351 (IconServices) [0x111824b9f]
                                                            18 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x10eb6aa56]
                                                             *18 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x20d6     DispatchQueue 6          priority 47       
      18 start_wqthread + 13 (libsystem_pthread.dylib) [0x10ec80fb9]
        18 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x10ec7def8]
          18 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x10e998193]
            18 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x10e99709e]
              18 _dispatch_client_callout + 8 (libdispatch.dylib) [0x10e9952ad]
                18 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x10e9981d7]
                  18 ___ZN22IAsynchronousOperation19PerformAsyncOnQueueEP16dispatch_queue_sy_block_i nvoke + 27 (FinderKit) [0x121eae1fe]
                    18 TQuickAliasResolver::FirstStepOnSecondaryThread() + 52 (FinderKit) [0x121f850b8]
                      18 TFENode::CopyFromAlias(bool, bool, OpaqueNodeRequest*, unsigned int, TFENode&) const + 159 (FinderKit) [0x121e44153]
                        18 NodeCopyFromAlias + 267 (DesktopServicesPriv) [0x10dd59d38]
                          18 TNode::FollowAlias(TNodePtr&, OpaqueNodeRequest* const&, unsigned int) const + 1586 (DesktopServicesPriv) [0x10dd5a40a]
                            18 TNode::FollowAlias(unsigned int) const + 175 (DesktopServicesPriv) [0x10dd69871]
                              18 TFSInfo::FollowAliasOrSymlinkDeep(unsigned int, TCountedPtr<TFSInfo>&, int) const + 749 (DesktopServicesPriv) [0x10dde6eb5]
                                18 _CFURLCreateBookmarkData + 465 (CoreServicesInternal) [0x115315c53]
                                  18 createBookmarkWithURLAtDepth(__CFAllocator const*, __CFURL const*, unsigned long, __CFURL const*, __CFArray const*, BookmarkMutableData&, unsigned int, bool, __CFError**) + 312 (CoreServicesInternal) [0x115316317]
                                    18 encodeResourcePropertyIntoBookmark(BookmarkMutableData&, __CFURL const*, __CFString const*, unsigned int, __CFError**) + 46 (CoreServicesInternal) [0x115317966]
                                      18 CFURLCopyResourcePropertyForKey + 123 (CoreFoundation) [0x10b4636bb]
                                        18 _FSURLCopyResourcePropertyForKey + 15 (CoreServicesInternal) [0x115322d91]
                                          18 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 213 (CoreServicesInternal) [0x115322e6b]
                                            18 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227 (CoreServicesInternal) [0x11532517f]
                                              18 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 53 (LaunchServices) [0x10f416098]
                                                18 prepareEffectiveIconImageDataValue(__CFURL const*, __FileCache*, __CFError**) + 40 (LaunchServices) [0x10f49d122]
                                                  18 _BindingCopyIconFamilyData(__Binding*, __CFData const**) + 118 (LaunchServices) [0x10f49cce2]
                                                    18 IconRefToIconFamily + 44 (HIServices) [0x10f8e2307]
                                                      18 _ISIconRefToIconFamily + 89 (IconServices) [0x11181346d]
                                                        18 _ISCopyICNSDataFromBinding + 705 (IconServices) [0x111812d97]
                                                          18 IconImageRequestor::CreateCGImage(_LSBinding*, unsigned int, unsigned int, __CFDictionary const*) + 351 (IconServices) [0x111824b9f]
                                                            18 semaphore_wait_trap + 10 (libsystem_kernel.dylib) [0x10eb6aa56]
                                                             *18 semaphore_wait_continue + 0 (mach_kernel) [0xffffff800023b550]
      Thread 0x20d7     DispatchQueue 6          priority 47       
      18 start_wqthread + 13 (libsystem_pthread.dylib) [0x10ec80fb9]
        18 _pthread_wqthread + 314 (libsystem_pthread.dylib) [0x10ec7def8]
          18 _dispatch_worker_thread2 + 40 (libdispatch.dylib) [0x10e998193]
            18 _dispatch_root_queue_drain + 326 (libdispatch.dylib) [0x10e99709e]
              18 _dispatch_client_callout + 8 (libdispatch.dylib) [0x10e9952ad]
                18 _dispatch_call_block_and_release + 12 (libdispatch.dylib) [0x10e9981d7]
                  18 ___ZN22IAsynchronousOperation19PerformAsyncOnQueueEP16dispatch_queue_sy_block_i nvoke + 27 (FinderKit) [0x121eae1fe]
                    18 TQuickAliasResolver::FirstStepOnSecondaryThread() + 52 (FinderKit) [0x121f850b8]
                      18 TFENode::CopyFromAlias(bool, bool, OpaqueNodeRequest*, unsigned int, TFENode&) const + 159 (FinderKit) [0x121e44153]
                        18 NodeCopyFromAlias + 267 (DesktopServicesPriv) [0x10dd59d38]
                          18 TNode::FollowAlias(TNodePtr&, OpaqueNodeRequest* const&, unsigned int) const + 1586 (DesktopServicesPriv) [0x10dd5a40a]
                            18 TNode::FollowAlias(unsigned int) const + 175 (DesktopServicesPriv) [0x10dd69871]
                              18 TFSInfo::FollowAliasOrSymlinkDeep(unsigned int, TCountedPtr<TFSInfo>&, int) const + 749 (DesktopServicesPriv) [0x10dde6eb5]
                                18 _CFURLCreateBookmarkData + 465 (CoreServicesInternal) [0x115315c53]
                                  18 createBookmarkWithURLAtDepth(__CFAllocator const*, __CFURL const*, unsigned long, __CFURL const*, __CFArray const*, BookmarkMutableData&, unsigned int, bool, __CFError**) + 312 (CoreServicesInternal) [0x115316317]
                                    18 encodeResourcePropertyIntoBookmark(BookmarkMutableData&, __CFURL const*, __CFString const*, unsigned int, __CFError**) + 46 (CoreServicesInternal) [0x115317966]
                                      18 CFURLCopyResourcePropertyForKey + 123 (CoreFoundation) [0x10b4636bb]
                                        18 _FSURLCopyResourcePropertyForKey + 15 (CoreServicesInternal) [0x115322d91]
                                          18 _FSURLCopyResourcePropertyForKeyInternal(__CFURL const*, __CFString const*, void*, void*, __CFError**, unsigned char) + 213 (CoreServicesInternal) [0x115322e6b]
                                            18 prepareValuesForBitmap(__CFURL const*, __FileCache*, _FilePropertyBitmap*, __CFError**) + 227 (CoreServicesInternal) [0x11532517f]
                                              18 LSPropertyProviderPrepareValues(__CFURL const*, __FileCache*, __CFString const* const*, void const**, long, void const*, __CFError**) + 53 (LaunchServices) [0x10f416098]
                                                18 prepareEffectiveIconImageDataValue(__CFURL const*, __FileCache*, __CFError**) + 40 (LaunchServices) [0x10f49d122]
                                                  18 _BindingCopyIconFamilyData(__Binding*, __CFData const**) + 118 (LaunchServices) [0x10f49cce2]
                                                    18 IconRefToIconFamily + 44 (HIServices) [0x10f8e2307]
                                                      18 _ISIconRefToIconFamily + 89 (IconServices) [0x11181346d]
                                                        18 _ISCopyICNSDataFromBinding + 705 (IconServices) [0x111812d97]

    I have the same issue and found it was specific to uploading something from My Desktop.  I finally found this article which helped but when I completely quit Firefox i continue to get the error.  I then go back in, double-click to toggle from false to true again, quit Firefox and the problem goes away again.  I do not understand anything further to this problem and do not want to continue to repeat this process every time I quite Firefox.  Any suggestions or other help?
    https://support.mozilla.org/en-US/kb/upgrade-graphics-drivers-use-hardware-accel eration

  • How can I go to other page when click button??

    When I click button, the process of this button is be executed, then current page will go to other page.
    1.I setup this button's Optional URL Redirect to other page, but process is not be executed.
    2.I create a process and a branch(point: on-summit:after process...), not setup button's Optional URL. at this time, the process is be run, but not go to other page.
    please help me if you know it! Thanks a lot!

    Do you need the process to do something or do you just want to forward to the next page. In this case you just need the branch. In the configuration you can choose the button that forwards to the next page.
    Configuration in the branche:
    Target type: Page in Application
    Page: The Page you want to redirect to.
    On clicked Button: The Button you created on the page which redirects to the next page
    Hope i could help.
    Philipp

  • HP Palion dv7 Notebook PC will not power up when power button is pressed.

    My HP Pavilion dv7 Notebook PC will not  power on when the power button is pressed. I have removed the battery, unplugged the AC adapter and pressed the power button for 15+ seconds then plugged in the AC adapter and pressed the power button for 15+ seconds. Then I release the power button and then press the power button again and the Notebook will power up and operate normally. I can reinstall the battery once it has powered up. What is causing this problem and how do I remedy the problem?

    Hello Griff83147,
    Unfortunately there could be a number of different things that caused that issue from drivers, software, possibly hardware. I am glad you got it up and running but there isn’t a clear picture of what actually caused. If a technician got the chance to work on it then they could at least narrow it down.
    Sorry I could not answer your question, but this is one of those questions that can have multiple answers.
    If you have any further questions don’t hesitate to ask.
    Thanks  
    Clicking the White Kudos star on the left is a way to say Thanks!
    Clicking the 'Accept as Solution' button is a way to let others know which steps helped solve the problem!

  • My edited photos will not display when clicked on, a large triangle with exclmation comes up

    my edited photos will not display when clicked on, instead a large grey area comes up wiht a triangle /exclamation sign. 

    Try these in order - from best option on down...
    1. Do you have an up-to-date back up? If so, try copy the library6.iphoto file from the back up to the iPhoto Library (Right Click -> Show Package Contents) allowing it to overwrite the damaged file.
    2. Download <a href="http://www.fatcatsoftware.com/iplm/"><b><u>iPhoto Library Manager</b></u></a> and use its rebuild function. This will create a new library based on data in the albumdata.xml file. Not everything will be brought over - no slideshows, books or calendars, for instance - but it should get all your albums and keywords back.
    Because this process creates an entirely new library and leaves your old one untouched, it is non-destructive, and if you're not happy with the results you can simply return to your old one.
    3. If neither of these work then you'll need to create and populate a new library.
    To create and populate a new *iPhoto 08* library:
    Note this will give you a working library with the same Events and pictures as before, however, you will lose your albums, keywords, modified versions, books, calendars etc.
    In the iPhoto Preferences -> Events Uncheck the box at 'Imported Items from the Finder'
    Move the iPhoto Library to the desktop
    Launch iPhoto. It will ask if you wish to create a new Library. Say Yes.
    Go into the iPhoto Library (Right Click -> Show Package Contents) on your desktop and find the Originals folder. From the Originals folder drag the individual Event Folders to the iPhoto Window and it will recreate them in the new library.
    When you're sure all is well you can delete the iPhoto Library on your desktop.
    In the future, in addition to your usual back up routine, you might like to make a copy of the library6.iPhoto file whenever you have made changes to the library as protection against database corruption. 

  • Click button to 'show' strange behaviour

    I have a slide with 3 click boxes which when clicked 'show' text captions that are set to be invisible on slide load. 
    For some reason when a click box is clicked it shows the associated text caption (great) but then sometimes it automatically continues onto the next slide.  Sometimes it doesnt continue to the next slide on the first click box but on the 2nd click box instead.
    For info  - there is a 4th click button on the bottom of the slide which is used to navigate to the next slide.
    What is causing this behaviour?  I have done this sort of thing before on other projects which work fine.

    Hello,
    Did you use simple actions to show objects? In that case, the moving on of the play head is the to be expected behavior. Have a look at:
    http://blog.lilybiri.com/why-choose-standard-over-simple-action
    But your other sentence 'I have done this sort of thing before on other projects which work fine'?
    So please, explain how you use click box to trigger the show effect, where the pausing point of the click boxes is? Perhaps post a screenshot of the timeline?
    Lilybiri

  • Laptop will not power on when power button is pressed

    I have a Pavilion m6
    model: m6-1045dx
    Laptop will not power on when I press the power button. It is fully charged. The only light that will come on is the light indicating that it is fully charged. I have tried removing the  battery and then putting it back in but that did not work. I use this laptop for college and it is time to go back to school. Please help!

    Try a hard reset, works sometimes.Disconnect all external devices first.
    1-remove power cord and battery
    2-press power button for 30 seconds
    3-reinstall only power cord for first startup.
    4-try power on
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Page Not Found Error when clicking on Crystal Report Viewer print icon

    Hi,
        I am working with ASP.NET 2.0 and crystla reportXI release2.
        I am getting "Page Can not be Found " error when clicking on Crystal Report Viewer print icon.
        Could you please tell me how to get rid of this error?
    Regards,
    Smitha

    This sounds like a postback issue. Does your application handle postback by putting the report in session?
    There is a [sample|http://devlibrary.businessobjects.com/BusinessObjectsXIR2SP2/en/en/CrystalReports_dotNET_SDK/crsdk_samples_aspx/data/crsdk_net_tutorials_115_en.zip] to look at on our website. It was created with Crystal Reports XI R2 and Visual Studio .NET but the code will be the same.
    A short pseudocode would be something like this:
    Dim rptDocument As ReportDocument
    If Not Me.IsPostBack or Session("Report") = Nothing Then
    rptDocument = New ReportDocument
    rptDocument.Load(sGlobalPath & "\myreport.rpt";)
    Ludek

  • Nothing happen when clicking button create confirmation

    Dear SAP gurus,
    Our company is using SRM server 5.5 with SP08. During the development, I found something strange. When I use "Confirm centrally" i search for a PO and i can find it. And as I understand to create confirmation, I just need to click button "Create Confirmation". However when I do this nothing happen.
    Then curiously, I use id for the actual Goods Recipient for this PO. And using menu "confirm" i able to find the PO. But still, when I click "Create Confirmation" nothing happen as well.
    Can you advice me where to look to solve this issue?
    Best regards,
    Yosea

    Hi
    <b>Please go through the following pointers, which will definitely help.</b>
    Confirmation
    confirmation creation
    Re: Unable to find PO to do confirmation!!!
    Error while creating confirmation
    CONFIRMATION PROBLEM
    Re: SRM - Delete confirmation
    Return delivery error while displaying the confirmation in EBP
    Re: GR/PO Confirmation Workflow
    Re: Confirmation screen field to be mapped to backend field
    Regards
    - Atul

  • Latest generation 160 gb ipod will not play music when play button is pressed

    latest generation 160 gb ipod classic will not play songs when play is pressed.Everything else forms and functions are ok

    Make sure your headphones are plugged in all the way, meaning you cannot see any of the silver still showing from the headphone's plug. 
    A feature of the Nano is to put it to sleep when the display goes out and it does not detect any headphones.
    B-rock

  • Classical Report on clicking button on ALV Report

    I have a requirement where I have to display a classical report based on the user-click on a "custom button" on my ALV. I am unable to display the classical report. Please help with code example..

    Hi,
    See the example.Change the code according to your requirement.
    *& Report  ZDEMO_ALVGRID                                               *
    *& Example of a simple ALV Grid Report                                 *
    *& The basic requirement for this demo is to display a number of       *
    *& fields from the EKKO table.                                         *
    REPORT  zdemo_alvgrid                 .
    TABLES:     ekko.
    type-pools: slis.                                 "ALV Declarations
    *Data Declaration
    TYPES: BEGIN OF t_ekko,
      ebeln TYPE ekpo-ebeln,
      ebelp TYPE ekpo-ebelp,
      statu TYPE ekpo-statu,
      aedat TYPE ekpo-aedat,
      matnr TYPE ekpo-matnr,
      menge TYPE ekpo-menge,
      meins TYPE ekpo-meins,
      netpr TYPE ekpo-netpr,
      peinh TYPE ekpo-peinh,
    END OF t_ekko.
    DATA: it_ekko TYPE STANDARD TABLE OF t_ekko INITIAL SIZE 0,
          wa_ekko TYPE t_ekko.
    *ALV data declarations
    data: fieldcatalog type slis_t_fieldcat_alv with header line,
          gd_tab_group type slis_t_sp_group_alv,
          gd_layout    type slis_layout_alv,
          gd_repid     like sy-repid,
          gt_events     type slis_t_event,
          gd_prntparams type slis_print_alv.
    *Start-of-selection.
    START-OF-SELECTION.
    perform data_retrieval.
    perform build_fieldcatalog.
    perform build_layout.
    perform build_events.
    perform build_print_params.
    perform display_alv_report.
    *&      Form  BUILD_FIELDCATALOG
          Build Fieldcatalog for ALV Report
    form build_fieldcatalog.
    There are a number of ways to create a fieldcat.
    For the purpose of this example i will build the fieldcatalog manualy
    by populating the internal table fields individually and then
    appending the rows. This method can be the most time consuming but can
    also allow you  more control of the final product.
    Beware though, you need to ensure that all fields required are
    populated. When using some of functionality available via ALV, such as
    total. You may need to provide more information than if you were
    simply displaying the result
                  I.e. Field type may be required in-order for
                       the 'TOTAL' function to work.
      fieldcatalog-fieldname   = 'EBELN'.
      fieldcatalog-seltext_m   = 'Purchase Order'.
      fieldcatalog-col_pos     = 0.
      fieldcatalog-outputlen   = 10.
      fieldcatalog-emphasize   = 'X'.
      fieldcatalog-key         = 'X'.
    fieldcatalog-do_sum      = 'X'.
    fieldcatalog-no_zero     = 'X'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'EBELP'.
      fieldcatalog-seltext_m   = 'PO Item'.
      fieldcatalog-col_pos     = 1.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'STATU'.
      fieldcatalog-seltext_m   = 'Status'.
      fieldcatalog-col_pos     = 2.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'AEDAT'.
      fieldcatalog-seltext_m   = 'Item change date'.
      fieldcatalog-col_pos     = 3.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'MATNR'.
      fieldcatalog-seltext_m   = 'Material Number'.
      fieldcatalog-col_pos     = 4.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'MENGE'.
      fieldcatalog-seltext_m   = 'PO quantity'.
      fieldcatalog-col_pos     = 5.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'MEINS'.
      fieldcatalog-seltext_m   = 'Order Unit'.
      fieldcatalog-col_pos     = 6.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'NETPR'.
      fieldcatalog-seltext_m   = 'Net Price'.
      fieldcatalog-col_pos     = 7.
      fieldcatalog-outputlen   = 15.
      fieldcatalog-do_sum      = 'X'.
      fieldcatalog-datatype     = 'CURR'.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
      fieldcatalog-fieldname   = 'PEINH'.
      fieldcatalog-seltext_m   = 'Price Unit'.
      fieldcatalog-col_pos     = 8.
      append fieldcatalog to fieldcatalog.
      clear  fieldcatalog.
    endform.                    " BUILD_FIELDCATALOG
    *&      Form  BUILD_LAYOUT
          Build layout for ALV grid report
    form build_layout.
      gd_layout-no_input          = 'X'.
      gd_layout-colwidth_optimize = 'X'.
      gd_layout-totals_text       = 'Totals'(201).
    gd_layout-totals_only        = 'X'.
    gd_layout-f2code            = 'DISP'.  "Sets fcode for when double
                                            "click(press f2)
    gd_layout-zebra             = 'X'.
    gd_layout-group_change_edit = 'X'.
    gd_layout-header_text       = 'helllllo'.
    endform.                    " BUILD_LAYOUT
    *&      Form  DISPLAY_ALV_REPORT
          Display report using ALV grid
    form display_alv_report.
      gd_repid = sy-repid.
      call function 'REUSE_ALV_GRID_DISPLAY'
           exporting
                i_callback_program      = gd_repid
                i_callback_top_of_page   = 'TOP-OF-PAGE'  "see FORM
                i_callback_user_command = 'USER_COMMAND'
               i_grid_title           = outtext
                is_layout               = gd_layout
                it_fieldcat             = fieldcatalog[]
               it_special_groups       = gd_tabgroup
                it_events               = gt_events
                is_print                = gd_prntparams
                i_save                  = 'X'
               is_variant              = z_template
           tables
                t_outtab                = it_ekko
           exceptions
                program_error           = 1
                others                  = 2.
      if sy-subrc  0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      endif.
    endform.                    " DISPLAY_ALV_REPORT
    *&      Form  DATA_RETRIEVAL
          Retrieve data form EKPO table and populate itab it_ekko
    form data_retrieval.
    select ebeln ebelp statu aedat matnr menge meins netpr peinh
    up to 10 rows
      from ekpo
      into table it_ekko.
    endform.                    " DATA_RETRIEVAL
    Form  TOP-OF-PAGE                                                 *
    ALV Report Header                                                 *
    Form top-of-page.
    *ALV Header declarations
    data: t_header type slis_t_listheader,
          wa_header type slis_listheader,
          t_line like wa_header-info,
          ld_lines type i,
          ld_linesc(10) type c.
    Title
      wa_header-typ  = 'H'.
      wa_header-info = 'EKKO Table Report'.
      append wa_header to t_header.
      clear wa_header.
    Date
      wa_header-typ  = 'S'.
      wa_header-key = 'Date: '.
      CONCATENATE  sy-datum+6(2) '.'
                   sy-datum+4(2) '.'
                   sy-datum(4) INTO wa_header-info.   "todays date
      append wa_header to t_header.
      clear: wa_header.
    Total No. of Records Selected
      describe table it_ekko lines ld_lines.
      ld_linesc = ld_lines.
      concatenate 'Total No. of Records Selected: ' ld_linesc
                        into t_line separated by space.
      wa_header-typ  = 'A'.
      wa_header-info = t_line.
      append wa_header to t_header.
      clear: wa_header, t_line.
      call function 'REUSE_ALV_COMMENTARY_WRITE'
           exporting
                it_list_commentary = t_header.
               i_logo             = 'Z_LOGO'.
    endform.
          FORM USER_COMMAND                                          *
          --> R_UCOMM                                                *
          --> RS_SELFIELD                                            *
    FORM user_command USING r_ucomm LIKE sy-ucomm
                      rs_selfield TYPE slis_selfield.
    Check function code
      CASE r_ucomm.
        WHEN '&IC1'.
      Check field clicked on within ALVgrid report
        IF rs_selfield-fieldname = 'EBELN'.
        Read data table, using index of row user clicked on
          READ TABLE it_ekko INTO wa_ekko INDEX rs_selfield-tabindex.
        Set parameter ID for transaction screen field
          SET PARAMETER ID 'BES' FIELD wa_ekko-ebeln.
        Sxecute transaction ME23N, and skip initial data entry screen
          CALL TRANSACTION 'ME23N' AND SKIP FIRST SCREEN.
        ENDIF.
      ENDCASE.
    ENDFORM.
    *&      Form  BUILD_EVENTS
          Build events table
    form build_events.
      data: ls_event type slis_alv_event.
      call function 'REUSE_ALV_EVENTS_GET'
           exporting
                i_list_type = 0
           importing
                et_events   = gt_events[].
      read table gt_events with key name =  slis_ev_end_of_page
                               into ls_event.
      if sy-subrc = 0.
        move 'END_OF_PAGE' to ls_event-form.
        append ls_event to gt_events.
      endif.
        read table gt_events with key name =  slis_ev_end_of_list
                               into ls_event.
      if sy-subrc = 0.
        move 'END_OF_LIST' to ls_event-form.
        append ls_event to gt_events.
      endif.
    endform.                    " BUILD_EVENTS
    *&      Form  BUILD_PRINT_PARAMS
          Setup print parameters
    form build_print_params.
      gd_prntparams-reserve_lines = '3'.   "Lines reserved for footer
      gd_prntparams-no_coverpage = 'X'.
    endform.                    " BUILD_PRINT_PARAMS
    *&      Form  END_OF_PAGE
    form END_OF_PAGE.
      data: listwidth type i,
            ld_pagepos(10) type c,
            ld_page(10)    type c.
      write: sy-uline(50).
      skip.
      write:/40 'Page:', sy-pagno .
    endform.
    *&      Form  END_OF_LIST
    form END_OF_LIST.
      data: listwidth type i,
            ld_pagepos(10) type c,
            ld_page(10)    type c.
      skip.
      write:/40 'Page:', sy-pagno .
    endform.
    Pls. reward if useful...

  • How is when a button pressed a report will come to the same page !!!

    Hi all,
    I wonder that is it possible to bring a report to the page as a region but only when a button pressed in apex .When ı clicked the go button for example ı want to list a report in the same page.
    but I dont know how .If is this possible can you explain me please.I need help!
    Thanks!

    Create your report in a region as normal.
    Create a second region and in this region create an item eg p171_item.
    In the same region create 2 buttons
    Get Report and Reset (branching back to same page).
    Create 2 page processes (PLSQL) on submit after computations
    1. GET REPORT
    DECLARE
    v_item number;
    Begin
    select 1 into v_item from dual;
    :P171_ITEM := v_item;
    end;
    2.RESET
    DECLARE
    v_item number;
    Begin
    select 2 into v_item from dual;
    :P171_ITEM := v_item;
    end;
    Tie the processes to the buttons.
    On your report region put a condition
    PL_SQL RETURNING BOOLEAN
    IF :P171_ITEM = 1 THEN
    RETURN TRUE;
    ELSE
    RETURN FALSE;
    END IF;
    Now by pressing the buttons the report region is opened and closed.
    Now hide P171_ITEM.
    Gus

Maybe you are looking for

  • Images are always magnified and not showing at 100% zoom level

    http://s7.postimg.org/oy0gq3x8b/chrome_firefox.png http://www.mozilla.org/en-US/firefox/new/ left side is Chrome rendering; right side is Firefox Notice the 3 images, all rendered zoomed in by Firefox. No matter what I set in Preferences, what plugin

  • Authorization Control for Transfer Posting's Storage Location

    Dear Gurus, Hi ! May I know is that SAP has any Authorization Object to control Transfer Posting (SAP R3 4.0B) ? Let say in MB1B I only allow certain user to do transfer posting with P230 storage location, how should I control it ? With Authorization

  • Letters get jumbled when I type

    For the last month, whenever I try to type in Firefox, especially in Facebook or Twitter, but really anywhere in Firefox, the letters are all jumbled together, like this: Thisis ho w my typing comesou ti n firefox wheni'm trying tot ype in Twitter, o

  • Corrupted files in ibooks

    I just ran TechTool 7 on my 17"MacBook Pro. It found2857 suspected files, almost all of which are connected to iBooks and are jpg files. They start out something like this: Containers/.comAppleBKAgentService/Data/Documents/Books/iBooks  then a 10 dig

  • Can i get some answers?

    Hey forum, So seeing as Fibre broadband has been pushed back again, i just wanted to know a few things if that is possible. 1. Does the FTTC cabinet HAVE to be in a specific location? 2. Is there a way i can locate my current ADSL cabinet? 3. Openrea