Crystal Reports Grand Totals and int not working

I am new to Crystal Reports, I am using the Visual Studios version. I have a couple of different questions. My report is a cross tabs report. In one of the cells I want to include a name and the total number of records for the person. To make it visually appear how I want it, I have chosen the Cross-Tab Group Options - Use a Formula. This is what I have entered:
{SP_GET_QATPADJ.AJNAME} + ChrW(13) + ToText(Int({SP_GET_QATPADJ.CNT})) + " Claims", the problem is the .CNT field still shows the .00 after the number. I want it to be a whole number. I have tried several different functions in place of the Int, but it still shows the .00.
My second question, is there any way to modify just one grand total? Within each person of the report there are three rows, number correct, number possible and percent (all of these are returned in the stored procedure). The total column on the right totals the correct & possible okay, but for the percent I would like it to be the percent of the total correct & total possible. LIke the total correct is 13 and total possible is 20, I would like the percent to be 65 (it is showing 234 the sum of the percents for all the columns).

Inorder to remove .00 for an integer try this
ToText(Int({SP_GET_QATPADJ.CNT}),"##")
For the other question
Right click on Total Correct value and go to format field and write the suppress condition by clicking on X+2 corresponds to suppress like this
whileprintingrecords;
numbervar TC:=currentfieldvalue;
false;
Now again Right click on Total Possible value and go to format field and write the suppress condition by clicking on X+2 corresponds to suppress like this
whileprintingrecords;
numbervar TP:=currentfieldvalue;
false;
Now right click on percent value and go to format field and click on X+2 corresponding to DisplayString
and write the formula like this
whileprintingrecords;
numbervar TC;
numbervar TP;
totext((TC/TP)*100)+"%"
Hope this would deffinetly help you!!!!
Raghavendra.G

Similar Messages

  • Crystal Report (visual studio 2005)-Hyperlink not working on exported PDF

    I have created a crystal report by using VS 2005, there are some hyperlinks inside the report.
    After i exported the report to PDF, I check the PDF file, none of the link contains inside the PDF file.
    It seems a bug, i google this issue, some people can export to RTF first and then in RTF save as PDF, then the link should be there. I tried it, it works, but it totally mess up my report layout.
    Please advise,
    Tommy

    Typing the terms "pdf export hyperlink crystal" in the search box at the top right corner of this page comes up with the following KB (5th hit):
    [Hyperlinks to files do not work when exported to Portable Document Format (PDF)|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233313336333633363337%7D.do].
    "Messed" up report export to RTF does not tell me much either. A link to a screenshot will be great.
    Also, what CR Service Pack are you on?
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • I reported a problem and did not work, what do I do

    I downloaded a game from my itunes for windows and went to the iphone, unfortunately, it worked, I was on my itunes, and I reported the problem, but it did not work, what do I do

    It makes things easier if you reply on your original thread so that people know what you are talking about : https://discussions.apple.com/message/24121874#24121874 - each post should have a 'reply' button on its bottom right-corner
    I've added a reply to that thread.

  • Crystal report export to MAPI does not work in Windows 7

    I am using CR11 R2 SP4 in Windows 7. I tried to export a report to MAPI and got error:
    Error 2147500037 returned by function <MAPIResolveName>
    Any one see this error before?

    Hi Edmund,
    Once post are closed we don't typically go back and watch them. There are also other post with this same issue.
    Vincente logged a case I just updated him:
    The scheduled release is as follows:
    It's been fixed and set to be released in Fix Pack 2.6 for Cr 2008 and 6.2 for CR XI R2
    Then again for 2008 FP 3.1 and SP 4
    6.1 was just release a few weeks ago so 6.2 should be in 3 or so weeks. All depends on how the QA'ing goes.
    I'll know better when we get closer to the expected release time. 
    For Cr 2008 I'll have to find the scheduled release date.
                                                                                    Thank you                                                                               
    Don

  • Grand total values are not matching with Detail report

    Report has grand totals and when I drill to the detail report, grand total values are NOT matching with parent report totals, I did some analysis but I'm clueless on this issue.
    Please provide your thoughts and insight on this issue..
    Thanks

    is your summary and detail reports hitting different facts, like summary hitting aggregate and detail report hitting it's corresponding detail level fact..?
    if then,
    From Front-end:
    Fix the filter values in detail report that are passing from master report then try delete each columns then check the grand total. If you found your values is matching by deleting particular column then you need to investigate what is the issue around with that dimension table..
    From Database side:
    1. check first aggregate table has proper aggregate data of it's detail..
    2. Take the detail report obiee generated query and try to comment each dimension table and it's corresponding joins to the facts, (before, this delete all the dimensional columns and other measures from select statement and put only that measure where you are getting wrong value, so that you need not to comment all the select and group by columns which saves your time.. ). Need to check by commenting each dimensional wid and it's table from clause, if you found that values is matching then there is some problem with wid columns data population in your ETL.
    Is that BI-Apps project?
    btw, whtz ur name?

  • Crystal Report 2008 SP3 and BO XI 3.1 conflict

    Hi every body,
    We have a BOE system:
    BO XI 3.1
    Oracle db 10g
    All running successful and can create some types of WebI report.
    But we also want reports with Crystal Report.
    1> So we install Crystal Report 2008 SP3 (without knowing the conflict error between BO XI 3.1 and Crystal Report 2008 SP3 and overwrite some .dll file). After installing, we can not create WebI report any more. And a error message box display: "DBDriver failed to load: C:\Program File\Business Objects\BusinessObjects ENterprise12.0\win32_x86\dataAccess\connectionServer\dbd_oci.dll ".
    2> We uninstall Crystal Report SP3. But this is not the solution. Still error because of missing .dll files.
    3> We open BO XI 3.1 setup and repair BO XI 3.1. Even we uninstall BO XI 3.1, delete all of its components and delete in regedit key. We install BO XI 3.1 again. Now we have full .dll file, not missing them any more. But when we open universe and click on Table browser, cannot fetching any tables.
    We set rights for Oracle DB user again. But still error: cannot fetching.
    4> We searched the solution for this problem on the internet. But not worked, no answer.
    Can somebody help me bring back the BOE system state again ? pls   :"<
    T______T

    Hi Paul,
    I hope I read your question right!
    Yes, It is possible to run XIR2 and 3.1 on the same server although it's not recommended by BO. You will need to make sure they are both pointing to different CMS databases and different FRS repositories, like you already mentioned you will need to specify different ports for the CMS db and Tomcat.
    Why not uninstall Business Objects XI R2 in your BO development environment or a spare server (if you have one), and do a clean install of XI 3.1 SP3.
    Tip: If you were already having performance issues with your XI R2 environment, I would seriously consider upgrading the hardware. XI 3.1 needs a bit more RAM and CPU than XI R2
    Regards
    Rim Geurts

  • Error:When adding RDC runtime library (Crystal report XI R2) to Lotus notes

    Background : We have reporting feature implemented in one of lotus notes application using crystal reports 6 (OCX) and as Crystal report is going to be upgraded to CR XI version in my organisation, we need to implement the same using RDC component available in crystal XI . we have installed Crytal report XI R2 - SP 6 version for testing the integration.
    we are  referring a document available on SAP web site(attached below) that illustrates the steps required to integrate the Crystal Reports®  Report Designer Component into a Lotus® Dominou2122 application.  http://www.sdn.sap.com/irj/boc/go/portal/prtroot/docs/library/uuid/509b02de-a81e-2b10-f598-822b6d6f2024?quicklink=index&overridelayout=true
    Steps which have been outlined for adding runtime library in lotus domino application is shown below:-
    1. In Domino Designer, add a Form to the application.
    2. In the programmeru2019s pane, go to the (Declarations) handler of the Form and enter:
       Dim App As Variant,    Dim Rep As Variant
    3. Select Create | Object and select the u201CControlu201D radio button in the u201CCreate Objectu201D dialog box that comes up. From the list of controls, select u201CCrystal Report Viewer Control.u201D This adds the control to the Form.
    4. Click on the control and select Edit | Properties. In the u201CAppletu201D properties dialog, select the u201CSize object to fit windowu201D radio button and then close the properties dialog.
    We are getting an error message while trying to add 'Crystal Report Viewer Control' control (illustated in Step 3 above) in the lotus notes form . Error message which we get is 'An error has occured while processing a request on an object'.
    Alternatively , we created the object of Crystal Report Viewer on lotus notes form by adding viewer object file (Crviewer.dll) from the file system  after selecting the u201CObject from a fileu201D radio button in the u201CCreate Objectu201D dialog box and added following code in the postopen event of lotus notes form .
    Set m_Viewer = Source.GetObject("Crystal Report Viewer Control")
    Set App = CreateObject("CrystalRuntime.Application")
    Set Rep = App.OpenReport(u201Cc:lotus
    otes
    ep.rptu201D)
    Set m_Viewer.ReportSource = Rep
    Again, when lotus notes form is opened , it gives error 'Variant does not contain object' at 'Set m_Viewer.ReportSource = Rep' .
    Can any one suggest us any workaround or if iit is not possible in CR XI R2 into a Lotus® Dominou2122 application. Also, can any one provide us sample code if CR 2008 version can be integatred with lotus notes.

    I believe, Lotus was never a "supported" development platform, though it did work - at one time or another. Eventually it did not and you are at that point. I think it was CR 10 where it started to be impossible to add the viewer to Lotus. This was never fixed and we never did find out if this was a Lotus thing or a CR thing.
    Re. CR 2008 and Lotus. The RDC has been retired in CR 2008, so no luck there either for you. The only SDKs available in CR 2008 are for .NET and Java.
    Ludek

  • In OBIEE Report Grand Total instead of Average(Average)  use Sum(Avg)?

    Hi All,
    In OBIEE Report Grand Total average always shows Average of average (Default) "avg(avg)" , can i overwrite this functionality to sum of average "sum(avg)".
    Thanks in advance
    Regards
    Kandasamy

    Hello,
    You can try the following:
    Remove the calculate result as setting for the three KFs.
    In exception aggregation set property to average with ref char as leave start date.
    Check if it works.
    If the above dosent work, set reference char to emplyee ID and check.
    Either one of them has to work
    REgards,
    Shashank
    Edited by: Shashank Dighe on Apr 2, 2009 9:03 AM

  • Images not visible and options not working.

    I use crystal reports (VS 2008 )   application which is working fine in my local system.
    when i deployed in server/prodution i am not able to see images.
    i have set mode to "active x". now i am getting an error saying "The system cannot find the path specified "

    ActiveX only applies to printing so let's not worry about that and look at the images issue. See the following articles for troubleshooting tips:
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/a0437ea8-97d2-2b10-2795-c202a76a5e80
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50aa68c0-82dd-2b10-42bf-e5502b45cd3a
    Ludek

  • Crystal Reports XI R2 and Delphi 7.x

    Post Author: Laurent
    CA Forum: Other
    Hi,
    i'm using Delphi 7.x and Crystal Reports XI R2 and VCL for CR XI.The Database is an Oracle 9.x or 10.x acording to our software internal version.
    When i run the application i got an error 100: error loading crpe32.dll.
    I look in the KB and found it is connected to a path issue or missing MFC42.dll.
    I check for the last file, it exist on my machine, i edit the path, setting the CR bin folder first in the list, not helping.
    Any other idea, please?
    BR
    Laurent

    Post Author: Luca Pucci
    CA Forum: Other
    Hi Laurent,
    I've tried the solution you suggest but it seems fix the problem only partially, i still get the 'can't load library' error form time to time, expecially after I've priented many reports from my application (that's strange but that is !).
    Browsing through TCrpe source files I've found that the funcion GetCommonFilesPath in the file UcrpeUtl.pas use a registry key that is not valid if you're using CR11rel2 :
    regKey.OpenKey('SOFTWARE\Business Objects\Suite 11.0\Crystal Reports', False);
    if you change this line in :
    regKey.OpenKey('SOFTWARE\Business Objects\Suite 11.5\Crystal Reports', False);
    recompile and reinstall the package and everything seems to work fine.
    You don't need to have the crpe32.dll in the same folder as your executable anymore, because now your application can retrive the correct common file directory and load the dll from its standard location.
    There are some other registry key that point to version 11.0, they don't seems to be important and I decided not to change them, but eventually you can decide to change them all.
    Best Regards
    Luca.

  • Performace Issue using Crystal Report For enterprise and BEx Queries

    Hi all;
        We are generating the following error stack when trying to build a report on top of a BEX query using Crystal Report for Enterprise :
        |7C4F8ECE44034DB897AD88D6F98B028B3|2011 12 12 17:24:21.277|+0100|>>|E| |crj|20380|  56|ModalContext    | |2|0|0|0|BIPSDK.InfoStore:query|CHVXRIL0047:20380:56.174:1|-|-|BIPSDK.InfoStore:query|CHVXRIL0047:20380:56.174:1|Cut2PbOe3UdzgckPBHn8spEab|||||||||com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects||Assertion failed: Java plugin for CommonConnection is not loaded.
    java.lang.AssertionError
         at com.businessobjects.foundation.logging.log4j.Log4jLogger.assertTrue(Log4jLogger.java:52)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects.newInfoObject(InfoObjects.java:576)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects.continueUnpackHelper(InfoObjects.java:548)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects.continueUnpack(InfoObjects.java:489)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects.startUnpack(InfoObjects.java:464)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore$XRL3WireStrategy.startUnpackTo(InternalInfoStore.java:1484)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore$XRL3WireStrategy.startUnpackTo(InternalInfoStore.java:1464)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.unpackAll(InternalInfoStore.java:910)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.queryHelper(InternalInfoStore.java:944)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.queryHelper(InternalInfoStore.java:929)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.query_aroundBody24(InternalInfoStore.java:798)
         at com.crystaldecisions.sdk.occa.infostore.internal.InternalInfoStore.query(InternalInfoStore.java:1)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoStore.query_aroundBody20(InfoStore.java:175)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoStore.query_aroundBody21$advice(InfoStore.java:42)
         at com.crystaldecisions.sdk.occa.infostore.internal.InfoStore.query(InfoStore.java:1)
         at com.businessobjects.mds.securedconnection.cms.services.olap.OlapCmsSecuredConnectionService.getConnectionObject(OlapCmsSecuredConnectionService.java:125)
         at com.businessobjects.mds.securedconnection.cms.services.olap.OlapCmsSecuredConnectionService.getOlapSecuredConnection(OlapCmsSecuredConnectionService.java:191)
         at com.businessobjects.mds.securedconnection.loader.internal.SecuredConnectionLoaderImpl.getOlapConnectionFromSecuredConnection(SecuredConnectionLoaderImpl.java:83)
         at com.businessobjects.mds.securedconnection.loader.internal.SecuredConnectionLoaderImpl.getConnectionFromSecuredConnection(SecuredConnectionLoaderImpl.java:60)
         at com.businessobjects.dsl.services.workspace.impl.DirectOlapAccessDataProviderBuilder.loadSecuredConnection(DirectOlapAccessDataProviderBuilder.java:193)
         at com.businessobjects.dsl.services.workspace.impl.DirectOlapAccessDataProviderBuilder.loadSecuredConnection(DirectOlapAccessDataProviderBuilder.java:176)
         at com.businessobjects.dsl.services.workspace.impl.DirectOlapAccessDataProviderBuilder.provideUniverseFromCms(DirectOlapAccessDataProviderBuilder.java:63)
         at com.businessobjects.dsl.services.datasource.impl.AbstractUniverseProvider.provideUniverse(AbstractUniverseProvider.java:41)
         at com.businessobjects.dsl.services.workspace.impl.AbstractDataProviderBuilder.updateQuerySpecDataProvider(AbstractDataProviderBuilder.java:119)
         at com.businessobjects.dsl.services.workspace.impl.AbstractDataProviderBuilder.updateDataProvider(AbstractDataProviderBuilder.java:106)
         at com.businessobjects.dsl.services.workspace.impl.AbstractDataProviderBuilder.addDataProvider(AbstractDataProviderBuilder.java:49)
         at com.businessobjects.dsl.services.workspace.impl.WorkspaceServiceImpl.addDataProvider(WorkspaceServiceImpl.java:56)
         at com.businessobjects.dsl.services.workspace.impl.WorkspaceServiceImpl.addDataProvider(WorkspaceServiceImpl.java:45)
         at com.crystaldecisions.reports.dsl.shared.DSLTransientUniverseServiceProvider.createSessionServicesHelper(DSLTransientUniverseServiceProvider.java:72)
         at com.crystaldecisions.reports.dsl.shared.DSLServiceProvider.createSessionServices(DSLServiceProvider.java:428)
         at com.businessobjects.crystalreports.designer.qpintegration.DSLUtilities.getServiceProvider(DSLUtilities.java:279)
         at com.businessobjects.crystalreports.designer.qpintegration.InitializeDSLRunnable.run(InitializeDSLRunnable.java:82)
         at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:121)
    Here seems to be that a plugin is not loaded : com.crystaldecisions.sdk.occa.infostore.internal.InfoObjects||Assertion failed: Java plugin for CommonConnection is not loaded.
    could this affect the performance of Crystal Reports for Enterprise and how could I fix this ?
    Best Regards
    Anis

    Venkat,
    Thanks for your response. Please note, however, the transaction RAD1 does not exist. Let me provide more details about the current settings of the InfoObject.
    The Characteristic is 'Item' (0CS_ITEM) and upon going to RSA1 >  Modeling > InfoObjects > Item (0CS_ITEM) > Right Click > Display > Business Explorer (tab) > Text Type is set to 'Long Text' and BEx description is set to 'Long description' already.
    When I run/execute the query with this Item characteristic, the results in BEx Analyzer is showing appropriate long text, however, Crystal Report for Enterprise shows short text only
    K
    Edited by: Kumar Pathak on Feb 3, 2012 6:18 PM

  • I got my Imac and Trackpad in may so its new and the batterys have run out on the trackpad, so i have put new batterys in and its not even turning back on i have tried the batterys the other way round ( i used duracell) and still not working, HELP

    I got my Imac and Trackpad in may so its new and the batterys have run out on the trackpad, so i have put new batterys in and its not even turning back on i have tried the batterys the other way round ( i used duracell) and still not working, so i put the old batterys in and it still wont turn on. I am getting so angry woth apple things, the make it sound better than it is and over pice it, i paid over a grand for my imac and it dont even come with a cd SLOT. Please can some one help!

    Edge has very clear restrictions, one being that you must have 6 months of clean payment history which you don't. Either wait until April 14, or good luck at Sprint.
    I am unsure how it can be determined the payment mix up was the fault of CS, but regardless, the mix up was done. There can be any number of reasons why a payment could be missed without any fault on your part, however you are still the responsible party for the account and must live with the repercussions.

  • Crystal Reports Server 2011 and BW 7 as a data source for uploaded reports.

    Hello,
    I am hoping someone can provide me with a clear answer for this.
    Lets assume..
    1. We are running crystal reports server 2011 and BW 7
    2. We want to publish a report in the BI Launch pad so users can view it
    3. Can we create a crystal report in the report designer with the data source as BW 7 then upload it to the reports server and have it run on-demand and Run over night?
    Can anyone shed some light in this area?
    kind regards
    david

    Hi,
    Crystal Reports Server is not supporting the SAP Integration Kit. You will need BusinessObjects Edge or BusinessObjects Enterprise
    regards
    Ingo Hilgefort

  • IMessage and FaceTime not working on Mac Pro and message stating to contact Support came on

    iMessage and FaceTime not working on Mac Pro and a message stating to contact Support came on with a verification code.  It was working on 8/29 but stopped on 8/30.  When I called support to even speak with anyone they wanted $19.  I don't want to pay $19 for an Apple problem.  I cleared my key chain, also reset my apple ID password but still not working.  Works fine on my iPhone.

    There is no official public documentation of that error message as far as I know, but according to reports, it can mean (at least sometimes) that the same Apple ID is being used with the iTunes Store or one of the other Apple content stores, and the payment method is invalid. Sign in to the store and review your account. You do not, of course, have to provide any billing information to set up an account to use only with iMessage, as it's a free service.
    Otherwise, do what the error message tells you to do. According to reports, you won't be charged for the call if you select "Apple ID" as the product you need support for, and cite the customer code in the alert as the "validation code" to the support representative.

  • Timemachine and link not work property...

    At home I have 10.4.2 and no digidesign hardware.
    Timemachine and link not work property...
    I send them: when I use ol algorythm- they caclulating 1 mono file (3 min lengh) about 15 min at dual G5. It is normal? And when I use new algorytm- nothign happen whith file. No result. (1 week it work fine).
    Link in matrix not work
    And what system I shood to use at studio whith PT?

    CRash when change lengh of region whith new algoruthm
    Date/Time: 2005-08-24 12:11:29.752 +0400
    OS Version: 10.4.2 (Build 8C46)
    Report Version: 3
    Command: Logic Pro
    Path: /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Parent: WindowServer [91]
    Version: 7.1.0 (7.1.0(877))
    Build Version: 1A73
    Project Name: LogicPro710_ApplicationData
    Source Version: 900001
    PID: 288
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x0000007e
    Thread 0 Crashed:
    0 com.apple.logic.pro      0x0059a8c8 0x1000 + 5871816
    1 com.apple.logic.pro      0x0037183c 0x1000 + 3606588
    2 com.apple.logic.pro      0x00370000 0x1000 + 3600384
    3 com.apple.logic.pro      0x002983b4 0x1000 + 2716596
    4 com.apple.logic.pro      0x00298a84 0x1000 + 2718340
    5 com.apple.logic.pro      0x00298c28 0x1000 + 2718760
    6 com.apple.logic.pro      0x0005e264 0x1000 + 381540
    7 com.apple.logic.pro      0x0005c6e0 0x1000 + 374496
    8 com.apple.logic.pro      0x002aa538 0x1000 + 2790712
    9 com.apple.logic.pro      0x00571e10 0x1000 + 5705232
    10 com.apple.logic.pro      0x0016c090 0x1000 + 1486992
    11 com.apple.logic.pro      0x0017864c 0x1000 + 1537612
    12 com.apple.logic.pro      0x00178ad8 0x1000 + 1538776
    13 com.apple.logic.pro      0x0016c150 0x1000 + 1487184
    14 com.apple.logic.pro      0x0018e388 0x1000 + 1627016
    15 com.apple.logic.pro      0x0018e588 0x1000 + 1627528
    16 com.apple.logic.pro      0x0017d0cc 0x1000 + 1556684
    17 com.apple.logic.pro      0x00124170 0x1000 + 1192304
    18 com.apple.logic.pro      0x002fed40 0x1000 + 3136832
    19 com.apple.logic.pro      0x003026a8 0x1000 + 3151528
    20 com.apple.logic.pro      0x00300a94 0x1000 + 3144340
    21 com.apple.HIToolbox      0x931229f4 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    22 com.apple.HIToolbox      0x9312214c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    23 com.apple.HIToolbox      0x93128ed0 SendEventToEventTarget + 40
    24 com.apple.HIToolbox      0x93229ffc SendEventFromMouseDown + 156
    25 com.apple.HIToolbox      0x93205998 HandleClickInContent + 368
    26 com.apple.HIToolbox      0x93155d6c HandleWindowEvent + 1584
    27 com.apple.HIToolbox      0x931655c8 StandardWindowEventHandler + 160
    28 com.apple.HIToolbox      0x931229f4 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    29 com.apple.HIToolbox      0x9312214c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    30 com.apple.HIToolbox      0x93128ed0 SendEventToEventTarget + 40
    31 com.apple.HIToolbox      0x93229ffc SendEventFromMouseDown + 156
    32 com.apple.HIToolbox      0x931b6b08 HandleWindowClick + 572
    33 com.apple.HIToolbox      0x931b6560 HandleMouseEvent + 456
    34 com.apple.HIToolbox      0x931655bc StandardWindowEventHandler + 148
    35 com.apple.HIToolbox      0x931229f4 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 692
    36 com.apple.HIToolbox      0x9312214c SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 372
    37 com.apple.HIToolbox      0x93128ed0 SendEventToEventTarget + 40
    38 com.apple.HIToolbox      0x931b5530 HandleMouseEventForWindow(OpaqueWindowPtr*, OpaqueEventRef*, unsigned short) + 236
    39 com.apple.HIToolbox      0x931b4aa8 HandleMouseEvent(OpaqueEventRef*) + 368
    40 com.apple.HIToolbox      0x9312923c ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 496
    41 com.apple.HIToolbox      0x93122c44 DispatchEventToHandlers(EventTargetR

Maybe you are looking for

  • Price is not Picking from Contract while making PO

    Hi Gurus, Value Contract for services is created, While making the Purchase Order the price is not picking. Note:-The Contract is in Valid Period only. Can any one tell me what reasons may be there. Regards, Prabhakaran M

  • Indirect command and getpivotdata

    In Excel 2010 I have a worksheet that uses data from monthly Pivot Tables in different externel Excel files (cumulating sales per month) using GetPivotData and I want to use the INDIRECT command to adress variabel filenames changing monthly to a high

  • Queue Status is showing Stopped

    Folks, I am trying to pass IDOCS from XI and the Queue Status is showing Stopped . I am using two receivers. Please let me know how to start the queue. Manish

  • Doubt in AXIS-Exception in thread "main" . how can i run this program

    hi I am new to axis., I done few webservice program using Jwsdp i can't resolve the reason for this exception. I have set all the classpath and other path variable that is necessary for axis ., I got this example from http://javaboutique.internet.com

  • Setting "automator" for a task

    hello, i'm not sure if it's a software bug or what but it seems this issue is still going on. my volume reverts back to internal speakers when awaking from sleep even though line out is selected. i go into prefs and select line in, then line out and