Foamee Beer or Coffee for some help

Hi,
I'm hoping someone can steer me in the right direction on
writing an SQL query. Sorry if this gets a little long but I want
to provide enough info to get the help I need.
Here's the skinny:
I've written a CRM system which allow users to maintain their
list of clients (names & mailing address etc.) Every 2 months
the users (Consultants) can login and order/send their customers
(Customers) personalized direct mail brochures where the brochures
get a personal message printed on them from the sender.
I've got a MySQL database that has 4 tables.
Table 1: Consultants - the registered users
Table 2: Customers - the clients of the registered users
Table 3: Messages
Table 4: ConsultantOrders
The problem is that a Consultant can place more than one
Order during each cycle.
So what I want to be able to do is query the DB, find all
consultants who have placed an order - but only pull THE MOST
RECENT Order as the newOrder - and then extract all the
Consultants' Clients to compile a master mailing file.
What I do right now is first run a query to find which
consultants have more than one order in the current cycle. Then I
manually go in and delete the duplicate orders. Once that's done I
then run this query:
SELECT DISTINCT
`ConsultantOrders`.`ConsultantID`,
`ConsultantOrders`.`OrderID`,
`Consultants`.`ConsultantID`,
`Consultants`.`FirstName`,
`Consultants`.`LastName`,
`Consultants`.`Address1`,
`Consultants`.`Address2`,
`Consultants`.`City`,
`Consultants`.`State`,
`Consultants`.`Zip`,
`Consultants`.`Phone`,
`Consultants`.`SecondaryPhone`,
`Consultants`.`EmailAddress`,
`Consultants`.`Website`,
`Consultants`.`MessageID`,
`Consultants`.`Allowed`,
`Customers`.`FirstName`,
`Customers`.`LastName`,
`Customers`.`Address1`,
`Customers`.`Address2`,
`Customers`.`City`,
`Customers`.`State`,
`Customers`.`Zip`,
`Customers`.`Language`,
`Customers`.`Mail`,
`Customers`.`ConsultantID`,
`Messages`.`MessageID`,
`Messages`.`Message`
FROM
`ConsultantOrders` ,
`Consultants`
Inner Join `Customers` ON '' = '' ,
`Messages`
WHERE
`Consultants`.`ConsultantID` =
`ConsultantOrders`.`ConsultantID` AND
`Customers`.`ConsultantID` =
`ConsultantOrders`.`ConsultantID` AND
`Customers`.`Mail` = '1' AND
`Consultants`.`MessageID` = `Messages`.`MessageID` AND
`Customers`.`Status` = '1' AND
`Consultants`.`Allowed` = '1' AND
`ConsultantOrders`.`OrderID` > 2512
So can someone tell me how I'd write a direct query to not
have to manually delete the duplicate orders?
I think I need to be using a (Max) function but for the life
of me I can't seem to get it to work right.
Any help would be greatly appreciated. Beer or Coffee via
foamee.com as a reward?
Cheers,
Eric

BRILLIANT!!
That worked like a charm. I just had to add an 'ON' to the
first INNER JOIN line and it worked perfectly. Thanks a bunch.
I'll send you a private message as well for a 'thank you'
gift.
Cheers,
Eric

Similar Messages

  • Hoping for some help with a very frustrating issue!   I have been syncing my iPhone 5s and Outlook 2007 calendar and contacts with iCloud on my PC running Vista. All was well until the events I entered on the phone were showing up in Outlook, but not

    Hoping for some help with a very frustrating issue!
    I have been syncing calendar and contacts on my iPhone 5 and Outlook 2007 using iCloud  2.1.3 (my PC is running Vista). All was well until the events I entered on the phone were showing up in Outlook, but not the other way around. I’ve tried the usual recommended steps: deselecting calendar and contacts in the iCloud control panel and then re-selecting, signing out of the panel and back in, and repairing the Outlook installation in control panel.  I even uninstalled iCloud on the PC and downloaded it again (same version). 
    The furthest I’ve gotten is step 2 (and once, step 3) of 7 while performing “Outlook Setup For iCloud.” At that point I get, “Your setup couldn’t be started because of an unexpected error.”  After the first attempt at all this, all my calendar events disappeared from Outlook, although they are still in iCloud calendar and on my phone.
    Sound familiar?  Any ideas on how to solve this iCloud/Outlook issue?  Thanks much in advance!

    Hoping for some help with a very frustrating issue!
    I have been syncing calendar and contacts on my iPhone 5 and Outlook 2007 using iCloud  2.1.3 (my PC is running Vista). All was well until the events I entered on the phone were showing up in Outlook, but not the other way around. I’ve tried the usual recommended steps: deselecting calendar and contacts in the iCloud control panel and then re-selecting, signing out of the panel and back in, and repairing the Outlook installation in control panel.  I even uninstalled iCloud on the PC and downloaded it again (same version). 
    The furthest I’ve gotten is step 2 (and once, step 3) of 7 while performing “Outlook Setup For iCloud.” At that point I get, “Your setup couldn’t be started because of an unexpected error.”  After the first attempt at all this, all my calendar events disappeared from Outlook, although they are still in iCloud calendar and on my phone.
    Sound familiar?  Any ideas on how to solve this iCloud/Outlook issue?  Thanks much in advance!

  • I'm looking for some help connecting linksys IP Cameras to my home network to monitor my property when I'm travelling. I used to do this with linksys WAPS, but since I've discarded all my old linksys networking and standardized on airport, I can't get the

    I'm looking for some help connecting linksys IP Cameras to my home network to monitor my property when I'm travelling.  I used to do this with linksys WAPS, but since I've discarded all my old linksys networking and standardized on airport, I can't get these things working.  I know that I have to identify my camera through the DHCP table and set up port forwarding and there is the problem. 
    My network consists of 4  base stations set up in a roaming network - same network name and passwords.  I need to do it this way so I don't have to switch network when I move from one side of the house to the other, go to the cabana, or my shop in the barn.  The network works pretty well since I went to a roaming set up.  Good performance, yata, yata, yata.
    However, the roaming network requires the AEBS's to be set up in bridge mode, rather than sharing an ip address.  When the AEBS is set to  bridge mode, you don't see a DCHP table or have the ability to identify your IP Cam through the AEBS - and hence, no port forwarding. 
    I am able to identify and set up my Linksys IP Cam by locating the ip address on my FIOS router, even though, it's plugged into an AEBS.  I set it up, see the video, remove the ethernet cable from the IP Cam, restart - and I can't get to it from an AEBS.  In researching this, it appears, I should be setting up the AEBS to "share an IP Address", going to the DHCP table and identifying the camera's IP address and setting up port forwarding.  However, you don't see any of the DHCP or port forwarding options in Airport Network Utility when configuring in bridge mode. 
    I'm hoping I'm missing something here and that the solution isn't to set it up at the FIOS router level, but I'm beginning to think that's my only hope.  What concerns me there is that I should be able to see the IP cam on the network without port forwarding since I'm not coming from outside, and I can't even do this unless it's connected hard wire.
    I'd appreciate any insight into this that anyone might have.  I've hit the wall with what I know.
    Thanks.

    In a roaming network, your "main" router is the device that would require port mapping/forwarding to be configured in order to access the IP camera from the Internet. This router is also the one that would be provide the private IP address for the camera which you will want to be a static one.
    So as you described your network, the IP cameras should be getting an IP address or you assigned it a static one and this is the address that you would enter in the Private IP address (or equivalent depending on the router used) field when setting up port mapping.
    If you are not able to access this camera from the local network, then this should be troubleshot first.

  • Looking for some help in creating an ItemFilter for a Targeter

    Looking for some help in creating an ItemFilter for a Targeter
    Need a examples for creating itemfilter and TargeterFirst

    Hi David,
    We can integrate Syncfusion with LightSwitch application, if you want to customize column when create a report using syncfusion reportviewer, since I didn't try this third party
    extension before, I think you could consider getting help from
    syncfusion forum, more syncfusion experts can help you on this issue.
    Thanks for your understanding.
    Best regards,
    Angie
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Why is it ok for a verizon wireless service representative to lie to a customer? I went over my monthly data and i called to ask for some help with the overage because i was barely over. They told me they would take care of it and sold me on a shared data

    why is it ok for a verizon wireless service representative to lie to a customer? I went over my monthly data and i called to ask for some help with the overage because i was barely over. They told me they would take care of it and sold me on a shared data plan that would result in 2gb less data but told me i would save 20$ a month. I agreed and recieved my next statement and to my suprise my bill actually went up 15$ a month and i talked to several people and they all told me there is nothing that can be done to get back on the plan i was on and they can not even give me a discount to get me back to what i was paying. They can only offer me a convenience credit. I will be cancelling service.

    ajwest101,
    We do not want to see you go. I truly apologize for any misinformation regarding your plan. Let's investigate into this a little further. What plan were you on? What plan were you switched to? If you look at the detailed billing online of your previous bill do you see any additional charges other then the plan?
    LindseyT_VZW
    Follow us on Twitter @VZWSupport

  • Chain step is being skipped and need some help with why?

    Hi, all.
    I'm hoping for some help from the community again.
    There's a chain created (code below) and it's running successfully -- at least it's building MOST tables.
    The problem is: the last three tables are all dependent on the same condition and only two of them run.
    From the code below, step 4, step 5 and step 6 are all dependent on the success of step 3.
    When the job for this chain is run, all the steps run successfully except for step 5.
    The interesting thing (to me at least) is that whichever table build is step 5 fails.  For example, in the code below prog_Y is assigned to step 5 and it fails.  If I swap prog_Y to step_4 and prog_X to step_5, step_5 still fails.  Same result if prog_Z is listed as step 5.  While steps 4 and 6 run successfully.
    The additional info in job run details lists: table or view does not exist.  However, I've confirmed the procs behind the programs each run successfully and the tables do exist.
    I've tried several things to get more info: changing the step numbers.dropping/redefining step, dropping chain and redefining, retyping the steps and rules.
    Please help.  Any suggestions of why this step 5 might be failing or where to look for more information is super helpful.
    Thanks so much
    Fritz
    When the chain is run partially
    /* 1. Create Chain */
    BEGIN
    dbms_scheduler.create_chain (
    CHAIN_NAME => 'dgr_cmpl_chain',
    RULE_SET_NAME => null,
    EVALUATION_INTERVAL => null,
    comments => 'Chain which loads the degree completion tables.');
    END;
    /* 2. Define the steps in the chain */
    BEGIN
    DBMS_SCHEDULER.DEFINE_CHAIN_STEP (
       chain_name      =>  'dgr_cmpl_chain',
       step_name       =>  'step_1',
       program_name    =>  'prog_intrmdt_1');
    DBMS_SCHEDULER.DEFINE_CHAIN_STEP (
       chain_name      =>  'dgr_cmpl_chain',
       step_name       =>  'step_2',
       program_name    =>  'prog_intrmdt_2');
    DBMS_SCHEDULER.DEFINE_CHAIN_STEP (
       chain_name      =>  'dgr_cmpl_chain',
       step_name       =>  'step_3',
       program_name    =>  'prog_base');
    DBMS_SCHEDULER.DEFINE_CHAIN_STEP (
       chain_name      =>  'dgr_cmpl_chain',
       step_name       =>  'step_4',
       program_name    =>  'prog_X');
    DBMS_SCHEDULER.DEFINE_CHAIN_STEP (
       chain_name      =>  'dgr_cmpl_chain',
       step_name       =>  'step_5',
       program_name    =>  'prog_Y');
    DBMS_SCHEDULER.DEFINE_CHAIN_STEP (
       chain_name      =>  'dgr_cmpl_chain',
       step_name       =>  'step_6',
       program_name    =>  'prog_Z');
    END;
    /* 3. Add rules */
    BEGIN
    DBMS_SCHEDULER.DEFINE_CHAIN_RULE (
       chain_name   =>   'dgr_cmpl_chain',
       condition    =>   'TRUE',
       action       =>   'START step_1',
       rule_name    =>   'rule_1',
       comments     =>   'Start Degree Completion chain.');
    DBMS_SCHEDULER.DEFINE_CHAIN_RULE (
       chain_name   =>   'dgr_cmpl_chain',
       condition    =>   'step_1 succeeded',
       action       =>   'START step_2',
       rule_name    =>   'rule_2');
    DBMS_SCHEDULER.DEFINE_CHAIN_RULE (
       chain_name   =>   'dgr_cmpl_chain',
       condition    =>   'step_2 succeeded',
       action       =>   'START step_3',
       rule_name    =>   'rule_3');
    DBMS_SCHEDULER.DEFINE_CHAIN_RULE (
       chain_name   =>   'dgr_cmpl_chain',
       condition    =>   'step_3 succeeded',
       action       =>   'START step_4',
       rule_name    =>   'rule_4');
    DBMS_SCHEDULER.DEFINE_CHAIN_RULE (
       chain_name   =>   'dgr_cmpl_chain',
       condition    =>   'step_3 succeeded',
       action       =>   'START step_5',
       rule_name    =>   'rule_5');
    DBMS_SCHEDULER.DEFINE_CHAIN_RULE (
       chain_name   =>   'dgr_cmpl_chain',
       condition    =>   'step_3 succeeded',
       action       =>   'START step_6',
       rule_name    =>   'rule_6');
    DBMS_SCHEDULER.DEFINE_CHAIN_RULE (
       chain_name   =>   'dgr_cmpl_chain',
       condition    =>   'step_4 completed and step_5 completed and step_6 completed',
       action       =>   'END',
       rule_name    =>   'rule_7');
    END;
    /* 4. Enable the chain */
    BEGIN
    DBMS_SCHEDULER.ENABLE ('dgr_cmpl_chain');
    END;
    /* 5. Create a job that points to the chain. */
    /*Utilized Job wizard to create job */

    Thanks much for your suggestions.  Very grateful.
    Looks like this may have been a self-inflicted error.
    There were some other errors that confound this explanation.  But right now this seems to be the most likely case.
    The END condition initially was step 6 completed.  Turns out, when step 3 succeeded, all steps 4, 5 and 6 were kicked off simultaneously.  Well, step 6 had a shorter run time than step 5.  So step 6 would finish and trigger the end of the chain before step 5 finished.
    This has been consistently working since the END condition was updated to evaluate steps, 4, 5 and 6.
    Fritz

  • Evening folks...looking for some help about my iphone microphone

    Evening folks....looking for some help.....I have a 3G Iphone and when I phone people they cannot hear me properly...sound like I am underwater....
    Any ideas or suggestions gratelfully accepted..

    I thought that is what the big deal was that people did not know until they opened the box and started using the iPhone 5, that it not only worked with one carrier but several carriers.  I did not say it will work with any carrier at one time.  I was trying to find out the reason for this and why people were so surprised that the iPhone 5 had this function and the reason for it.  As stated in my post, is it there so that after your contract is up and you want to go to another carrier you do not have to purchase a new iPhone, you  cna purchase a SIM card that works with your new carrier.
    The Otterbox Defender has a tendency to let too much dirt, dust, etc. in the cracks on the case. At least this has been my expereince.  I was thinking something more along some of the really durable cases at BallisticCaseCo.com
    As far as the iPhone 5 having issues, I have heard that there were more than usual with the first couple of manufactured batches that were shipped.  For example the Map App by Apple, the scratches on the backside of hundreds of iPhones, etc.  I am hoping these will get to be less and less, but with the recent riot at the one plant in China where the iPhone 5 is assembled is supposed to increase the waiting time.

  • HI everyone. Im looking for some help. Im getting the Itunes error 50 and No network connection error. I have a perfect connection. My iphone will download and my ipad but nothing from my computer. any help would be great.

    HI everyone. Im looking for some help. Im getting the Itunes error 50 and No network connection error. I have a perfect connection. My iphod will not  download and my ipad  any help would be great.

    A lot of people are experiencing it, which suggests that Apple is having issues. If that is the case all people can do is wait it out.

  • HT3874 I have just installed the recommended updates which has resulted in Suitcase no longer being able to open. I am running 10.6.8. I am on a deadline so would be grateful for some help!

    I would be grateful if I could get some help regarding Suitcase. I just installed three updates that were recommended (one was for iTunes, another a security update and to be honest, can't even remember what the third one was for). Anyway, after two restarts I can no longer run Suitcase which is a bit of a disaster as I working to deadline and I need Word and Quark XPress.
    What can I do? Suggestions most welcome with urgency!
    Many thanks,
    kkb

    Hi there
    Thank you for your response – I am running 10.6.8 (apologies for any confusion if I didn't make it clear in my earlier post).
    I have just returned from a meeting so was pleasantly surprised to see so many responses. And I normally *do* know better and in my old job I would have never updated whilst on a deadline. Somehow working from home (only my second week) has made me forget all the rules!
    I am a bit scared of removing anything or reinstalling at the mo. But I will look into it. I feel quite out of touch with how Macs operate now (I was clearer about OS9). But thank you and fingers crossed that it works!

  • A Potential Convert Looking for Some Help with Boot Camp

    I posted this in the Macbook Pro forums, and somebody directed me here. Hopefully you can help me with my questions.
    Hello,
    I have been a PC user ever since I can remember. I have loved the operating system and have had a Dell Laptop for 4 years now without any problems at all. I have no qualms with the Windows Operating Systems. But, it is time for me to get a new laptop, as I will soon be heading off to college. I was thinking about getting another PC, as they are significantly cheaper than the lower-end MBP that I would get, but I was also thinking about trying out a Mac. I plan on using this laptop for most of my undergraduate education though, so I don't want to buy something and find out it isn't what I want or I can't use it. So, if you would help me, I would like to ask some questions about the lower-end Macbook Pro, and I may just end up getting one.
    First things first, I am going to be going into engineering, likely mechanical or systems, at either WPI, Northeastern, or Tufts. Ah the experience of choosing colleged. I know Tufts uses AutoCAD, WPI uses SolidWorks, but I am not sure which Northeastern uses. Either way, I most certainly will be using a CAD program. I know that most CAD programs do not work on Macs, so I will likely be using Boot Camp. I have though seen on these boards that the AutoCAD licensing does not work with Boot Camp, or that some users have faced major problems with it. If this is so, then it is highly likely that I will be unable to get a Mac as that program is going to be an absolute necessity. Even if this is just a small percentage of the population, I do not want to find mine being of major issue. For those of you who have gotten it to work, how difficult was the installation, and have you had any issues with AutoCAD or the like? With this in mind, would you even suggest that I get a MBP?
    Another Boot Camp question. I have read many posts on these boards discussing different partitioning options, yet I still am unsure what they all mean. I expect to use the Windows side for more than just AutoCAD. I likely will install some games on it for when I am bored, and Microsoft Office, as I do not wish to spend the extra money buying Office for Mac and I need to have the versatility of Excel that I have heard is not found in the Mac version. What is the difference between these two partitioning types, which would you recommend, and how much storage should I partition if I get a 200GB hard drive?
    Yet another Boot Camp question, sorry for so many of these. My friend who has a Mac lauds it for its security, nobody makes viruses for Macs. As I will most definitively be using Windows in Boot Camp, would this compromise this security? I know it will be Windows, but I still imagine that it would be encoded somewhat differently then normal, but I could be wrong. Also, if it is possible for the Windows portion to get a virus, could that affect the Mac portion?
    Also, I don't use an iPod. I suppose I always thought they were overpriced for what they do. Instead I use an Iriver Clix 2, and I love it. The only thing is, I use Windows Media Player to sync it with my library. I know many have qualms with WMP, but I personally favor it more than iTunes, but that is just me. I do not believe that you can download it for a Mac. If I were to download it for the Windows portion, I am assuming that I would have to switch to Windows in order to listen to my music then, correct? I can also add music to it via Windows Explorer. Can I do so through the "Finder"?
    Finally, is the battery life any different when using Windows than when using Leopard? I will likely be using the Windows portion in the class room.
    Sorry for the long-winded post, but I am certainly hoping that I can get some solid answers to make an educated decision before getting my next laptop. I would like to thank you very much for any help that you are able to give me. I do hope you can help me quickly. Thank you.
    Message was edited by: Pyrojoe

    I can't answer all your questions, especially not anything having to do with CAD.
    I still imagine that [Windows] would be encoded somewhat differently then normal,
    No. Windows is Windows. You will need a good Windows antivirus, firewall and antispyware program. It is unlikely that a Windows virus will infect the Mac partition because, ordinarily, Windows doesn't know how to do anything with the HFS+ formatted Mac partition. However, the existence of products like MacDrive means that it is possible to teach Windows how to write to the Mac partition, so I see no reason why a virus could not be programmed to.
    If I were to download it for the Windows portion, I am assuming that I would have to switch to Windows in order to listen to my music then, correct? I can also add music to it via Windows Explorer. Can I do so through the "Finder"?
    Yes. Probably/yes.
    Finally, is the battery life any different when using Windows than when using Leopard?
    Yes. Windows does not have the battery management that Leopard has. The battery runs down much quicker in Windows.
    You didn't ask, but depending on what kind of engineering you want to study, you may be interested in, or even need to, use some flavour of Unix/Linux. On the one hand, you could always create a partition on a PC--or wipe Windows--and install Linux on the PC. That could even be a good learning experience. On the other hand, Mac OS is Unix, but preinstalled. So with a Mac, you would already have a platform for writing shell scripts, you would have Perl and Python built-in, you would have an IDE (XCode Tools) for C/C++/Objective C/Java as well as gcc and make tools already on the disks which come with the computer, and so on.
    Message was edited by: Mr.Lobotomy

  • Looking for some help!

    I have been using Dreamweaver for a short time now and
    absolutely love it. Okay I've been looking for sometime now and
    cannot find what I am looking for not sure if I'm just not looking
    in the right place and could use some help and advice. I my
    maincontent div area I would like to add something that I can post
    news, either weekly or a daily basis I have found alot of weblog
    programs, but what I am looking for is something simple. Hopefully
    someone will be able to help me out here.
    Thanks in advance for any info.

    >>the beer is optional :-)
    Sez You!
    Walt
    "Nancy O" <[email protected]> wrote in message
    news:g4r4d9$76$[email protected]..
    > Not sure what you mean exactly.
    > 1) Do you want to create and publish RSS feeds which
    people can subscribe
    > to?
    > Or 2) do you want to have other people's RSS news feeds
    appear on your web
    > site?
    >
    > If 1)
    > How to Create an RSS Feed with Notepad, a Web Server and
    a Beer - the beer
    > is optional :-)
    >
    http://www.downes.ca/cgi-bin/page.cgi?post=56
    >
    > RSS Specifications - everything you need to know about
    RSS:
    >
    http://www.rss-specifications.com/display-rss.htm
    >
    > FeedForAll - feed generating software for win/mac:
    >
    http://www.feedforall.com/
    >
    > If 2)
    > Feed Roll - javascript generator for including news
    feeds in websites:
    >
    http://www.feedroll.com/rssviewer/
    >
    > Google Ajax feedfetcher - requires you to have a Google
    API key#
    >
    http://www.dynamicdrive.com/dynamicindex18/gajaxrssdisplayer.htm
    >
    >
    > --Nancy O.
    > Alt-Web Design & Publishing
    > www.alt-web.com
    >
    >
    > "jvulga" <[email protected]> wrote in
    message
    > news:g4r2eu$rjm$[email protected]..
    >> I have been using Dreamweaver for a short time now
    and absolutely love
    >> it.
    > Okay
    >> I've been looking for sometime now and cannot find
    what I am looking for
    > not
    >> sure if I'm just not looking in the right place and
    could use some help
    > and
    >> advice. I my maincontent div area I would like to
    add something that I
    >> can
    > post
    >> news, either weekly or a daily basis I have found
    alot of weblog
    >> programs,
    > but
    >> what I am looking for is something simple. Hopefully
    someone will be able
    > to
    >> help me out here.
    >>
    >> Thanks in advance for any info.
    >>
    >
    >

  • Hello everyone, hoping for some help with my new Apple Cinema Display 20"

    Hi everyone, I bought an Apple Cinema Display 20 inch LCD monitor, just about 3 weeks ago. I have two issues I am hoping to get some help with.
    1) I am using the screen on a PC with Windows XP, and I was very disappointed at the lack of PC support. I have no on screen display (OSD), so I can't see what percentage I have my brightness set to, and I can't alter the colour or contrast of the display, etc. Luckily it defaulted to very good settings, but I would really like to be able to use the (fan made?) program called "WinACD". If I would be best asking somewhere else, please direct me there. If not, my problem is that I installed it added the "Controls" tab, but it just says, Virtual Control Panel "None Present". I have tried googling for an answer, and I have seen many suggestions, but none of them worked. I installed the WinACD driver without my USB lead plugged in, and someone said that was important. So I have tried uninstalling, rebooting, then reinstalling it again with the USB plugged in, and a device plugged in to my monitor to be sure. It didn't seem to help. I have actually done this process a few times, just to be sure. So I would really like to get that working if possible.
    2) I am disappointed at the uniformity of the colour on the display. I have seen other people mention this (again, after a google search), and that someone seemed to think it is just an issue we have to deal with, with this generation of LCD monitors. Before I bought this screen, I had an NEC (20wgx2), and it had a very similar issue. Most of the time, you cannot see any problem at all, but if you display an entire screen with a dark (none prime) colour, like a dark blue green colour, you can see areas where it is slightly darker than others. It was more defined on the NEC screen, and that is why I returned it. I now bought this Apple Cinema Display, because it was the only good alternative to the NEC. (It has an 8bit S-IPS / AS-IPS panel, which was important to me). But the problem exists in this screen too. It isn't as bad thankfully, but it still exists... I have actually tried a third monitor just to be sure, and the problem existed very slightly in that one, so I think I am probably quite sensitive in that I can detect it.
    It is most noticable to me, because I do everything on this PC. I work, I watch films, and I play games. 99% of the time, I cannot see this problem. But in some games (especially one)... the problem is quite noticeable. When you pan the view around, my eyes are drawn to the slight areas on my screen which are darker, and it ruins my enjoyment. To confirm it wasn't just the game, like I said, I can use a program to make the entire screen display one solid colour, and if you pick the right type of colour (anything that isn't a bright primary colour), I can see the problem - albeit fairly faintly.
    I am pretty positive that it is not my graphics card or any other component of my PC, by the way, because everything is brand new and working perfectly, and the graphics card specifically, I have upgraded and yet the problem remains - even on the new card. Also, the areas that are darker, are different on this screen than on the other screens I have used.
    So basically, I would like to register my disappointment at the lack of perfect uniformity on a screen which cost me £400 (over double what most 20 inch LCD screens cost), and I would like to know if anybody could possibly suggest a way to fix it?
    It is upsetting, becuase although this problem exists on other screens too, this is, as far as I know, the most expensive 20" LCD monitor available today, and uses the best technology available too.
    p.s. If anyone would like to use the program that lets you set your entire PC screen a specific colour, it is called "Dead Pixel Buddy", and it is a free piece of software, made by somebody to check for dead pixels. But I found it useful for other things too, including looking at how uniform the colour of the screen is. That's not to say I was specifically looking for this problem by the way... the problem cought my eye.
    Thanks in advance!
    Message was edited by: telelove

    I've been talking about this on another forum too, and I made some pictures in photoshop to describe the problem. Here is what I posted on the other forum:
    Yes, "brightness uniformity" definitely seems to be the best description of my issue.
    Basically it just seems like there are very faint lines down the screen, that are slightly darker than the other areas on the screen. They aren't defined lines, and they aren't in a pattern. It's just slight areas that are darker, and the areas seem like narrow bands/lines. Usually you can't see it, but in some cases, it is quite noticeable. It is mainly when I'm playing a game. The slightly darker areas are not visible, and then when the image moves (because I am turning in a car, or turning a plane, or turning in a shooter etc.) the image moves, but these slightly darker areas stay still, and that makes them really stand out.
    As for how it looks, I tried to make an example in photoshop:
    Original Image:
    http://img340.imageshack.us/img340/3045/td1ja9.jpg
    Then imagine turning the car around a bend, and then it looks like this:
    http://img266.imageshack.us/img266/959/td2hq7.jpg
    It's those lines in the clouds. If you can tab between the two images, you can see the difference easily. Imagine seeing those lines appear, every single time you move in a game. (I haven't tested this in movies yet, but I am assuming it's the same).
    It isn't very clear on a static image. But when the image moves, the darker areas stay in the same place and it draws your eyes towards them. It isn't terrible, but it is annoying, especially consider how much this screen cost.
    Message was edited by: telelove

  • Looking for some help with an error message when exporting master file. I'm stuck and would even pay to get this sorted out!

    Hey guys, I'm really in a bind here and need some urgent help tonite. I would even be willing to pay for some actual help and not some vague information that i may not be able to understand if we could do something via skype or some other way that would be much quicker than a message board. Of course I have to have the project done by tomorow . so I'm new to fcpx, but have succesfully exported 2 other projects. I've also ran into this predicament before (error message not allowing me complete export) and have been able to solve that by converting the files i imported off my camera (canon g20) to a different file type (prores).
    so where I'm at now: i have a 13 min short, all shot on my canon g20, imported and converted to prores422 with the brorsoft video converter with all the shots in a single event in fcpx. i'm using fcpx version 10.0.08. I have one main video track in my timeline that is completely full of very fast edits. (all quick 2-5 second clips, sped up shots in 2x, 4x, or 8x, tons of transitions, titles, and a little fx. theres 2 audio tracks, one is narration/speech and the other is an ongoing music track that constantly ducks everytime the subject speaks (tons of ducks/edits). Have you seen mtv cribs? Well i filmed an EXACT replica. So If you've seen one of those episodes, its literally the same exact same thing. I have all of my work completed, everything has been fully rendered, and i have it exactly as I want it.
    I'm including all this information in case it may help. my successful projects ive exported in the past were rather simple, and this one is very complex and full of edits. here is what it looks like in the timeline:
    Ive tried exporting the master file using almost all the different ways with no luck. My primary objective is to get it on youtube by any means by tommorow for a showing to a potential buyer (long story) and so I've been told using the h.264 is the best format for that. This, along with the other methods give me the same error message:
    It think it gives this error message when i reach 24% everytime during export.
    So first of all, what is that error message? Do i need to be concerned about the specifics of it, or is there something major that I'm missing? Like i said, i dont care how, but I need to get this video up on youtube tonite for an important viewing tomorrow. Conceptually, I think if i can figure this one out I shouldnt have any more trouble in the future doing something so basic, yet critical, such as exporting my 40+ hours of work for someone to see.
    anyway, I apologize in advance for my lack of knowledge with this software, and for my extremely long winded question which will probably have the opposite effect for me as most wont want to take the time to read all this, BUT i figured if i was as thorough as possible it might help actually getting a concrete answer, instead of a "read the manual, exporting is on page 37." or "use the share button on the right of the timeline then just click export master file and it will work everytime."
    Cheers everybody, and thank you. Like i said if someone is up, and willing to talk via skype, phone, messanger or any other method that works for you I would be totally down and will compensate you generously for your time. thanks again.
    Taphabit

    boom! that advice was correct and worked. i was able to export the full project as a quicktime movie and it can be uploaded to youtube.
    NOTE, theres is definately quite a few noticeable audio glitches/lags/pops that werent there before doing this. I believe, and will test to make sure, that having a project such as this one needs to render before exporting. I'm not sure if the advice requires the project to be unrendered before exporting for a specific reason, because if it will export fine after rendering the project that's the way to go. like i said the edited version i have in my timeline plays back perfectly but this exported version has quite a few noticeable audio glitches (a few video glitches too). I'm going to retry doing the first few steps of your advice, but then at the end render, then export and compare the results...
    OK, so this leads to a big question, Is this something that is standard for everyone when trying to export? If its not, what causes this error?
    is there any way of preemptively avoiding it in future projects?
    thanks again, and hopefully this information will help others as exporting seem to be one of the biggest problems in fcpx. any word on a new patch or firmware update?

  • I am looking for some help page regarding organizing bookmarks

    Forgive me if I am mistaken, I have searched for some paragraph or any help page regarding organizing bookmarks but it returned zero results.
    More specifically, I am looking for a way to separate my bookmarks into different categories for example, game links and mathematics links and this game link book mark folder (Say) could further be broken into folders like counter strike links, stronghold crusader links....
    I shall be very thankful for any piece of advice in this regard
    Best Regards!!!

    Other things that need attention.<br>
    See http://www.mozilla.com/plugincheck/
    Your above posted system details show outdated plugin(s) with known security and stability risks that you should update.
    *Shockwave Flash 10.0 r12
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    You can organize the bookmarks and create folders and sub folders ([[Bookmark folders]]) via the right-click context menu or the Organize menu in the Bookmarks Manager.
    See also http://kb.mozillazine.org/Sorting_and_rearranging_bookmarks_-_Firefox

  • Looking for some help with dbms_datapump.data_remap

    I moved this post from a diffrent forum. I think it might be a better fit.
    Hi I am trying to pass this line but keep getting ORA-39001: invalid argument value:
    dbms_datapump.data_remap(dph, 'EMP_NAME', 'EMP', 'ENAME', 'DATA_MASKER_UTIL.mask_varchar2', NULL);
    I am on Oracle 11.1.0.6.0 and using the SCOTT schema.
    Thanks for any help.

    Chris wrote:
    dbms_datapump.data_remap(dph, 'EMP_NAME', 'EMP', 'ENAME', 'DATA_MASKER_UTIL.mask_varchar2', NULL);Are you sure values being passed are correct? Because, as the [url http://download.oracle.com/docs/cd/B28359_01/appdev.111/b28419/d_datpmp.htm#CHDHJFCB]documentation says, value of parameter name should be 'COULMN_NAME'.
    Also have a read of [url http://forums.oracle.com/forums/thread.jspa?messageID=9372117]this thread and specification of SYS.DBMS_DATAPUMP package.

Maybe you are looking for

  • How do I check a wifi network on my iphone 4S ?

    I was in a Dennys restaurant that boasts a free WI-FI network, but couldnt logon to it.  The iPhone saw the net but would not join it.  No-one else could get onto the network either.  This has happened in other locations too.  My home network is via

  • HT1725 why can't i download my purchased songs from icloud?

    I have purchased multiple songs from itunes on to my iPhone, these songs are bcked up to my computer but it would not et me listen to them or download them from iCloud.

  • Pse 13 not opening up

    pse 13 not opening up

  • Strategic role of XI as clearing center?

    Hello, does it make sense to use XI as clearing center? That means you need to check first all messages within XI coming from different interfaces. After that consolidation step in XI the next step is to send these messages (checked and maybe correct

  • Efficient workflow

    Im am looking for an effiient workflow. Everything is up and running but it is soooo slow in reality. I'm shooting with an Xacti  HD2000. So far I have been shooting at "full-SHQ" 1920x1080 60fps HR. My problem is slow performance in premiere element