Seriously need help with speech recognition!!!!Please!!!!!

Hi all
I am developing an email client as my final year project using speech synthesis and recognition.
the synthesis part is working fine but i just cannot get the speech recognition done!!!
i want the application to print what i say to textfields and also to activate buttons using voice.i have been really trying.am using Cloudgarden and it does not give examples of direct dictation to text fields.
would really appreciate and tips or code from anyone!!!
have only a wek left to do this!!!

Hai i am also trying to use sphinx4 as given in the example. when i compiled the example it didn't show any problem . I created the jar file. The jar when it is executed is showing exception IOEXCEPTION File not found no entry for gram file. Is their any thing i need to do specially for that .gram file.

Similar Messages

  • I would need help with the following please: I need to save some of my email on a disk. I was going to Print, then Save PDF but then I am stuck. Help please. Thanks. Elisabeth

    I would need help with saving some eamil messages to a disk to unclutter my email. How can I do this please?
    Thanks.
    Elisabeth

    Open the email and then from the File menu select Save As Rich Text Format. That'll save it to open in TextEdit. If you want a pdf then open the email and do command-p (Print) and then from the PDF drop down box lower left corner select Save as PDF.

  • Need help with Portal Themes -- Please help

    I need help with Portal Themes.  I have read every document I can find but I am having no luck.  All I want to do is change the colors for the Exceptions on one of my queries.  I have created my own Portal Theme where I have changed the colors but I do not know how to assign my newly-created Portal Theme to my query.  Can someone please give me the detailed steps on how to do this? Please help because this is driving me crazy.
    Thanks.
    Ryan

    Hi,
    Refer
    Exceptions - How to change the colors
    This may help.
    Thanks,
    JituK

  • I need help with this script please ASAP

    So I need this to work properly, but when ran and the correct answer is chosen the app quits but when the wrong answer is chosen the app goes on to the next question. I need help with this ASAP, it is due tommorow. Thank you so much for the help if you can.
    The script (Sorry if it's a bit long):
    #------------Startup-------------
    display dialog "Social Studies Exchange Trviva Game by Justin Parzik" buttons {"Take the Quiz", "Cyaaaa"} default button 1
    set Lolz to (button returned of the result)
    if Lolz is "Cyaaaa" then
    killapp()
    else if Lolz is "Take the Quiz" then
              do shell script "say -v samantha Ok starting in 3…2…1…GO!"
    #------------Question 1-----------
              display dialog "Around age 11, many boys left their fathers to become…" buttons {"Scholars", "Warriors", "Apprentices"}
              set A1 to (button returned of the result)
              if A1 is "Apprentices" then
                        do shell script "say -v samantha Correct Answer"
              else
                        do shell script "say -v samantha Wrong Answer"
      #----------Question 2--------
                        display dialog "Most children were taught
    to read so that they could understand the…" buttons {"Music of Mozart", "Bible", "art of cooking"}
                        set A2 to (button returned of the result)
                        if A2 is "Bible" then
                                  do shell script "say -v samantha Correct Answer"
                        else
                                  do shell script "say -v samantha Wrong Answer"
      #------------Question 3---------
                                  display dialog "In the 1730s and 1740s, a religious movement called the_______swept through the colonies." buttons {"Glorius Revolution", "Great Awakening", "The Enlightenment"}
                                  set A3 to (button returned of the result)
                                  if A3 is "Great Awakening" then
                                            do shell script "say -v samantha Correct Answer"
                                  else
                                            do shell script "say -v samantha Wrong Answer"
      #-----------Question 4--------
                                            display dialog "_______ was
    a famous American Enlightenment figure." buttons {"Ben Franklin", "George Washington", "Jesus"}
                                            set A4 to (button returned of the result)
                                            if A4 is "Ben Franklin" then
                                                      do shell script "say -v samantha Correct Answer"
                                            else
                                                      do shell script "say -v samantha Wrong Answer"
      #----------Question 5-------
                                                      display dialog "______ ownership gave colonists political rights as well as prosperity." buttons {"Land", "Dog", "Slave"}
                                                      set A5 to (button returned of the result)
                                                      if A5 is "Land" then
                                                                do shell script "say -v samantha Correct Answer"
                                                      else
                                                                do shell script "say -v samantha Wrong Answer"
      #---------Question 6--------
                                                                display dialog "The first step toward guaranteeing these rights came in 1215. That
    year, a group of English noblemen forced King John to accept the…" buttons {"Declaration of Independence", "Magna Carta", "Constitution"}
                                                                set A6 to (button returned of the result)
                                                                if A6 is "Magna Carta" then
                                                                          do shell script "say -v samantha Correct Answer"
                                                                else
                                                                          do shell script "say -v samantha Wrong Answer"
      #----------Question 7--------
                                                                          display dialog "England's cheif lawmaking body was" buttons {"the Senate", "Parliament", "King George"}
                                                                          set A7 to (button returned of the result)
                                                                          if A7 is "Parliament" then
                                                                                    do shell script "say -v samantha Correct Answer"
                                                                          else
                                                                                    do shell script "say -v samantha Wrong Answer"
      #--------Question 8-----
                                                                                    display dialog "Pariliament decided to overthrow _______ for not respecting their rights" buttons {"King James II", "King George", "King Elizabeth"}
                                                                                    set A8 to (button returned of the result)
                                                                                    if A8 is "King James II" then
                                                                                              do shell script "say -v samantha Correct Answer"
                                                                                    else
                                                                                              do shell script "say -v samantha Wrong Answer"
      #--------Question 9------
                                                                                              display dialog "Parliament named ___ and ___ as England's new monarchs in something called ____." buttons {"William/Mary/Glorius Revolution", "Adam/Eve/Great Awakening", "Johhny/Mr.Laphalm/Burning of the hand ceremony"}
                                                                                              set A9 to (button returned of the result)
                                                                                              if A9 is "William/Mary/Glorius Revolution" then
                                                                                                        do shell script "say -v samantha Correct Answer"
                                                                                              else
                                                                                                        do shell script "say -v samantha Wrong Answer"
      #---------Question 10-----
                                                                                                        display dialog "After accepting the throne William and Mary agreed in 1689 to uphold the English Bill of _____." buttons {"Money", "Colonies", "Rights"}
                                                                                                        set A10 to (button returned of the result)
                                                                                                        if A10 is "Rights" then
                                                                                                                  do shell script "say -v samantha Correct Answer"
                                                                                                        else
                                                                                                                  do shell script "say -v samantha Wrong Answer"
      #---------Question 11------
                                                                                                                  display dialog "By the late 1600s French explorers had claimed the ___ River Valey" buttons {"Mississippi", "Ohio", "Hudson"}
                                                                                                                  set A11 to (button returned of the result)
                                                                                                                  if A11 is "Ohio" then
                                                                                                                            do shell script "say -v samantha Correct Answer"
                                                                                                                  else
                                                                                                                            do shell script "say -v samantha Wrong Answer"
      #------Question 12---------
                                                                                                                            display dialog "______ was sent to ask the French to leave 'English Land'." buttons {"Johhny Tremain", "George Washington", "Paul Revere"}
                                                                                                                            set A12 to (button returned of the result)
                                                                                                                            if A12 is "George Washington" then
                                                                                                                                      do shell script "say -v samantha Correct Answer"
                                                                                                                            else
                                                                                                                                      do shell script "say -v samantha Wrong Answer"
      #---------Question 13-------
                                                                                                                                      display dialog "_____ proposed the Albany Plan of Union" buttons {"George Washingon", "Ben Franklin", "John Hancock"}
                                                                                                                                      set A13 to (button returned of the result)
                                                                                                                                      if A13 is "Ben Franklin" then
                                                                                                                                                do shell script "say -v samantha Correct Answer"
                                                                                                                                      else
                                                                                                                                                do shell script "say -v samantha Wrong Answer"
      #--------Question 14------
                                                                                                                                                display dialog "The __________ declared that England owned all of North America east of the Mississippi" buttons {"Proclomation of England", "Treaty of Paris", "Pontiac Treaty"}
                                                                                                                                                set A14 to (button returned of the result)
                                                                                                                                                if A14 is "" then
                                                                                                                                                          do shell script "say -v samantha Correct Answer"
                                                                                                                                                else
                                                                                                                                                          do shell script "say -v samantha Wrong Answer"
      #-------Question 15-------
                                                                                                                                                          display dialog "Braddock was sent to New England so he could ______" buttons {"Command an attack against French", "Scalp the French", "Kill the colonists"}
                                                                                                                                                          set A15 to (button returned of the result)
                                                                                                                                                          if A15 is "Command an attack against French" then
                                                                                                                                                                    do shell script "say -v samantha Correct Answer"
                                                                                                                                                          else
                                                                                                                                                                    do shell script "say -v samantha Wrong Answer"
      #------TheLolQuestion-----
                                                                                                                                                                    display dialog "____ is the name of the teacher who runs this class." buttons {"Mr.White", "Mr.John", "Paul Revere"} default button 1
                                                                                                                                                                    set LOOL to (button returned of the result)
                                                                                                                                                                    if LOOL is "Mr.White" then
                                                                                                                                                                              do shell script "say -v samantha Congratulations…you…have…common…sense"
                                                                                                                                                                    else
                                                                                                                                                                              do shell script "say -v alex Do…you…have…eyes?"
                                                                                                                                                                              #------END------
                                                                                                                                                                              display dialog "I hope you enjoyed the quiz!" buttons {"I did!", "It was horrible"}
                                                                                                                                                                              set endmenu to (button returned of the result)
                                                                                                                                                                              if endmenu is "I did!" then
                                                                                                                                                                                        do shell script "say -v samantha Your awesome"
                                                                                                                                                                              else
                                                                                                                                                                                        do shell script "say -v alex Go outside and run a lap"
                                                                                                                                                                              end if
                                                                                                                                                                    end if
                                                                                                                                                          end if
                                                                                                                                                end if
                                                                                                                                      end if
                                                                                                                            end if
                                                                                                                  end if
                                                                                                        end if
                                                                                              end if
                                                                                    end if
                                                                          end if
                                                                end if
                                                      end if
                                            end if
                                  end if
                        end if
              end if
    end if

    Use code such as:
    display dialog "Around age 11, many boys left their fathers to become…" buttons {"Scholars", "Warriors", "Apprentices"}
    set A1 to (button returned of the result)
    if A1 is "Apprentices" then
    do shell script "say -v samantha Correct Answer"
    else
    do shell script "say -v samantha Wrong Answer"
    return
    end if
    #----------Question 2--------
    display dialog "Most children were taught to read so that they could understand the…" buttons {"Music of Mozart", "Bible", "art of cooking"}
    set A2 to (button returned of the result)
    if A2 is "Bible" then
    do shell script "say -v samantha Correct Answer"
    else
    do shell script "say -v samantha Wrong Answer"
    return
    end if
    (90444)

  • Need help with Speech ANE

    Need some help
    Are there any Speech ANEs for AIR other than these two?
      Immanuel Noel
      http://blog.immanuelnoel.com/2012/02/19/speech-recognition-ane-source/
      ruedaminute
      http://blog.ruedaminute.com/2012/01/voice-command-adobe-native-extension-ane-control-your- air-for-android-apps-with-voice-commands/
    I can’t get the NOEL one to work at all in Flash Pro CS6.
    The ruedaminute one works fabulously for 3-4 sentences,
    and then crashes out of the AIR app completely.
    Requests to the ruedaminute author Michelle for Paid help have gone unanswered.
    Any ideas on other libs/ANEs for Speech, to work with Flash Pro CS6?
    Thanks
    ~Bill

    No replies.
    Can I bump this up to offer payment for help?
    If interested, send me an email please?
    Thanks

  • Seriously Need Help With Lightbox Widget In Dreamweaver

    Hi guys, I seriously need your help with this widget.
    I'm not exactly new to Dreamweaver and I've been working on a particular website. Everything was going well until I dropped the Lightbox widget into the page.
    Lightbox gallery displays, but opens images in a new window on its own. Here's an example;
    http://imagesbylady.co.nz/photomike/HTML/promogallery.html
    Yet, when I drop the widget into a completely separate page from the website, it works absolutely fine. Like here;
    http://imagesbylady.co.nz/photomike/HTML/testing.html
    I have exhausted this entire forum on the subject. I don't understand how the widget can work on a blank html page but when dropped into an already designed webpage, it breaks....!
    If you need to have a look at the coding so you can help me further let me know. I've been on this for a total of 11 hours and I still can't figure out what the problem is. Seriously....i'm nearly close to tears! ;-(
    If you could help me out I would be forever grateful.
    Lots of Love
    Lady xx

    Hi guys, I seriously need your help with this widget.
    I'm not exactly new to Dreamweaver and I've been working on a particular website. Everything was going well until I dropped the Lightbox widget into the page.
    Lightbox gallery displays, but opens images in a new window on its own. Here's an example;
    http://imagesbylady.co.nz/photomike/HTML/promogallery.html
    Yet, when I drop the widget into a completely separate page from the website, it works absolutely fine. Like here;
    http://imagesbylady.co.nz/photomike/HTML/testing.html
    I have exhausted this entire forum on the subject. I don't understand how the widget can work on a blank html page but when dropped into an already designed webpage, it breaks....!
    If you need to have a look at the coding so you can help me further let me know. I've been on this for a total of 11 hours and I still can't figure out what the problem is. Seriously....i'm nearly close to tears! ;-(
    If you could help me out I would be forever grateful.
    Lots of Love
    Lady xx

  • Seriously need help with SB

    My computer got back from being upgraded from ME to XP. I plugged in my speakers (Boston) and installed Sound Blaster Li've! Value. After installation, I restarted, and the sound worked then. I tried logging on AOL, and the sound doesn't come up for the dialing. I then checked the Creative programs. My status?
    Creative Playcenter-Opens, and in a split second, closes out.
    Creative Recorder-Comes up with an error and closes. The error: "Recorder could not find the necessary hardware or drivers to execute properly. Make sure your hardware and drivers are set up correctly
    SBL! Experience-Has sound
    My grandpa told me that he found some sound on a joke he read. I don't understand this. Please help me. This is the informatiom on the subject
    -Creative programs are messed up
    -Sound doesn't work (even on shutting down now)
    -Sound only worked twice, but work on Experience now
    I really need help, since if I don't fix it, I'd either have to buy a new computer, or spend tons of money upgrading my old, dusty windows 98.

    Dwark,
    Sounds like you need to uninstall all Creative Drivers and Programs/Utilities. Then download the uni-pack drivers from the Creative Support Downloads. The problems you are describing sound like the result of either outdated or mismatched drivers. You can not mix the old programs/utilities with the new uni-driver. You can kiss your Creative Recorder good-bye as Creative Labs has not seen fit to provide a new download for this app, only an upgrade, which is useless with the uni-pack. Also, don't be surprised if your Sound Blaster crackles and pops a little sometimes. This happened to me when I upgraded from Windows 98 to XP. It can be 'solved' by disabling sound hardware acceleration for whatever games/apps in which this problem occurs. There are patches for this problem if you have an VIA chipset motherboard(AMD processor). My advice? Since Creative has not seen fit to fix their SB Li've drivers under Windows XP, I will never buy another Creative product ever again. They suck.
    Mr.Peanut
    Message Edited by MrPeanut on <SPAN class=date_text>04-20-2005 <SPAN class=time_text>06:3 PM
    Message Edited by MrPeanut on 04-20-2005 06:24 PM

  • Bad system crash, need help with crash log please

    I am using the Photoshop beta version which I assume is the cause of this crash but will post the crash log just to be sure if someone can help.
    Host Name: Derek-Burrows-Computer
    Date/Time: 2006-12-19 15:25:46.016 -0500
    OS Version: 10.4.8 (Build 8N1051)
    Report Version: 4
    Command: IOBackB
    Path: /Applications/Tri-Select/IOBackB
    Parent: WindowServer [64]
    Rosetta: Yes
    Version: ??? (???)
    PID: 282
    Thread: Unknown
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNINVALIDADDRESS (0x0001) at 0x00697020
    Thread 0:
    0 <<00000000>> 0xb52b8202 0 + -1255439870
    1 <<00000000>> 0xbfffece0 0 + -1073746720
    Thread 1:
    0 LaunchCFMApp 0xb823369b strchr + 72
    1 LaunchCFMApp 0xb81cef17 pthreadcondwait + 3114
    2 LaunchCFMApp 0xb816831a catchexception_raise_stateidentity + 318
    3 LaunchCFMApp 0xb8167856 CallPPCFunctionAtAddressInt + 177220
    4 LaunchCFMApp 0xb816774d CallPPCFunctionAtAddressInt + 176955
    5 LaunchCFMApp 0xb8168418 catchexception_raise_stateidentity + 572
    6 LaunchCFMApp 0xb820480c pthread_create + 1124
    Thread 2:
    0 LaunchCFMApp 0xb813516f spinlockwrapper + 97059
    1 LaunchCFMApp 0xb8160750 CallPPCFunctionAtAddressInt + 148286
    2 LaunchCFMApp 0xb81632bd CallPPCFunctionAtAddressInt + 159403
    3 LaunchCFMApp 0xb80c7b3a 0xb8000000 + 817978
    Unknown thread crashed with unknown flavor: 1
    state_count: 16
    Binary Images Description:
    0x1000 - 0x2fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0x4fd000 - 0x500fff com.kcn.thebadape The APE version 4.0 (4.0) /Library/Application Enhancers/The Bad APE.ape/Contents/MacOS/The Bad APE
    0x8fc00000 - 0x8fc50fff dyld 46.9 /usr/lib/dyld
    0x8fe00000 - 0x8fe49fff dyld 46.9 /usr/lib/dyld
    0x90000000 - 0x901c0fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90218000 - 0x9021dfff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021f000 - 0x90261fff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90289000 - 0x9036dfff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x90396000 - 0x90757fff com.apple.CoreGraphics 1.258.51 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907e6000 - 0x908bdfff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x90904000 - 0x90904fff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90906000 - 0x90a0ffff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a60000 - 0x90ae3fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90b0c000 - 0x90b7efff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bf1000 - 0x90bfcfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90c01000 - 0x90c76fff com.apple.framework.IOKit 1.4.6 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c8c000 - 0x90ca0fff libauto.dylib /usr/lib/libauto.dylib
    0x90ca6000 - 0x90f71fff com.apple.CoreServices.CarbonCore 682.15 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90fce000 - 0x91047fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x9108a000 - 0x910cbfff com.apple.CFNetwork 129.19 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x910df000 - 0x910f3fff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x910ff000 - 0x91190fff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x911cc000 - 0x911ecfff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x911f9000 - 0x91208fff libz.1.dylib /usr/lib/libz.1.dylib
    0x9120b000 - 0x913c0fff com.apple.security 4.5.2 (29774) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x914bd000 - 0x914c6fff com.apple.DiskArbitration 2.1.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x914cd000 - 0x914f5fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x91507000 - 0x9150ffff libbsm.dylib /usr/lib/libbsm.dylib
    0x91513000 - 0x9158cfff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x915d6000 - 0x915d6fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x915d8000 - 0x9160bfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x91621000 - 0x916fefff com.apple.ColorSync 4.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x9173d000 - 0x917befff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x917fb000 - 0x918adfff com.apple.QD 3.10.21 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x918e2000 - 0x91938fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91960000 - 0x9197afff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91988000 - 0x919a8fff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x919b5000 - 0x919f1fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x91a09000 - 0x91a17fff com.apple.speech.synthesis.framework 3.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x91a1f000 - 0x91a5afff com.apple.ImageIO.framework 1.5.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a6e000 - 0x91b31fff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b7c000 - 0x91b91fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b96000 - 0x91bb6fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91bbb000 - 0x91c1afff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91c2c000 - 0x91c30fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91c32000 - 0x91c95fff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c9a000 - 0x91cdafff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91ce0000 - 0x91cfafff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91cff000 - 0x91d01fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d03000 - 0x91d03fff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91d05000 - 0x91debfff com.apple.vImage 2.5 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91df3000 - 0x91e12fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e7e000 - 0x91f0afff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91f16000 - 0x91fadfff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91fc6000 - 0x92573fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x925a6000 - 0x928d1fff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x92901000 - 0x92987fff com.apple.DesktopServices 1.3.5 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x929c9000 - 0x92bfdfff com.apple.Foundation 6.4.7 (567.28) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92d12000 - 0x92e00fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92e1f000 - 0x92f0efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92f1f000 - 0x92f3ffff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92f4a000 - 0x92fa6fff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92fbc000 - 0x92fbcfff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92fbe000 - 0x92fd3fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92fe4000 - 0x92feffff com.apple.speech.recognition.framework 3.6 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92ff7000 - 0x93000fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93008000 - 0x9309bfff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x930b0000 - 0x930b5fff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x930b9000 - 0x930dbfff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x930ef000 - 0x930f7fff com.apple.print.framework.Print 5.2 (192.4) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x930fe000 - 0x93167fff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93190000 - 0x931d8fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93202000 - 0x93213fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9321c000 - 0x93223fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93229000 - 0x9354ffff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93684000 - 0x93691fff com.apple.opengl 1.4.13 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x936fc000 - 0x936fcfff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x936fe000 - 0x93d6cfff com.apple.AppKit 6.4.8 (824.42) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x940f4000 - 0x94166fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9419f000 - 0x9425efff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x942a1000 - 0x942a1fff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x942a3000 - 0x9446cfff com.apple.QuartzCore 1.4.11 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x944c0000 - 0x94500fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x94508000 - 0x9454cfff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94772000 - 0x94a41fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94b04000 - 0x94b26fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x9b819000 - 0x9b81bfff Interposers.dylib /usr/libexec/oah/Shims/Interposers.dylib
    0xb8000000 - 0xb82d9fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0xc0000000 - 0xc000ffff com.unsanity.ape 2.0.2 /Library/Frameworks/ApplicationEnhancer.framework/Versions/A/ApplicationEnhance r
    Translated Code Information:
    Rosetta Version: 17.15
    Args: /Applications/Tri-Select/IOBackB /Applications/Tri-Select/IOBackB -psn04194305
    Exception: EXCBADACCESS (0x0001)
    Thread 0: Crashed (0xb7fffabc, 0xb52b8202)
    0x85359c08: No symbol
    0x85355c94: No symbol
    0x853d0824: No symbol
    0x853cff34: No symbol
    0x853cfeb0: No symbol
    0x853da40c: No symbol
    0x853d45b0: No symbol
    0x853d10a4: No symbol
    0x853d2358: No symbol
    0x915da408: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE : _Z20aeDispatchAppleEventPK6AEDescPSmPh + 0xa4
    0x915da314: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE : _Z25dispatchEventAndSendReplyPK6AEDescPS + 0x2c
    0x915da154: /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE : _aeProcessAppleEvent + 0xe4
    0x9323582c: /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox : _AEProcessAppleEvent + 0x38
    0x853dca90: No symbol
    0x853dc31c: No symbol
    0x853d9fdc: No symbol
    0x853d9d6c: No symbol
    0x853cfcf0: No symbol
    0x853ed198: No symbol
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x85359c08 ctr: 0xfffeff00
    r00: 0x85359c08 r01: 0xbfffece0 r02: 0x90accd54 r03: 0x00333180
    r04: 0x90accd54 r05: 0x00000001 r06: 0x00003227 r07: 0x00003229
    r08: 0x00000001 r09: 0x90accd5b r10: 0x90899553 r11: 0x6f52cd54
    r12: 0x00697000 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x0000000a r17: 0x00000028 r18: 0x00000096 r19: 0x00000140
    r20: 0x002e17e4 r21: 0x002e17ec r22: 0x002e17f4 r23: 0x00000000
    r24: 0x00000000 r25: 0x002e180c r26: 0x002e1814 r27: 0x0180fbb0
    r28: 0x002e1824 r29: 0x00333180 r30: 0x00000000 r31: 0x908b6ae0
    Thread 1: (0xb00997fc, 0xb813516f)
    0x90009008: /usr/lib/libSystem.B.dylib : _calloc + 0x280
    0xc0001b54: No symbol
    0x9002c4e8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp : + 0x0
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x9000b2bc ctr: 0x9000b360
    r00: 0xffffffe1 r01: 0xf0080d10 r02: 0x00000032 r03: 0x002fe000
    r04: 0x00000006 r05: 0x00000000 r06: 0x00001000 r07: 0x00003803
    r08: 0x00000000 r09: 0x00000000 r10: 0x00000000 r11: 0xa00069a0
    r12: 0x9000b360 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0xc0011a38 r18: 0xc0011a38 r19: 0xc0011a38
    r20: 0xc0011a38 r21: 0x00000040 r22: 0x00000038 r23: 0x00000000
    r24: 0x002fe000 r25: 0x00001000 r26: 0x00003803 r27: 0x00000000
    r28: 0x00000000 r29: 0x00000006 r30: 0x00000006 r31: 0xc0001a38

    Hi Andbrowny,
    Thank you for responding.
    first, I can not manually connect to the other mac nor can I ping it (message "host is down") however both macs can connect to the internet and can connect to a pc on the same network. I can ping my router and both macs are receiving a tcp/ip address through DHCP. appletalk is not active on the wireless network since it is used on ethernet to print through an Asantetalk bridge. It has always before worked OK like this. SLP is enabled in directory access. I cannot find a file either visable or invisable called slp.regfile. I have zapped pram and rebooted many times.
    I first thought that the problem was my router untill I found the error message about slp. Now I don't know.
    Glenn

  • Need help with case structures- please help :)

    Hey all.
    I'm currently trying to program a infrared furnace. I'm setting a temperature, subtracted my set temperature from the actual temperature (thermocouple hooked up to SCB-68), and voltage is being sent to the controller of the furnace accordingly. However, I need to hold the set temperature for a certain amount of time. I need help programming this: when the VI reads the set temperature from the thermocouple, it results in a timer running down. When the timer runs down to 0, the While Loop ends. I'm thinking case structures is most appropriate, but if you have a better suggestion, please let me know.
    Thanks

    You should probably implement a state machine.
    The state machine would keep track of the temperature and making ajustments on a timely basis.
    There is a template of a state machine is you select under the File menu > New > From Template.
    You can also look under Help > Find Example > and do a search for state machine.
    There are lots of state machine examples on this forum, some of which may be quite useful.
    RayR

  • Need help with If statement Please

    Hi guys,
    This is my first time posting and sorry if for some reason i post incorrectly.
    I am having trouble figuring out what I am doing with my if Statement and why the compiler is giving me an error which says 'cannot find symbol';
    Just incase you need to see the code here it is. And please any pointers would help me get back on track. And please dont laugh at the novice code i just started^^;
    import java.util.*;
    import java.text.*;
    public class Student
         public static void main(String[]args)
         Scanner scan=new Scanner(System.in);
         double std1, std2, std3, num1, num2, num3, num4;
         String a, answer1, name1;
    System.out.println("Welcome to _____ program, press any button to continue: ")
    a=scan.nextLine();
    System.out.println("Good, would you like to enter a grade for a student(y/n)?");
    answer1=scan.nextLine();
    if (answer1 == y)
         System.out.println("Please enter the students name ");
                             name1=scan.nextLine();
                             System.out.println("Please label the test number ");
                             num1=scan.nextDouble();
                             System.out.println("Please enter the grade, "+name1+" recieved");
    std1=scan.nextDouble();
    if (answer1==n)
         System.out.println("Thank you for trying my program ");
    else
    System.out.println("It's obvious you couldn't follow a simple direction good bye ");

    Thanks Flounder,
    I'll keep in mind to edit the code the way you told me too.
    As far as the code goes, what do you mean 'y' is not a string and should be a variable. All I'm trying to do is give a true false statement.
    For example
    if (input==y)
    System.out.println("________");
    And in my code it gives an error stating that y is a variable.
    I dont understand why.
    Thanks much for all your replies.

  • I need help with my setup Please !!! 2800+ athlon xp

    hi all .......... great forum here.....!!!
    I am having probs with my new setup and I am at a wits end of what to do so i'll explain my problem.
    I have just bought a AMD athlon 2800+ cpu for my mobo (KT3 ultra 6830e v.1.0)
    and I am unable to run the chip at correct speed??
    The bios wont boot the computer if I try to set the fsb for cpu at 166 ?? Am I correct in thinking that a 2800+ Athlon needs to be run at 166fsb to get the 333fsb setting?
    I am currently running it at 133fsb and it is registering it as a AMD 2200+ chip ???
    I am quite new to playing about with my bios but at the moment it is set at defaults on everything because i had to reset the cmos jumper about 8 times last night after trying different settings, in the end i gave up and thought i'd ask u guys for help???? Please !!!
    I spoke to the shop i bought the chip from and we got talking about that when i set the fsb for chip to 166 it changed the ram settings to host clock + 66 (host clock was set at 100mhz) thus trying to make my 2100 ram(266) run at 2700(333) specs ?
    Is this the problem why my computer wont boot when it is set to 166 fsb cuz it is asking the ram to be 333ddr when it isn't???
    Is my problem going to be solved if i purchase some 2700 ram ?? if so i'll be quite happy, or is my board just not capable of running this 2800+ cpu on it???
    i read up b4 i bought the cpu and i thought i was able to run this chip maybe i read wrong? any help would be greatly appreciated , oh i also flashed my bios to the most recent msi update which was 5.7 i think (AMI bios) and the flash was succesfull (LOL) very worrying!!!!
    anyway hope i have explained my problem well enough as i myself am very confused!!!!
    Thanks in advance
    Dave

    i have just had a look around the net and it looks like there are two versions of the 2600+ available one with 133/266fsb support and the other with 333fsb ???
    Do u know that if i take my 2800+ back to the shop and change it for a 2600+ cpu if i should just get a normal one(133/266fsb) or get the 333fsb version???
    as that link u posted for the mobo supported cpus only lists the 2600+ as being a 133/266fsb chip ???
    I will get some 333ddr ram as well just incase i need this to allow the 2600+ to run correctly
    Also (sorry to be a pain) but can you explain to me how to change the multipliers correctly to get full power from the chip ?? as i read that a 2600+ comes out at 1.91ghz standard , but i was reading a review where the user was told by AMD that it will run higher by changing fsb or multipliers (or both?) ???
    Do u have to set the fsb to 133 and then change the multiplier to a value to up the speed or just keep changing the fsb alone and leave the multipliers alone ????
    Hope you can help me......
    Thanks once again for your replys..
    Dave

  • I need help with and Error PLEASE!!

    Everytime i try to upgarde my itunes 6 to itunes 7 i get and Error Drive E:/ message and then i get a message saying The installer encountered errors before Itunes could be configured.
    WHAT DO I DO? I NEED SERIOUS HELP HERE!

    After installing iTunes 7, it tried to update my daughter's 20G wheel iPod but failed crashing the iPod. After the crash, my daughter got a 1418 error reporting the iPod could not be restored. An iPod salesman sold her a new iPod – blaming her for screwing up her iPod, so much for sales “experts.”
    Her iPod problem was merely caused by upgrading to Apple’s iTunes to version 7 with its dysfunctional built-in updater (OS = Windows XP), not by anything to do with the iPod hardware.
    The fix was to uninstall the iPod in Windows/Device Manager/disk Drives and rename the c:\program files\ipod\bin\ipodservice.resources folder – thereby disabling it - uninstall iTunes v. 7, reboot and install the last iPod updater, dated 6/2006. Then restore the iPod (wiping out everything) using the 6/2006 updater. Next, reinstall iTunes ver7.1, which will report all is well with the restored iPod. (Or, buy another iPod).
    Also, if the “do not disconnect” iPod message is persistent, just go into My Computer and “eject” the iPod to clear the iPod error message.

  • Need help with a BR - Please help !

    Hi,
    I would please request you to help me with your ideas on achievening the below requirement. I have ideas on doing this but I am not able to put together everything to make it work. Please let me know your thoughts. Will be a great help.
    Requirement:
    The requirement is that if the user enters a data value for Account member "P" on the data form at any level (Top most parent level, intermediate parent levels or 0 level) it should work in the following way.
    1) It needs to check at which level the user entered the value for "P". We have a relation that V = P * T. So what I thought is if I dynamically calculate the "V" value everytime for every product I should know at which place they changed it as if they change the "P" value it would change the "V" value too as both are linked. So, basically I am comparing the stored "V" value with dynamically calculated "V" value.
    2) If the "V" value has been changed at that level (i.e. if stored V Dyn. V) and this condition is met then, all the descendants of that current member should get the same P value as entered by the user for the current member.
    3) This should work irrespective of which parent level they enter and should start filling in the values from that level. And if they enter "P" value at 0 level members, then it should leave them as it is without overriding it and should be used in consolidation.
    This is what I could think -
    Please suggest changes as this is not working still as per the requirement.
    FIX(..........)
    IF (@ISDESC ("LB") AND "V"->@PARENT(@CURRMBR(Product)) P->@PARENT(@CURRMBR(Product)) * T->@PARENT(@CURRMBR(Product)))
    P->@CURRMBR(Product) = @PARENTVAL (Product,P);
    Similarly IFELSE for another condition
    ENDIF
    ENDFIX;
    But this is not working for all the cases. Lets say I have 3 levels in my hierarchy for Product and if the users are entering at level 2 it is not working and replacing the input value with its parent value which I am not sure why as it should in first place not enter the loop only as the condition wont be met. Reason, the user changed at level 2 and not 3 so it should do nothing from what I understand.
    Please let me know your thoughts.
    Thanks.

    You can try something like this. Instead of dynamic V account add "P_Stored" member. If "P" account has data copy that data to "P_Stored" at all levels of the Product hierarchy. Based on your post I understand that Product hierarchy is evenly distributed than business rule can be like this:
    FIX(@LEVMBRS("Product",2))
    "P_Stored" (
    IF("P_Stored" != @PARENTVAL("Product","P")
    "P_Stored"=@PARENTVAL("Product","P");
    "P"=@PARENTVAL("Product","P");
    ENDIF
    END
    FIX(@LEVMBRS("Product",1))
    "P_Stored" (
    IF("P_Stored" != @PARENTVAL("Product","P")
    "P_Stored"=@PARENTVAL("Product","P");
    "P"=@PARENTVAL("Product","P");
    ENDIF
    END
    FIX(@LEVMBRS("Product",0))
    "P_Stored" (
    IF("P_Stored" = "P")
    /* I believe do nothing */
    1==1
    ELSEIF("P_Stored" != @PARENTVAL("Product","P")
    "P_Stored"=@PARENTVAL("Product","P");
    "P"=@PARENTVAL("Product","P");
    ENDIF
    END
    FIX(@LEVMBRS("Product",3))
    "P_Stored" (
    IF("P_Stored" != "P")
    "P_Stored"="P";
    ENDIF
    END
    If Product hierarchy is ragged then code should be changed...
    Regards,
    Yuri
    Edited by: yrozen on Oct 26, 2011 6:48 AM

  • Need help with Media Players, please.

    I have a mid-2007 iMac OS X 10.9.3 (Maverick) still in perfect shape, except for what I may have just messed up.
    I was trying to watch a video on VeeHD and it said that I needed the VeeHD plug-in.  From some research I did, I learned that the newer versions of DivX don't play well with Apple and that older versions worked better.  So, I uninstalled my DivX player (and everything DivX) from my computer and installed the recommended earlier version 14.  I'm still having the same problem.  I use Safari as my main browser because Firefox was giving me problems with loading times and buffering.
    I'm wondering what I did wrong because now, no matter what video content I try to play, I get a gray box with HTML5 in it instead of the usual "Play" button (the triangle).  Once I click on HTML5, it then says FLASH and I have to click that to get the video to load.  Even on YouTube.  No matter what I do now, I can't get this to change back to the way it was and pages in general are taking longer to load and buffer.  I tried repairing permissions.  I'm afraid I may have deleted a plug-in that I shouldn't have and don't know which one.
    Does anyone have any suggestions, please?  I'm afraid I've put my foot in it.  Also, which media players should I have or which ones are the best?  Which one is the best default player?  I have an updated Flash Player, Perian, VLC, Mac Media Player, DivX v.14, FLV Crunch, and Quicktime.  Too many?  Am I missing some?  I watch videos on different sites like Firedrive, GorillaVid, BestStream, MightyUpload, YouTube, etc.,  I've never had any problems until I messed around with my DivX player (the only player I had trouble viewing with, until now.)
    All helpful, constructive suggestions and advice will be greatly appreciated!

    That's exactly what it was.  I had ClickToFlash downloaded.  I've had it for awhile and it didn't affect any of my video watching until I uninstalled DivX.  I wonder why.
    Now that I understand ClickToFlash, the only thing I like about it is that it prevents videos from playing automatically when a page is loaded.  But, I uninstalled it and the loading and buffering delays went away.  Thanks very much!
    I meant to click "This solved my problem" on your post instead of "This helped me."  How can I change that?

  • SQL I need help with this query Please help

    List the names of all the products whose weight unit measure is “Gram”.  Order the list by product name.  Do not use JOINS, but use the IN clause with a sub-query.
    select Name
    from UnitMeasure
    where Name= 'Gram'
    order by Name
    I did this, but it seem that the requirement is different.

    As a guess:
    Select Name from Product
    where UnitMeasure in (Select Name from unitmeasure where name = 'Gram')
    Andy Tauber
    Data Architect
    The Vancouver Clinic
    Website | LinkedIn
    This posting is provided "AS IS" with no warranties, and confers no rights. Please remember to click
    "Mark as Answer" and "Vote as Helpful" on posts that help you. This can be beneficial to other community members reading the thread.

Maybe you are looking for

  • Sort remuneration statement (report RPCEDTP0)

    Dear gurus, I need to find an exit for report RPCEDTP0, because a need to sort the remuneration statement by name and last name. The standard button SORT ORDER from report RPCEDTP0 is not giving me what I need... Does anyone know something that may h

  • PXI-4110 niDCPower_init

    I am just starting to write a program for my PXI-4110 Programmable DC Power Supply. I am using the function niDCPower_init(). When I read the documentation about this function it made this statement: "This function is deprecated. Use niDCPower_Initia

  • How long does your G530 take to boot up?

    My G530 with XP Pro takes about 90 seconds to boot up. Feels a bit too long to me. What are your boot up times like? My Computer: G530-4446-38U XP Pro

  • Dvd burner quit

    I just bought a Macbook Pro in March and my dvd player will no longer read any dvd i put into the computer.  It will make noises like it's trying to read the dvd and then it will spit it back out.  I cannot burn any dvds nor put any dvds into my comp

  • Continously changing data blocks

    Hi If the data blocks in the buffer continously get updated such that they never reach the Least used list of LRU,then when will they be written to disk?