Need help returning (not printing) avg GPA from array??

Here's what I have so far. After returning the value then I gotta print the avg in a separate method. I also need to check the names of the first and last student using an "equals" method. Please someone help with whatever you can. Here's what I got:
import java.util.Scanner;
public class StudentLists {
//Main method. Prompts user for the number of students.
   public static void main(String[] args) {
   Scanner in = new Scanner(System.in);
   System.out.print("Please enter the number of students in this class: ");
   int s = in.nextInt();
   Student[] students=new Student[s];
   FillStudents(s,students);
   printAll(students);
   public static void FillStudents(int s, Student[] students){
   for (int i=0; i<s; i++)
        Scanner inf = new Scanner(System.in);
        System.out.println("Please enter student's first name: ");
    String first = inf.nextLine();
    System.out.println("Please enter student's last name: ");
        String last=inf.nextLine();
        System.out.println("Please enter the number of credits completed: ");
        int c=inf.nextInt();
        System.out.println("Please enter student's GPA: ");
        Double g=inf.nextDouble();
        students[i] = new Student(first, last, c, g);
    public static void printAll(Student[] students) {
    System.out.println("Names      Credits  GPA");
       for(int i = 0; i < students.length; i++)
    System.out.println(students);
public static Double getAvg(Student[] students, Double g){
double sum=0.0;
double avg=0.0;
for(int i=0; i<students.length; i++){
sum+=g;
avg=sum/students.length;
return avg;

Oh no I wasn't giving any orders. I was saying I have been trying to edit what I have, but I can't figure out how to get the method right to do my average of the GPA from the loop. I don't know what to put in there. I was just asking if you would write it and then kind of explain what u did for me please.
import java.util.Scanner;
public class StudentLists {
//Main method. Prompts user for the number of students.
   public static void main(String[] args) {
   Scanner in = new Scanner(System.in);
   System.out.print("Please enter the number of students in this class: ");
   int s = in.nextInt();
   Student[] students=new Student[s];
   FillStudents(s,students);
   printAll(students);
   public static void FillStudents(int s, Student[] students){
   for (int i=0; i<s; i++)
        Scanner inf = new Scanner(System.in);
        System.out.println("Please enter student's first name: ");
    String first = inf.nextLine();
    System.out.println("Please enter student's last name: ");
        String last=inf.nextLine();
        System.out.println("Please enter the number of credits completed: ");
        int c=inf.nextInt();
        System.out.println("Please enter student's GPA: ");
        Double g=inf.nextDouble();
        students[i] = new Student(first, last, c, g);
    public static void printAll(Student[] students) {
    System.out.println("Names      Credits  GPA");
       for(int i = 0; i < students.length; i++)
    System.out.println(students);
public static Double getAvg(Student[] students){
double sum=0.0;
double avg=0.0;
for(int i=0; i<students.length; i++){
avg=sum/students.length;
System.out.println(avg);
return avg;

Similar Messages

  • HT3775 I get the following message when trying to open an .avi downloaded from my video cam, need help, can not find the codec, thank you.The document "IMAG0026.AVI" could not be opened. A required codec isn't available.

    I get the following message when trying to open an .avi downloaded from my video cam, need help, can not find the codec, thank you. This is for Quicktime Player.
    "The document “IMAG0026.AVI” could not be opened. A required codec isn't available."

    Try Perian.
    http://perian.org/

  • I lost my ipod I really need help to find it. Im from other country and i cant buy another one. Is not connected to internet

    I lost my ipod I really need help to find it. Im from other country and i cant buy another one. Is not connected to internet

    There is nothing anyone can do.
    Sorry.
    You will have to keep looking for it

  • Hp officejet pro 8100 and it does not print bar codes from UPS or USPS

    have an hp officejet pro 8100 and it does not print bar codes from UPS or USPS.  Can you please please help? i have used my ipad, by HP G62-355DX Notebook and neither will give me printed bar codes.  The balance of the mailing label do print, just not the bar code.  It may be my imagination, by I believe it used to print thebar codes.

    Hi,
    Try adding an alternate driver and try to print.
    To use an alternate print driver for HP printers in Windows 7:
    1. Click on the Start menu.
    2. Click on Devices and Printers.
    3. Click Add a Printer
    4. Add a local Printer
    5. Select Create a New Port
    6. Select Standard TCP\IP port
    7. Enter Printer IP address (Printer IP address can be found by printing network config page from printer
    8. Under Manufacturer select HP and under printer select HP Officejet 8000 pirinter or Officejet 7410
    9. Click apply and try printing
    Although I am an HP employee, I am speaking for myself and not for HP.
    --Say "Thanks" by clicking the Kudos Star in the post that helped you.
    --Please mark the post that solves your problem as "Accepted Solution"

  • Can not print a pdf from preview.  It crashes every time from 2 different printers.

    I can not print a pdf from preview.  I have tried at two separate locations with two different printers.

    I am having the same kind of problem when trying to print any kind of pdf: big, small, text only, with pictures. I dont know how it happend. Now it is happening in both my imac and macbook pro both runing the latest Lion MacOS with all updates installed. It is weird one moment my machine was printing ok then it stopped working. I have updated the printer software I have a canon image class mf4350. Also the curious thing is that I can print the same pdf document from adobe acrobat pro on the same computers with out any kind of problems.
    Here is the latest crash report
    PLease HELP!!!
    Date/Time:       2011-08-11 18:48:53 -0400
    OS Version:      10.7 (Build 11A511)
    Architecture:    x86_64
    Report Version:  8
    Command:         Preview
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Version:         5.5 (719)
    Build Version:   1
    Project Name:    Preview
    Source Version:  719000000000000
    Parent:          launchd [178]
    PID:             281
    Event:           hang
    Duration:        1.00s
    Steps:           11 (100ms sampling interval)
    Pageins:         6
    Pageouts:        0
    Process:         Preview [281]
    Path:            /Applications/Preview.app/Contents/MacOS/Preview
    Architecture:    x86_64
    UID:             505
      Thread 0xd33        DispatchQueue 1
      User stack:
        11 ??? (in Preview) [0x1063ddc64]
          11 NSApplicationMain + 867 (in AppKit) [0x7fff90ce652a]
            11 -[NSApplication run] + 463 (in AppKit) [0x7fff90a683d6]
              11 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff90a6ba95]
                11 _DPSNextEvent + 1993 (in AppKit) [0x7fff90a6c6c7]
                  11 _NSHandleCarbonMenuEvent + 250 (in AppKit) [0x7fff90ad6ce1]
                    11 _HandleMenuSelection2 + 585 (in HIToolbox) [0x7fff89cd9034]
                      11 _ZL14MenuSelectCoreP8MenuData5PointdjPP13OpaqueMenuRefPt + 600 (in HIToolbox) [0x7fff89cd9a75]
                        11 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 101 (in HIToolbox) [0x7fff89ce232d]
                          11 SendMenuItemSelectedEvent + 253 (in HIToolbox) [0x7fff89e165e1]
                            11 SendMenuCommandWithContextAndModifiers + 56 (in HIToolbox) [0x7fff89dd00f1]
                              11 _ZL18SendHICommandEventjPK9HICommandjjhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 398 (in HIToolbox) [0x7fff89ce9249]
                                11 SendEventToEventTarget + 76 (in HIToolbox) [0x7fff89ca2d03]
                                  11 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 446 (in HIToolbox) [0x7fff89c8bef8]
                                    11 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1263 (in HIToolbox) [0x7fff89c8c8ec]
                                      11 NSSLMMenuEventHandler + 339 (in AppKit) [0x7fff90bd70bf]
                                        11 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 138 (in AppKit) [0x7fff90d8b3f1]
                                          11 -[NSMenu _internalPerformActionForItemAtIndex:] + 38 (in AppKit) [0x7fff90ef8e9c]
                                            11 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 125 (in AppKit) [0x7fff90c5d086]
                                              11 -[NSMenuItem _corePerformAction] + 399 (in AppKit) [0x7fff90c5d34f]
                                                11 -[NSApplication sendAction:to:from:] + 139 (in AppKit) [0x7fff90b70852]
                                                  11 -[NSObject performSelector:withObject:] + 61 (in CoreFoundation) [0x7fff9189711d]
                                                    11 -[NSConcretePrintOperation runOperationModalForWindow:delegate:didRunSelector:contextInfo:] + 477 (in AppKit) [0x7fff90f72695]
                                                      11 -[NSPrintPanel beginSheetWithPrintInfo:modalForWindow:delegate:didEndSelector:contextInfo:] + 606 (in AppKit) [0x7fff90f75cf5]
                                                        11 -[NSWindowController window] + 109 (in AppKit) [0x7fff90c61105]
                                                          11 -[NSWindowController _windowDidLoad] + 566 (in AppKit) [0x7fff90c69a23]
                                                            11 ??? (in PrintCocoaUI) [0x108fff6b4]
                                                              11 ??? (in PrintCocoaUI) [0x108ffef07]
                                                                11 ??? (in PrintCocoaUI) [0x108feb7b1]
                                                                  11 ??? (in PrintCocoaUI) [0x108fe87c2]
                                                                    11 ??? (in PrintCocoaUI) [0x108fe830e]
                                                                      11 ??? (in PrintCocoaUI) [0x108fe6f82]
                                                                        11 -[MCDUFR2FinishingPDEPlugIn PDEPanelsForType:withHostInfo:] + 176 (in FinishingPDE) [0x10a5e2076]
                                                                          11 -[MCDUFR2FinishingPDE initWithCallback::] + 60 (in FinishingPDE) [0x10a5cffe0]
                                                                            11 -[MCDUFR2PDEPanelCommon initWithCallback:bundle:funcList:] + 257 (in PDEUtilities) [0x10a63ccd3]
                                                                              11 -[MCDUFR2FinishingPDE restoreValuesAndReturnError:] + 55 (in FinishingPDE) [0x10a5d0b04]
                                                                                11 -[MCDUFR2PDEPanelCommon restoreValuesAndReturnError:] + 69 (in PDEUtilities) [0x10a63cfb9]
                                                                                  11 -[MCDUFR2PDEPanelCommon setValuesFromTicket] + 391 (in PDEUtilities) [0x10a63d8ab]
                                                                                    11 -[MCDUFR2CNPDEBidiController dealloc] + 25 (in PDEUtilities) [0x10a62d183]
                                                                                       11 Info_Terminate + 40 (in PDEUtilities) [0x10a65ee3e]
                                                                                         11 Info_Terminate + 34 (in libinfo.dylib) [0x108596340]
                                                                                           11 zTerminate_ccpd_util + 40 (in libinfo.dylib) [0x1085960de]
                                                                                             11 __wait4 + 10 (in libsystem_kernel.dylib) [0x7fff883ba156]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Thread 0xd49        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x10718    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x1063dc000 -        0x1065c3fef  com.apple.Preview 5.5 (719) <8F8450F1-AC7D-3468-AB39-323A5D1B1612> /Applications/Preview.app/Contents/MacOS/Preview
             0x108595000 -        0x10859dfff  libinfo.dylib ??? (???) <034FF819-662D-9B5F-F87F-3D355394216D> /Library/Printers/Canon/UFR2/Libs/libinfo.dylib
             0x108fe0000 -        0x109017fff  com.apple.print.framework.Print.Private 7.0 (378) <9EECB9C5-32C3-3CBE-8D9A-82E929A7D69A> /System/Library/PrivateFrameworks/PrintingPrivate.framework/Versions/Current/Pl ugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
             0x10a5cf000 -        0x10a5f5fff  jp.co.canon.MCDUFR2.PDEs.Finishing 2.24 (2.24) <257061CE-1CD3-DDB5-9433-E2C3D5E7BD0F> /Library/Printers/Canon/UFR2/PDEs/FinishingPDE.plugin/Contents/MacOS/FinishingP DE
             0x10a62b000 -        0x10a674fe7  jp.co.canon.MCDUFR2.PDEUtilities 2.24 (2.24) <ED9873C7-D207-D5EE-B3F7-B85868D9A82B> /Library/Printers/Canon/UFR2/Frameworks/PDEUtilities.framework/Versions/A/PDEUt ilities
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff89c84000 -     0x7fff89fa7fff  com.apple.HIToolbox 1.7 (???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff90a63000 -     0x7fff9165bfff  com.apple.AppKit 6.7 (1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         AirPort Base Station Agent [240]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    UID:             505
      Thread 0x845        DispatchQueue 1
      User stack:
        11 ??? (in AirPort Base Station Agent) [0x10e45a654]
          11 ??? (in AirPort Base Station Agent) [0x10e46b353]
            11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
              11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                  11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                    11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x86f        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x8df      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 __select + 10 (in libsystem_kernel.dylib) [0x7fff883b9df2]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Binary Images:
             0x10e459000 -        0x10e470fff  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <4B2DADB0-223B-32AA-9438-30FBEA0A8FE6> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         aosnotifyd [345]
    Path:            /usr/sbin/aosnotifyd
    Architecture:    x86_64
    UID:             505
      Thread 0x3a45       DispatchQueue 1
      User stack:
        11 start + 52 (in aosnotifyd) [0x109b5b700]
          11 main + 74 (in aosnotifyd) [0x109b62ed2]
            11 -[AOSNotificationDaemon startup] + 1291 (in aosnotifyd) [0x109b62e5d]
              11 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8decd983]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x3a56       DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x3e76     
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 __select + 10 (in libsystem_kernel.dylib) [0x7fff883b9df2]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Binary Images:
             0x109b5a000 -        0x109b98ff7  aosnotifyd ??? (???) <20049BC2-C314-3A6C-8DF7-80ED7C14C291> /usr/sbin/aosnotifyd
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8dec2000 -     0x7fff8e1d4fff  com.apple.Foundation 6.7 (833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         applepushserviced [85]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
    Architecture:    x86_64
    UID:             0
      Thread 0x21e        DispatchQueue 1
      User stack:
        11 ??? (in applepushserviced) [0x10b531134]
          11 ??? (in applepushserviced) [0x10b531218]
            11 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff8decd86f]
              11 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8decd983]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x265        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Binary Images:
             0x10b530000 -        0x10b59bfff  applepushserviced ??? (???) <E341CBD0-7A62-3D06-BD6F-77545E6DB6DC> /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8dec2000 -     0x7fff8e1d4fff  com.apple.Foundation 6.7 (833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         AppleSpell [297]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    UID:             505
      Thread 0xfe7        DispatchQueue 1
      User stack:
        11 ??? (in AppleSpell) [0x10362fcf8]
          11 ??? (in AppleSpell) [0x10362ffaa]
            11 -[NSSpellServer run] + 74 (in Foundation) [0x7fff8e01e2ea]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0xff0        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Binary Images:
             0x10362e000 -        0x1036eaff7  com.apple.AppleSpell 1.7 (131) <6CF6E283-A7F1-37AA-A461-56AFD527396B> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8dec2000 -     0x7fff8e1d4fff  com.apple.Foundation 6.7 (833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         AppTrap [259]
    Path:            /Users/USER/Library/PreferencePanes/AppTrap.prefPane/Contents/Resources/AppTrap .app/Contents/MacOS/AppTrap
    Architecture:    x86_64
    UID:             505
    Process:         autofsd [83]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    UID:             0
      Thread 0x24b        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x24c        DispatchQueue 6
      User stack:
        11 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff89c6f9a4]
          11 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff883ba022]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Binary Images:
             0x108f34000 -        0x108f35fff  autofsd ??? (???) <0C88EC3A-8EA7-368E-832C-CF6FB08B1370> /usr/libexec/autofsd
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
    Process:         awacsd [108]
    Path:            /usr/sbin/awacsd
    Architecture:    x86_64
    UID:             0
      Thread 0x328        DispatchQueue 1
      User stack:
        11 ??? (in awacsd) [0x104914690]
          11 ??? (in awacsd) [0x10491b150]
            11 ??? (in awacsd) [0x104923802]
              11 semaphore_wait_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b86b6]
      Kernel stack:
        11 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff8000234590]
      Thread 0x32a        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x10760    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x104913000 -        0x104968ff7  awacsd ??? (???) <B4E2E687-C6BF-3356-B7F3-84943947BAE3> /usr/sbin/awacsd
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
    Process:         blued [40]
    Path:            /usr/sbin/blued
    Architecture:    x86_64
    UID:             0
      Thread 0x1af        DispatchQueue 1
      User stack:
        11 ??? (in blued) [0x10c5d5e5c]
          11 ??? (in blued) [0x10c60a02c]
            11 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff8decd86f]
              11 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff8decd983]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1bd        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x1e0      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 __select + 10 (in libsystem_kernel.dylib) [0x7fff883b9df2]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Binary Images:
             0x10c5d4000 -        0x10c647ff7  blued ??? (???) <509C1835-D875-3B48-BC6E-3C78264CD25D> /usr/sbin/blued
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8dec2000 -     0x7fff8e1d4fff  com.apple.Foundation 6.7 (833.1) <618D7923-3519-3C53-9CBD-CF3C7130CB32> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         Canon FAX BackGrounder [243]
    Path:            /Library/Printers/Canon/CUPSFAX/BackGrounder/Canon FAX BackGrounder.app/Contents/MacOS/Canon FAX BackGrounder
    Architecture:    i386
    UID:             505
    Process:         Canon MFScanner [229]
    Path:            /Library/Image Capture/Devices/Canon MFScanner.app/Contents/MacOS/Canon MFScanner
    Architecture:    i386
    UID:             505
    Process:         CIJScannerRegister [443]
    Path:            /Library/Image Capture/Support/*/CIJScannerRegister.app/Contents/MacOS/CIJScannerRegister
    Architecture:    unknown
    UID:             505
    Process:         com.apple.dock.extra [226]
    Path:            /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
    Architecture:    x86_64
    UID:             505
      Thread 0x7d4        DispatchQueue 1
      User stack:
        11 ??? (in com.apple.dock.extra) [0x10d5de984]
          11 xpc_service_main + 440 (in XPCService) [0x7fff8ddda8b9]
            11 NSApplicationMain + 867 (in AppKit) [0x7fff90ce652a]
              11 -[NSApplication run] + 463 (in AppKit) [0x7fff90a683d6]
                11 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff90a6ba95]
                  11 _DPSNextEvent + 659 (in AppKit) [0x7fff90a6c191]
                    11 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff89c8daae]
                      11 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff89c8dc21]
                        11 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff89c864ff]
                          11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                            11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                              11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                                11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x80e        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Binary Images:
             0x10d5dd000 -        0x10d5e1fff  com.apple.dock.extra 1.0 (1) <16A00A96-FFEF-3F2E-B629-453D3C51469E> /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra .xpc/Contents/MacOS/com.apple.dock.extra
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff89c84000 -     0x7fff89fa7fff  com.apple.HIToolbox 1.7 (???) <10FA3432-6638-39D9-8681-9E95298D239E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
          0x7fff8ddd9000 -     0x7fff8dddfff7  com.apple.XPCService 1.0 (1) <7CD3F8A6-7F2A-36FB-B838-D7BB504DB894> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
          0x7fff90a63000 -     0x7fff9165bfff  com.apple.AppKit 6.7 (1138) <C8D2FDDA-B9D5-3948-A376-6B9B6F0596C6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         configd [15]
    Path:            /usr/libexec/configd
    Architecture:    x86_64
    UID:             0
      Thread 0xfd         DispatchQueue 1
      User stack:
        11 ??? (in configd) [0x100b75fcc]
          11 ??? (in configd) [0x100b76783]
            11 ??? (in configd) [0x100b77088]
              11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                  11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                    11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x10e        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff883b9e06]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Thread 0x110      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 ??? (in configd) [0x100b77a66]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1a8      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 ??? (in configd) [0x100b823dd]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1b3      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 __select + 10 (in libsystem_kernel.dylib) [0x7fff883b9df2]
      Kernel stack:
        11 wakeup + 992 (in mach_kernel) [0xffffff8000552580]
      Thread 0x1b4      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 pppcntl_run_thread + 2194 (in PPPController) [0x101031142]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x10295    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Thread 0x10771    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x100b75000 -        0x100b9eff7  configd ??? (???) <2F1DBCF7-E9C0-348D-B806-1AA71E536A84> /usr/libexec/configd
             0x101023000 -        0x101062fff  com.apple.SystemConfiguration.PPPController 1.7 (1.7) <DFB9B133-1E88-337B-8083-53DFB5E37E09> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         cookied [272]
    Path:            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/Support/cookied
    Architecture:    x86_64
    UID:             505
      Thread 0xaa4        DispatchQueue 1
      User stack:
        11 ??? (in cookied) [0x10c1c7edc]
          11 _cookied_main + 852 (in CFNetwork) [0x7fff8b77c095]
            11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
              11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                  11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                    11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0xaac        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x10618    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x10c1c7000 -        0x10c1c7ff7  cookied ??? (???) <FE3E60E6-147A-3E9F-ABA1-5909DFB522B2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/Support/cookied
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff8b68d000 -     0x7fff8b7f0fff  com.apple.CFNetwork 520.0.13 (520.0.13) <67E3BB43-2A22-3F5A-964E-391375B24CE0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         coreaudiod [139]
    Path:            /usr/sbin/coreaudiod
    Architecture:    x86_64
    UID:             202
      Thread 0x3cb        DispatchQueue 1
      User stack:
        11 ??? (in coreaudiod) [0x10e32b220]
          11 ??? (in coreaudiod) [0x10e39280a]
            11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
              11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                  11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x3e5        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x3fc      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 ??? (in coreaudiod) [0x10e39c990]
              11 ??? (in coreaudiod) [0x10e39649c]
                11 ??? (in coreaudiod) [0x10e39652c]
                  11 ??? (in coreaudiod) [0x10e396370]
                    11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                      11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                        11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                          11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x10801    
      User stack:
        11 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff882f5b85]
          11 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff883ba192]
      Kernel stack:
        11 workqueue_exit + 1904 (in mach_kernel) [0xffffff80005a13b0]
      Binary Images:
             0x10e32a000 -        0x10e3e8ff7  coreaudiod ??? (???) <81C9C2A8-C33E-3F2E-A1A1-E61DA5414B0C> /usr/sbin/coreaudiod
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         coreservicesd [43]
    Path:            /System/Library/CoreServices/coreservicesd
    Architecture:    x86_64
    UID:             0
      Thread 0x1c2        DispatchQueue 1
      User stack:
        11 ??? (in coreservicesd) [0x10de60e98]
          11 _CoreServicesServerMain + 747 (in CarbonCore) [0x7fff90730095]
            11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
              11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                  11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                    11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Thread 0x1c3        DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0x255      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 fmodWatchConsumer + 332 (in CarbonCore) [0x7fff906a1410]
              11 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff883b9bca]
      Kernel stack:
        11 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8383]
          11 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005ca7cb]
            11 psynch_cvwait + 1913 (in mach_kernel) [0xffffff800059ee69]
              11 ksyn_block_thread_locked + 67 (in mach_kernel) [0xffffff800059a4f3]
                11 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f36b]
                  11 thread_continue + 1661 (in mach_kernel) [0xffffff800022f0ed]
                    11 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Thread 0x256      
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 read + 10 (in libsystem_kernel.dylib) [0x7fff883baaf2]
      Kernel stack:
        11 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002d8383]
          11 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005ca7cb]
            11 read_nocancel + 120 (in mach_kernel) [0xffffff8000561cc8]
              11 write + 209 (in mach_kernel) [0xffffff80005615c1]
                11 get_pathbuff + 3895 (in mach_kernel) [0xffffff8000323c87]
                  11 tsleep + 91 (in mach_kernel) [0xffffff80005527fb]
                    11 wakeup + 632 (in mach_kernel) [0xffffff8000552418]
                      11 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f36b]
                        11 thread_continue + 1661 (in mach_kernel) [0xffffff800022f0ed]
                          11 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c0939]
      Binary Images:
             0x10de60000 -        0x10de60fff  coreservicesd ??? (???) <6AAC69F5-8ECC-36B7-B917-7A4A0F4086C4> /System/Library/CoreServices/coreservicesd
          0x7fff882a4000 -     0x7fff88381fef  libsystem_c.dylib ??? (???) <1D61CA57-3C6D-30F7-89CB-CC6F0787B1DC> /usr/lib/system/libsystem_c.dylib
          0x7fff883a3000 -     0x7fff883c3fff  libsystem_kernel.dylib ??? (???) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
          0x7fff89c6b000 -     0x7fff89c79fff  libdispatch.dylib ??? (???) <698F8EFB-7075-3111-94E3-891156C88172> /usr/lib/system/libdispatch.dylib
          0x7fff90694000 -     0x7fff909adfff  com.apple.CoreServices.CarbonCore 960.13 (960.13) <398ABDD7-BB95-3C05-96D2-B54243FC4745> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
          0x7fff91804000 -     0x7fff919d7ff7  com.apple.CoreFoundation 6.7 (635) <57446B22-0778-3E07-9690-96AC705D57E8> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         cupsd [439]
    Path:            /usr/sbin/cupsd
    Architecture:    x86_64
    UID:             0
      Thread 0xf199       DispatchQueue 1
      User stack:
        11 ??? (in cupsd) [0x1057c019c]
          11 ??? (in cupsd) [0x1057d9a80]
            11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0xf19a       DispatchQueue 2
      User stack:
        11 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff89c6d19e]
          11 kevent + 10 (in libsystem_kernel.dylib) [0x7fff883ba7e6]
      Kernel stack:
        11 kqueue_scan + 416 (in mach_kernel) [0xffffff8000537bb0]
      Thread 0xf19f     
      User stack:
        11 thread_start + 13 (in libsystem_c.dylib) [0x7fff882f5b75]
          11 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff882f28bf]
            11 ??? (in cupsd) [0x105804908]
              11 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9184bf2f]
                11 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9183c216]
                  11 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9183ca04]
                    11 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9183429c]
                      11 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff883b867a]
      Kernel stack:
        11 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff80002158b0]
      Binary Images:
             0x1057bf000 -        0x10581eff7  cupsd ??? (???) <5C8E4378-C8B0-3BF9-9A85-FF5B6923FE7A> /usr/sbin/cupsd
          0x7fff882a4000 -     0x7fff88381fe

  • My ipod touch is in DFU mode 5g I need help, do not want to lose my data, please help in Spanish

    I need help, do not want to lose my data, PLEASE HELP IN SPANISH

    Una vez que el dispositivo está pidiendo ser restaurado con iTunes ... ya es demasiado tarde para salvar nada ... y usted debe continuar con la recuperación de ...
    Vea aquí> http://support.apple.com/kb/HT1808
    Es posible que tenga que probar más de una vez ... Asegúrese de seguir todos los pasos ...
    Tómese su tiempo ... Preste especial atención a los pasos 3 y 4.
    Para minimizar la pérdida ...
    Después de haber recuperado su dispositivo ...
    Re-sincronizar su contenido o restauración de la última copia de seguridad ...
    Restaurar desde copia de seguridad> http://support.apple.com/kb/ht1766
    Once the Device is asking to be Restored with iTunes... it is too late to save anything... and you must continue with the Recovery...
    See Here  >  http://support.apple.com/kb/HT1808
    You may need to try this More than Once...  Be sure to Follow ALL the Steps...
    Take your time... Pay particular attention to Steps 3 and 4.
    To minimise loss...
    After you have Recovered your Device...
    Re-Sync your Content or Restore from the most recent Backup...
    Restore from Backup  >  http://support.apple.com/kb/ht1766

  • I Need Help to Access The Source Code From A Form to Know the Calculation Formula

    Hi,
    I Need Help to Access The Source Code From A Form to Know the Calculation Formula. The application is a windows form application that is linked to SQL Server 2008. In one of the application forms it generates an invoice and does some calculations. I just
    need to know where behind that form is the code that's doing the calculations to generate the invoice, I just need to get into the formula that's doing these calculations.
    Thank you so much.

    Hi, 
    Thanks for the reply. This is a view and [AmountDue] is supposed to be [CurrentDueAmount] + [PastDueAmount] - [PaidAmount]. The view is not calculating [PaidAmount] right . Below is the complete code of the view. Do you see anything wrong in the code ?
    Thanks. 
    SELECT     [isi].[InvoiceID], [ii].[DueDate], [SubInvoiceID] = [isi].[ID], [INV_FacilityID] = [if].[ID], [if].[FacilityID],
    [iff].[FacilityFeeID], [LoanID] = NULL, [isi].[PortfolioID], [isi].[Portfolio], 
                          [PaymentType] = [isis_fee].[SectionType], [Name]
    = [iff].[Name], [ReceivedAmount], [dates].[CurrentDueAmount], 
                          [PastDueAmount] = CASE WHEN ISNULL([ReceivedAmount],
    0) > 0 THEN [pastdue].[PastDueFeeAmount] + ISNULL([ReceivedAmount], 0) 
                          WHEN ISNULL([ReceivedAmount], 0) 
                          < 0 THEN /* We bring past due to zero and
    apply reset to current. */ CASE WHEN [pastdue].[PastDueFeeAmount] + ISNULL([ReceivedAmount], 0) 
                          < 0 THEN 0 ELSE [pastdue].[PastDueFeeAmount]
    + ISNULL([ReceivedAmount], 0) END WHEN ISNULL([ReceivedAmount], 0) = 0 AND 
                          [pastdue].[PastDueFeeAmount] < 0 THEN 0 ELSE
    [pastdue].[PastDueFeeAmount] END, [PaidAmount] = CASE WHEN ISNULL([ReceivedAmount], 0) 
                          < 0 THEN /* We bring past due to zero and
    apply rest to current. */ CASE WHEN [pastdue].[PastDueFeeAmount] + ISNULL([ReceivedAmount], 0) 
                          < 0 THEN - ([pastdue].[PastDueFeeAmount]
    + ISNULL([ReceivedAmount], 0)) ELSE 0 END WHEN ISNULL([ReceivedAmount], 0) = 0 AND 
                          [pastdue].[PastDueFeeAmount] < 0 THEN - [pastdue].[PastDueFeeAmount]
    ELSE 0 END, [AmountDue] = [unpaid].[UnpaidFeeAmount], [ID] = [iff].[FacilityFeeID]
    FROM         [dbo].[INV_SubInvoice] isi JOIN
                          [dbo].[INV_Invoice] ii ON [isi].[InvoiceID]
    = [ii].[ID] JOIN
                          [dbo].[INV_Facility] [if] ON [isi].[ID] = [if].[SubInvoiceID]
    JOIN
                          [dbo].[INV_FacilityFee] iff ON [if].[ID] = [iff].[INV_FacilityID]
    JOIN
                              (SELECT     [sis_fee].[ID],
    [sis_fee].[SectionTypeCode], [SectionType] = [st_fee].[Name], [sis_fee].[INV_FacilityFeeID]
                                FROM      
       [dbo].[INV_SubInvoiceSection] sis_fee JOIN
                   [dbo].[INV_SectionType] st_fee ON [sis_fee].[SectionTypeCode] = [st_fee].[Code]
                                WHERE      [INV_FacilityFeeID]
    IS NOT NULL AND [StatusCode] = 'BILL') isis_fee ON [iff].[ID] = [isis_fee].[INV_FacilityFeeID] JOIN
                              (SELECT     [iffa].[SectionID],
    [AccrualDeterminationDateMax] = MAX([iffa].[AccrualDeterminationDate]), 
                   [AccrualDeterminationDateMin] = MIN([iffa].[AccrualDeterminationDate]), [CurrentDueAmount] = SUM([iffa].[AccruedFeeAmount]), 
                   [ReceivedAmount] = SUM([iffa].[ReceivedFeeAmount])
                                FROM      
       [dbo].[INV_FacilityFeeAccrual] iffa
                                GROUP BY [iffa].[SectionID])
    dates ON [isis_fee].[ID] = [dates].[SectionID] LEFT JOIN
                              (SELECT     *
                                FROM      
       [dbo].[INV_FacilityFeeAccrual]) unpaid ON [dates].[SectionID] = [unpaid].[SectionID] AND 
                          [dates].[AccrualDeterminationDateMax] = [unpaid].[AccrualDeterminationDate]
    LEFT JOIN
                              (SELECT     [SectionID],
    [PastDueFeeAmount] = SUM([PastDueFeeAmount])
                                FROM      
       [dbo].[INV_FacilityFeeAccrual]
                                GROUP BY [SectionID]) pastdue
    ON [dates].[SectionID] = [pastdue].[SectionID]
    UNION
    SELECT     [isi].[InvoiceID], [ii].[DueDate], [SubInvoiceID] = [isi].[ID], [INV_FacilityID] = [if].[ID], [if].[FacilityID],
    [FacilityFeeID] = NULL, [il].[LoanID], [isi].[PortfolioID], [isi].[Portfolio], 
                          [PaymentType] = [isis_loan].[SectionType], [Name]
    = [il].[Name], [ReceivedAmount], [CurrentDueAmount], [PastDueAmount] = CASE WHEN ISNULL([ReceivedAmount], 
                          0) > 0 THEN [PastDueAmount] + ISNULL([ReceivedAmount],
    0) WHEN ISNULL([ReceivedAmount], 0) 
                          < 0 THEN /* We bring past due to zero and
    apply rest to current. */ CASE WHEN [PastDueAmount] + ISNULL([ReceivedAmount], 0) 
                          < 0 THEN 0 ELSE [PastDueAmount] + ISNULL([ReceivedAmount],
    0) END WHEN ISNULL([ReceivedAmount], 0) = 0 AND 
                          [PastDueAmount] < 0 THEN 0 ELSE [PastDueAmount]
    END, 
                          [PaidAmount] = CASE WHEN [isis_loan].[SectionTypeCode]
    = 'LOAN_PRIN' THEN 0 ELSE CASE WHEN ISNULL([ReceivedAmount], 0) 
                          < 0 THEN /* We bring past due to zero and
    apply rest to current. */ CASE WHEN [PastDueAmount] + ISNULL([ReceivedAmount], 0) 
                          < 0 THEN - ([PastDueAmount] + ISNULL([ReceivedAmount],
    0)) ELSE 0 END WHEN ISNULL([ReceivedAmount], 0) = 0 AND 
                          [PastDueAmount] < 0 THEN - [PastDueAmount]
    ELSE 0 END END, 
                          [AmountDue] = CASE WHEN [isis_loan].[SectionTypeCode]
    = 'LOAN_PRIN' THEN [CurrentDueAmount] ELSE [unpaid].[AmountDue] END, [ID] = [il].[LoanID]
    FROM         [dbo].[INV_SubInvoice] isi JOIN
                          [dbo].[INV_Invoice] ii ON [isi].[InvoiceID]
    = [ii].[ID] JOIN
                          [dbo].[INV_Facility] [if] ON [isi].[ID] = [if].[SubInvoiceID]
    JOIN
                          [dbo].[INV_Loan] il ON [if].[ID] = [il].[INV_FacilityID]
    JOIN
                              (SELECT     [sis_loan].[ID],
    [sis_loan].[SectionTypeCode], [SectionType] = [st_loan].[Name], [sis_loan].[INV_LoanID]
                                FROM      
       [dbo].[INV_SubInvoiceSection] sis_loan JOIN
                   [dbo].[INV_SectionType] st_loan ON [sis_loan].[SectionTypeCode] = [st_loan].[Code]
                                WHERE      [INV_LoanID]
    IS NOT NULL AND [StatusCode] = 'BILL') isis_loan ON [il].[ID] = [isis_loan].[INV_LoanID] JOIN
                              (SELECT     [iffa].[SectionID],
    [AccrualDeterminationDateMax] = MAX([iffa].[AccrualDeterminationDate]), 
                   [AccrualDeterminationDateMin] = MIN([iffa].[AccrualDeterminationDate]), [CurrentDueAmount] = SUM([iffa].[ExpectedPrincipalAmount]), 
                   [ReceivedAmount] = SUM([ReceivedPrincipalAmount])
                                FROM      
       [dbo].[INV_LoanPrincipalAmortization] iffa
                                GROUP BY [iffa].[SectionID]
                                UNION
                                SELECT     [iffa].[SectionID],
    [AccrualDeterminationDateMax] = MAX([iffa].[AccrualDeterminationDate]), 
                  [AccrualDeterminationDateMin] = MIN([iffa].[AccrualDeterminationDate]), [CurrentDueAmount] = SUM([iffa].[AccruedInterestAmount]), 
                  [ReceivedAmount] = SUM([ReceivedInterestAmount])
                                FROM      
      [dbo].[INV_LoanCashInterestAccrual] iffa
                                GROUP BY [iffa].[SectionID]
                                UNION
                                SELECT     [iffa].[SectionID],
    [AccrualDeterminationDateMax] = MAX([iffa].[AccrualDeterminationDate]), 
                  [AccrualDeterminationDateMin] = MIN([iffa].[AccrualDeterminationDate]), [CurrentDueAmount] = SUM([iffa].[AccruedInterestAmount]), 
                  [ReceivedAmount] = SUM([ReceivedInterestAmount])
                                FROM      
      [dbo].[INV_LoanPIKInterestAccrual] iffa
                                GROUP BY [iffa].[SectionID])
    dates ON [isis_loan].[ID] = [dates].[SectionID] LEFT JOIN
                              (SELECT     [AmountDue]
    = [UnpaidPrincipalAmount], [SectionID], [AccrualDeterminationDate]
                                FROM      
       [dbo].[INV_LoanPrincipalAmortization]
                                UNION
                                SELECT     [AmountDue]
    = [UnpaidInterestAmount], [SectionID], [AccrualDeterminationDate]
                                FROM      
      [dbo].[INV_LoanCashInterestAccrual]
                                UNION
                                SELECT     [AmountDue]
    = [UnpaidInterestAmount], [SectionID], [AccrualDeterminationDate]
                                FROM      
      [dbo].[INV_LoanPIKInterestAccrual]) unpaid ON [dates].[SectionID] = [unpaid].[SectionID] AND 
                          [dates].[AccrualDeterminationDateMax] = [unpaid].[AccrualDeterminationDate]
    LEFT JOIN
                              (SELECT     [PastDueAmount]
    = SUM([PastDuePrincipalAmount]), [SectionID]
                                FROM      
       [dbo].[INV_LoanPrincipalAmortization]
                                GROUP BY [SectionID]
                                UNION
                                SELECT     [PastDueAmount]
    = SUM([PastDueInterestAmount]), [SectionID]
                                FROM      
      [dbo].[INV_LoanCashInterestAccrual]
                                GROUP BY [SectionID]
                                UNION
                                SELECT     [PastDueAmount]
    = SUM([PastDueInterestAmount]), [SectionID]
                                FROM      
      [dbo].[INV_LoanPIKInterestAccrual]
                                GROUP BY [SectionID]) pastdue
    ON [dates].[SectionID] = [pastdue].[SectionID]
    UNION
    SELECT     [isi].[InvoiceID], [ii].[DueDate], [SubInvoiceID] = [isi].[ID], [INV_FacilityID] = [if].[ID], [if].[FacilityID],
    [FacilityFeeID] = NULL, [il].[LoanID], [isi].[PortfolioID], [isi].[Portfolio], 
                          [PaymentType] = 'PIK Interest Applied', [Name]
    = [il].[Name], [ReceivedAmount], [CurrentDueAmount] = - [dates].[CurrentDueAmount], 
                          [PastDueAmount] = - CASE WHEN ISNULL([ReceivedAmount],
    0) > 0 THEN [PastDueAmount] + ISNULL([ReceivedAmount], 0) WHEN ISNULL([ReceivedAmount], 0) 
                          < 0 THEN /* We bring past due to zero and
    apply rest to current. */ CASE WHEN [PastDueAmount] + ISNULL([ReceivedAmount], 0) 
                          < 0 THEN 0 ELSE [PastDueAmount] + ISNULL([ReceivedAmount],
    0) END WHEN ISNULL([ReceivedAmount], 0) = 0 AND 
                          [PastDueAmount] < 0 THEN 0 ELSE [PastDueAmount]
    END, [PaidAmount] = - CASE WHEN ISNULL([ReceivedAmount], 0) 
                          < 0 THEN /* We bring past due to zero and
    apply rest to current. */ CASE WHEN [PastDueAmount] + ISNULL([ReceivedAmount], 0) 
                          < 0 THEN - ([PastDueAmount] + ISNULL([ReceivedAmount],
    0)) ELSE 0 END WHEN ISNULL([ReceivedAmount], 0) = 0 AND 
                          [PastDueAmount] < 0 THEN - [PastDueAmount]
    ELSE 0 END, [AmountDue] = - [AmountDue], [ID] = [il].[LoanID]
    FROM         [dbo].[INV_SubInvoice] isi JOIN
                          [dbo].[INV_Invoice] ii ON [isi].[InvoiceID]
    = [ii].[ID] JOIN
                          [dbo].[INV_Facility] [if] ON [isi].[ID] = [if].[SubInvoiceID]
    JOIN
                          [dbo].[INV_Loan] il ON [if].[ID] = [il].[INV_FacilityID]
    JOIN
                              (SELECT     [sis_loan].[ID],
    [sis_loan].[SectionTypeCode], [SectionType] = [st_loan].[Name], [sis_loan].[INV_LoanID]
                                FROM      
       [dbo].[INV_SubInvoiceSection] sis_loan JOIN
                   [dbo].[INV_SectionType] st_loan ON [sis_loan].[SectionTypeCode] = [st_loan].[Code]
                                WHERE      [INV_LoanID]
    IS NOT NULL AND [StatusCode] = 'BILL' AND [sis_loan].[SectionTypeCode] = 'LOAN_INT_PIK') isis_loan ON 
                          [il].[ID] = [isis_loan].[INV_LoanID] JOIN
                              (SELECT     [iffa].[SectionID],
    [AccrualDeterminationDateMax] = MAX([iffa].[AccrualDeterminationDate]), 
                   [AccrualDeterminationDateMin] = MIN([iffa].[AccrualDeterminationDate]), [CurrentDueAmount] = SUM([iffa].[AccruedInterestAmount]), 
                   [ReceivedAmount] = SUM([ReceivedInterestAmount])
                                FROM      
       [dbo].[INV_LoanPIKInterestAccrual] iffa
                                GROUP BY [iffa].[SectionID])
    dates ON [isis_loan].[ID] = [dates].[SectionID] LEFT JOIN
                              (SELECT     [AmountDue]
    = [UnpaidInterestAmount], [SectionID], [AccrualDeterminationDate]
                                FROM      
       [dbo].[INV_LoanPIKInterestAccrual]) unpaid ON [dates].[SectionID] = [unpaid].[SectionID] AND 
                          [dates].[AccrualDeterminationDateMax] = [unpaid].[AccrualDeterminationDate]
    LEFT JOIN
                              (SELECT     [PastDueAmount]
    = SUM([PastDueInterestAmount]), [SectionID]
                                FROM      
       [dbo].[INV_LoanPIKInterestAccrual]
                                GROUP BY [SectionID]) pastdue
    ON [dates].[SectionID] = [pastdue].[SectionID]

  • I need help with controlling two .swf's from third.

    Hi, thanks for reading!
    I need help with controlling two .swf's from third.
    I have a problem where I need to use a corporate designed
    .swf in a digital signage solution, but have been told by the legal
    department that it can not be modified in any way, I also can't
    have the source file yada yada. I pulled the .swfs from their
    website and I decompiled them to see what I was up against.
    The main swf that I need to control is HCIC.swf and the
    problem is it starts w/ a preloader, which after loading stops on a
    frame that requires user input (button press) on a play button,
    before the movie will proceed and play through.
    What I have done so far is to create a container swf,
    HCIC_container.swf that will act as Target for the HCIC.swf, and
    allow me to send actionscript to the file I'm not allowed to
    modify.
    I managed to get that done with the help of someone on
    another forum. It was my hope that the following script would just
    start HCIC.swf at a frame past the preloader and play button, and
    just play through.
    var container:MovieClip = createEmptyMovieClip("container",
    getNextHighestDepth());
    var mcLoader:MovieClipLoader = new MovieClipLoader();
    mcLoader.addListener(this);
    mcLoader.loadClip("MCIC.swf", container);
    function onLoadInit(mc:MovieClip) {
    mc.gotoAndPlay(14);
    But unfortunately it didn't solve my problem. Because there
    is a media-controller.swf, that is being loaded by HCIC.swf that
    has the controls including the play button to start HCIC.swf.
    Here's a link to a .zip file with all 3 .swf files, and all 3
    .fla files.
    http://www.axiscc.com/temp/HCIC.zip
    What I need to do is automatically start the HCIC.swf file
    bypassing the pre-loader and play button without editing it or the
    media-controller.swf in anyway. So all the scripting needs to be
    done in HCIC_container.swf.
    I know this is confusing, and its difficult to explain, but
    if you look at the files it should make sense.
    ActionScripting is far from my strong point, so I'm
    definitely over my head here.
    Thanks for your help.

    Got my solution on another forum.
    http://www.actionscript.org/forums/showthread.php3?t=146827

  • NEED HELP! - Installing Camera raw presets from USB Stick

    NEED HELP! -installing Camera raw presets from USB Stick.
    I am attempting to install the Camera Raw Presets. 
    It says to put them into User Name/Library/Application Support/Adobe/CameraRaw/Settings... 
    When I get to CameraRaw the ONLY folders in there are CameraProfiles & Lens Profiles. 
    I have searched everywhere looking for a CameraRaw-Settings folder and cannot find one. 
    I have latest version of CameraRaw installed and still no settings folder. 
    I even attempted to find it by looking in camera raw where it has saved the custom settings I made as presets and it shows that they are saved but will not show me where. 
    I am using CS5 specifically Photoshop v12.0.4 and Bridge. I have Lightroom 4. I have iMac OS  10.7.3
    Do I need to reinstall Camera Raw and how do you do that?
    Will I then lose my presets that I made in CameraRaw?  
    Thanks for your help

    Here is a note from the ACR 7.1 beta release.  http://labs.adobe.com/technologies/cameraraw7-1/?tabID=details
    Perhaps this answers question.
    Frequently Asked Questions
    Why is it no longer required to place the plug-in file in the specified directory on my hard drive?
    The Camera Raw update process has grown to include lens profile and camera profile files which are easiest to install via a single installer process instead of updating several different directories manually.

  • Why can I not print a PDF from an email?

    Why can I not print a PDF from an email any longer?

    Can you explain in better detail?
    Is it when you open the file attachment and attempt to Print?
    Is it right-mouse clicking and attempting to Print?
    Is it when you print the email itself and expect the attachment to Print?

  • I need help getting my printer to work

    I need help getting my printer to work

    http://h30434.www3.hp.com/t5/Printer-Networking-and-Wireless/Want-Good-Answers-Ask-Good-Questions/td...
    Say thanks by clicking "Kudos" "thumbs up" in the post that helped you.
    I am employed by HP

  • I could not print a receipt from an e mail.  The only part that would print was the heading.  How do I print a receipt from e mail?

    I could not print a receipt from an e mail.  Only the header of the e mail would print.  How can I print the entire receipt?

    Try Mail/File/Export as PDF, open it in Preview, and see if you can print it from there.

  • Need help FLASH not launching and not uninstalling "licensing for this product has stopped working".

    Need help FLASH not launching and not uninstalling "licensing for this product has stopped working" and " you can only install one adobe product at a time please complete the other installation"  Flash was working absolutely fine before, I have no idea why this happened.

    I am having similar problem.  Can't open any of CS3 programs after trying to download Dreamweaver Trial, which wouldn't work because "couldn't remove DLM extention" error message.  So now I can not run Illustrator, Photoshop, or even Adobe Reader.  These are properly licensed for about a year. I get "License for product has stopped working".  Have 2 pending cases open with Adobe support (one for Dreamweaver trial, one for license problem) since 8/3 with NO ANSWERS - It says answers within 1-3 business days.  Was on phone support hold today for over 3 hours before line went dead with no help.  What is up with adobe support?  Can anyone help?

  • Need help getting new printer hp deskjet 3520 setup for eprint and wireless

    need help getting new printer hp deskjet 23520 stup for eprint and wireless

    Hi Pastorlee7,
    I see that you're having problems setting up your printer.  I would take a look at the document below.
    Hp deskjet 3520
    Let me know how it goes.  

  • Need help trying to transfer my information from one iphone to another

    need help trying to transfer my information from one iphone to another

    If you are restoring from an icloud backup you are going to have to erase a content and setting and while in the setup prompts you will get the option to restore from an icloud back...that's the only time you will get the option to restore from an icloud back and that's during setup

Maybe you are looking for

  • Special characters in Lion

    The ease of use of special characters has been a major strength of the Mac OS since the very foundation. Now I find in Lion I hvae to do a very Windoze-like thing and open a Special Characters dialog and search for the character I want from a confusi

  • Help with StyledDocument

    Hi there, I have a JTextPane and I have a button that I just want to it copy the text as it is with all the attributes I mean colors, sizes, fonts, bold etc etc delete it and put it again in. I just want to make it to see how it works 'cause my actua

  • What are X_ tables used for?

    We are seeing an X_ table for each of our tables, i.e. for LAP030 we also see an X_LAP030, for ABH200 we also see an X_ABH200. They don't have any rows in them. The "describe" exactly like the base tables do. How are they created and what are they us

  • Change nickname

    Hello all, I have just joined Kuler five minutes ago, after lurking there for a few months. One problem: my nickname. It is adobe. I thought it was funny, that when I signed up, that it automatically took my e-mail address name as my user name. Howev

  • SAC in Brazil

    Dear Sir or Madam, I am writing to enquire, about how SAC in Brazil. I have over than 20 devices of apple. I am a apple lover and fan. I bought a Macbook Air in Best Buy in USA, so i brought it back to Brazil. Since the beginning I was having problem