Another DD list question

I have 2 drop down lists (lets say DD1, DD2) in my custom (6i) form. The options in DD1 are 'NEW', 'RELOCATION' and 'CONVERSION'. What I am trying to do is populate DD2 dynamically with a query if DD1 is changed to 'RELOCATION'.
The DD2 is char type with max lenght 30. Since I want to populate it with code below, I don't have any values in the 'Elements in the list' property.
Below is the code that I am trying to use in the when-list-changed of DD1.
  DECLARE
  v_query varchar2(1000):=null;
  rg_name varchar2(40);
  rg_id RecordGroup;
  errcode NUMBER;
BEGIN
IF :<BLOCK_NAME>.<DD1> = 'RELOCATION' THEN   
    rg_name := 'RELO_LIST';
    rg_id := Find_Group(rg_name);
    IF ID_NULL(rg_id) THEN
    v_query :=    'SELECT DISTINCT TO_CHAR(NVL(STORE_NO,0))  FROM <TABLE>';     
   rg_id := Create_Group_From_Query( rg_name,v_query);
   END IF;
   errcode := Populate_Group( rg_id);
   CLEAR_LIST('<BLOCK_NAME>.<DD2>');
   SET_ITEM_PROPERTY('<BLOCK_NAME>.<DD2>',ENABLED,PROPERTY_TRUE);
   POPULATE_LIST('<BLOCK_NAME>.<DD2>','RELO_LIST');
   GO_ITEM('<BLOCK_NAME>.<DD2>');
ELSE
     :<BLOCK_NAME>.<DD2> :=NULL;
     SET_ITEM_PROPERTY('<BLOCK_NAME>.<DD2>',ENABLED,PROPERTY_FALSE);
     GO_ITEM('<BLOCK_NAME>.<TXT1>');
END IF;
END;
However, what is happening is, when I changed the DD1 values to 'RELOCATION' DD2 is getting disabled, but the cursor is navigating to it. If I run the select statement in the query in TOAD, I get back a list of store numbers (which is what I need).
Why is the DD2 getting dis-abled and not getting populated with values as it should? Any ideas/suggestions about whats missing the code above(Its probably something simple but I have looked at it till I am blue in the face ... cant seem to think)?
Thanks,
Chiru

I would recommend these changes:
CHANGE 1:
The addition of SYNCHRONIZE may help to ensure that the value seen in DD1 has been updated internally. For testing purposes, it might be helpful to replace the SYNCHRONIZE with a message that displays the value of DD1. If you find it to be NULL or other incorrect value, the SYNC should correct the problem.
BEGIN
SYNCHRONIZE;
IF :<BLOCK_NAME>.<DD1> = 'RELOCATION' THEN   
    rg_name := 'RELO_LIST';
    . . .CHANGE 2:
In this change the GO_ITEM is moved before the disabling of the item where the cursor was located. It is never a good idea to orphan the cursor. The same is true when opening a new canvas. You should not hide the current canvas until you have first displayed the destination canvas. This helps to ensure that the cursor does not become an orphan.
ELSE
     :<BLOCK_NAME>.<DD2> :=NULL;
     GO_ITEM('<BLOCK_NAME>.<TXT1>');
     SET_ITEM_PROPERTY('<BLOCK_NAME>.<DD2>',ENABLED,PROPERTY_FALSE);
END IF;One last tip....
Be sure to determine if case sensitivity is causing a problem. 'RELOCATION' is not the same as 'relocation'.

Similar Messages

  • ADF SelectOneChoice List Question

    I posted the following message in the Toplink forum and they have suggested I try over here:
    Toplink Essentials List Question
    ==================
    I am new to Toplink Essentials. I am using Toplink Essentials inside of JDeveloper 11g, against Oracle Express and ADF/Trinidad and have used JDeveloper's "Entities from Tables" wizard to reverse engineer my database into Toplink pojo objects. After this I used JDeveloper's wizard to create a JavaServiceFacade and then generate a Data Control.
    After expanding the DataControl (which is mapped to the JavaServiceFacade) I have a method queryEntityFindAll(). Under this method I have serval attributes and then a list which represents a "many-side" of this entitie's relationship with another entity. How do I create a selectOneChoice using this list?
    I've tried expanding queryEntityFindAll() and then dragging the list to a jspx page, setting the Base Data Source to "JavaServiceFacade.queryEntityFindAll.listName and then setting the List Data Source to "ListName : JavaServiceFacade.queryRelatedEntityFindAll". However, when I run the page the only thing that appears on the page is the selectOneChoice label... no drop down component appears on the page... no errors are generated to give any clue as to what my problem may be...
    Although I'm working in JDeveloper, I really believe this is a Toplink Essentials question...
    Please help!

    Thanks for the quick response!
    Using the department / employee example... I'm trying to create a form that allows a user to create a new department. I have dragged the "Department" object (located under queryDepartmentFindAll()) over to my jspx form. A form with corresponding fields is created.
    I notice that no field was created for employeeId. I expand the "Department" object (again, under queryDepartmentFindAll()) and observe that "Employee" is present, as a list (expanding Employee provides access to employee object attributes along with another list entitled departmentList).
    I know that it's unlikely that only one employee would be selected in the creation of a department... but I'm sticking to the example...
    So, I drag the "Employee" (again, under queryDepartmentFindAll()) object over to the newly created form and from the pop-up menu I choose selectOneChoice as the desired component. I run the jspx page, Internet Explorer 7 browser pops up and all labels display on the page, all fields but no selectOneChoice component appears on the screen... the space is there for it but it appears to be invisible. I have checked the Employee table and there is data to be displayed... it's just that I must be missing something...

  • How do I populate one dropdown list based on the selection in another dropdown list?

    I have one dropdown list that has 21 choices.  Depending on the selection of those 21 choices, I have another dropdown list that will select a different subset of choices from a pool of 96 choices.  How do I get this to happen?

    I have one dropdown list that has 21 choices.  Depending on the selection of those 21 choices, I have another dropdown list that will select a different subset of choices from a pool of 96 choices.  How do I get this to happen?

  • How do I invite via text from icalendar from my iphone to another phone listed in my contacts??

    How do I invite via text from icalendar grom my iphone to another phone listed in my contacts??

    If you want your husband to receive an iMessage, you must send it to him as an iMessage yourself. Just go into the Messages app and send it to your husband's Apple ID. All e-mails (except me.com, as it is part of iCloud/iMessages) don't actually work with Messages.
    Alternatively, you could download free, wi-fi based messenger apps on your iDevices. Popular ones include WhatsApp, but there should be more that suit your preferences.

  • Bookmarks list question

    stupid bookmarks list question. how do you remove a bookmark form the bookmark list?

    On the menubar, Safari > Bookmarks > Show all Bookmarks > right click and select delete.
    Or highlight and hit the delete key.

  • Another color management question

    Hi folks,
    Apologies for yet another color management question, but Im getting very confused and could do with some help. I use a Canon 10D and Canon 30D. Ive come to LightRoom from Pixmantec Raw Shooter.
    As Ive gotten more serious about producing high quality images for both the web and as prints, I thought Id invest in the Colorvision Spyder2 calibration product. So my monitor is now calibrated (quite a difference from what I was seeing!) and I have a calibration profile applied.
    My needs are pretty obvious I want my images to look the same wherever theyre viewed including exported files (such as JPEGs) whether this be on my monitor (in LightRoom, a web browser, Paint Shop Pro, whatever) and on a printer.
    Perhaps Im getting confused because Im trying to compare what LightRoom does with what RawShooter does.
    In RawShooter, when exporting from RAW to JPEG, I can specify the RGB Working Space Im using and then select my monitor profile. I think that what happens is that the export mechanism takes this profile into account and, low and behold, the JPEG looks fine when viewed in any web browser - the colours are exactly the same as in RawShooter. In Paint Shop Pro they look fine too unless I enable Color Management in which case (Im guessing) the monitor profile is, essentially, applied twice! But the upshot is I seem to get the results I want.
    What I cant figure out is how I do this in LightRoom. I can make the same adjustments to the RAW image as I did in RawShooter, but there doesnt seem an option for me to select my profile on export to JPEG only the standard 3 color spaces. Anyway the result is a JPEG that looks somewhat different when viewed in a web browser, or Paint Shop Pro with Color Management turned off. However, if I turn Color Management on in Paint Shop Pro, then it looks fine. So Im assuming that my profile isnt accounted for when exporting JPEGs from LightRoom.
    So any pointers or explanations would be really appreciated. I also acknowledge that this is my first foray into color management, and feel free to tell me to go and read some introductory article (link please!) and then come back with a sensible question if thats whats needed!
    Thanks in advance.
    - Pete

    Lightroom color management.
    a.) Monitor profile used: The profile set as the default in your operating system (e.g. Windows xp). (your monitor profile software usually does this when you calibrate/profile your monitor).
    b.) Working space: ProPhotoRGB
    c.) Export color space: You can choose one of the following sRGB; Adobe RGB or Pro Photo RGB.
    There is no option (afaik) to change a.) or b.) the option you choose in c.) will affect how the exported image will be displayed in color managed applications or non-color managed applications.
    Non-color managed applications are not able to display Adobe RGB or Pro Photo RGB correctly. I guess if you wish a consistent display of your images in color managed and non-color managed applications then the only common factor is sRGB and you should export your images in sRGB color space.
    The benefits of the other expanded color spaces are in printing and you also would have to get this end of your color management correct. Printing profiles to match your printer and each paper being used etc.
    Until you can get this all sorted out you will get better results from sRGB, this is also applicable when using most commercial printing services.

  • Another external drive question

    As I mentioned in an earlier post, I've partitioned my WD 500 GB firewire 800 external drive into three partitions. My intention was to obtain a bootable backup in the first partition (100 GB) and have the other two as supplemental strorage for future use (200 GB and the remaining approx. 165 GB). After performing an immediate backup of the Macintosh HD into the first partition, I read that a "duplicate", not "backup" was required for boot purposes.
    I'd really appreciate some suggestions here from those with more experience in these matters. My internal 500 GB HD has approximately 28 GB of used capacity currently (this will grow, of course, over time). Should I have created a partition for a bootable start up and "duplicated" the internal HD? Then, should I use a second partition for normal backups? What size should these partitions be configured to allow for maximum future storage, without pushing the limits on the backup/startup partitions? And finally, what are the steps to re-configure the external to achieve my desired intentions?
    This is a lot of question, but I certainly appreciate the guidance provided me thus far in my early days of Mac enjoyment. Thanks.
    iMac 24 2.33/3G Ram/500G HD/7600GT/BT K/M /WD 500GB FWHD   Mac OS X (10.4.9)  

    Hello! Sounds like you have thought it out well. All you need now is to clone your main drive so it will be bootable. You can do that using CarbonCopyCloner, SuperDuper, or you can use the Apple Disk Utility you already have. A lot of people use SuperDuper and others swear by some of the others. Below are listed Kappy's steps to do it using the disk utility. I use several bootable backups just for peace of mind. I generally clone to one and then the other so if something happens during the cloning (such as a power outage) I'll still have a drive that works. I usually make a clone about once a month and then backup any important documents every day to a flash drive, cd/dvd, or another hard drive volume. Once you make a clone you should always boot from it to make sure it's booting ok. Sometimes a clone will fail to boot. I also HIGHLY recommend obtaining and using DISKWARRIOR. Diskwarrior is the "gold standard" for disk drive directory maintenance which is the leading cause of hard drive problems. Using DW about once a month or after any force shutdown, forced re-start, or power outage will head off most disk problems. Tom
    Kappy's Steps to Produce a bootable clone
    Prep external FW drive:
    1. Open Disk Utility from the Utilities folder.
    2. Select the backup or destination volume from the left side list.
    3. Click on the Erase tab in the DU main window. Set the format type to Mac OS Extended (journaled, if available) and click on the Erase button. This step can be skipped if the destination has already been freshly erased.
    4. Click on the Restore tab in the DU main window.
    5. Select the backup or destination volume from the left side list and drag it to the Destination entry field.
    6. Select the startup or source volume from the left side list and drag it to the Source entry field.
    7. Double-check you got it right, then click on the Restore button.
    8. Select the destination drive on the Desktop and press COMMAND-I to open the Get Info window. At the bottom in the Ownership and Permissions section be sure the box labeled "Ignore Permissions on this Volume" is unchecked. Verify the settings for Ownership and Permissions as follows: Owner=system with read/write; Group=admin with read/write; Other with read-only. If they are not correct then reset them.
    For added precaution you can boot into safe mode before doing the clone.

  • Can a workflow email another SharePoint List/Library?

    I’m working on building out some automation in SharePoint to address some gaps in a currently manual process, but I’ve run into a snag.
    Right now I have a custom tracking list for a group of users to use for checking the status of their requests. Based on the status, a workflow will kick off notices to the users letting them know where their requests are at. I want to expand upon this by
    building an announcement list to receive emails from users (one of the few list templates that is configurable for this) to manage the growing volume of correspondence they produce. By having a list, I can create a workflow to auto sort, tag/categorize, and
    auto-respond to emails based on tags/categories in ways that Outlook can’t. For the sake of non-repudiation and as evidence that the workflows are working correctly, I want to save copies of the notices SharePoint sends to 3<sup>rd</sup> list as
    an archive. My 3<sup>rd</sup> list was also configured off the announcement list but it is not receiving the emails from the workflow. Since it is using the SharePoint exchange service account, I’m wondering if this a technical limitation that
    cannot be resolved, or if there is a missing configuration we need to do on our end that is preventing this from working?
    Essentially I’m trying to have SharePoint email itself from one list to another. Has anyone tried this or been successful?
    (I prefer lists over libraries in this case because this is going to be moderately large scale data and I won’t have to drill down into documents for info. Lists also open of the possibility for more complex workflows later on should the need arise)
    Tracking List (Custom List Template)     Incoming Requests (Announcement List Template)
                                   Archive (Announcement List Template

    When we consider that email is simply a communications protocol being leveraged by the workflow, it becomes clear that the problem most likely lies in the email enablement of your Archive list.  If your Archive list is indeed identical to the Requests
    list, then I would take a look at configuration for email on that list as it probably isn't configured correctly.  Additionally, you may wish to double check the email alias you're using in the workflow.  Sending email to the wrong email address
    is just a slip of the keyboard but can result in many hours of debugging.  Ultimately, I would recommend tracking the email through Exchange logs to see if it's received and sent correctly.
    I trust that answers your question...
    Thanks
    C
    |
    RSS |
    http://crayveon.com/blog |
    SharePoint Scripts | Twitter |
    Google+ | LinkedIn |
    Facebook | Quix Utilities for SharePoint

  • Yet another Try Catch question. Iterating through a ForEach loop

    Confused on error handling in a Powershell ForEach loop. I’m looping through a list of registry keys, attempting
     to open each one. If it succeeds, I do a bunch of stuff. If it fails, I want to skip to the next iteration.
    If I was doing It in VBScript I’d do this:
    For Each Thing In colThings
    Open Thing
    If Err.Number <> 0 Then
    “oops”
    Else
    Do stuff
    Do stuff
    Do stuff
    End If
    Next
    This is what I came up with in PowerShell. It seems to work, but just doesn’t seem powershell-ish. There must be a better way to use the catch output than just creating a $return variable and assigning it success or fail?
    ForEach ($subKeyName in $subKeyNames)
    try{$subKey = $baseKey.OpenSubKey("$subKeyName")}
    catch{$return = "error" }
    If($return -eq "error" )
    “Oops”
    Else
    Do stuff
    Do stuff
    Do Stuff

     
    I totally get what you're saying about formatting. I don't' have any habits yet, since I've only been working in Powershell since... well, what time is it now?
    Unfortunately, It Has Been Decreed that we are no longer to use VBScript for any engineering solutions at work, so my 15 years experience in it now needs to be transitioned over asap. I don't have the luxury of crawling before I run. I'm trying not to be
    frustrated, but it's like an English major waking up one day and being told "You must now speak French exclusively. Here's a book."
    The Do Stuff example of my ForEach loop is about 50 lines of code involving matching values in subkeys of this registry key with another and collecting output. I tried wrapping the whole thing in a try section based on some examples, but it seemed odd, that's
    why I'm asking. I'm used to tightly focused error handling at the point where an error may occur.
    In this example I'm only interested in whether or not I can open the subkey (it exists, but I may not have permission). If I can't, there's no point in continuing with this iteration of the loop, I want to skip to the next one. So why include all the "Do
    Stuff" in the the try section? From a readability viewpoint, it doesn't seem helpful.
    Also, there may be more error handling deeper in the code. If I then put that in a try/catch, and then something else inside that, now I have nested try/catches mixed in with nested if/elses, all wrapped in a For loop.
    Again, I can see how it works logically, but for readability not so much, and having all these braces 50 lines apart to match up is giving me eye strain :).
    It sounds like David is agreeing with jrv, that putting the entire ForEach loop code into a try/catch is the conventional way to do it. I guess it makes as much sense as putting it all in an If-else-Endif, and I just need to adjust my paradigm.
    But if not, my specific question was more along the lines of, is there a built in way to tell that the catch section has been executed, rather than me using it to populate an arbitrary variable and then read it? In VBScript, you execute something, and the
    next line, you check the Err.number. I wasn't sure if you could do that with a try/catch.

  • Another canvas related question

    Here is my scenario:
    I have content canvas (say CC), a stacked canvas (SC) and a tab canvas (TC). On the CC, I have the TC always showing in the bottom half. In the upper half of the CC, I have some text items, list items etc always showing.
    When the user selects certain options of the drop down lists in the CC and/or TC, I want to display the stacked canvas(SC) while still displaying the TC in the bottom half of the CC. SC has only a text item and an ok button on it. This text field is to capture the comments of the user. What I am trying to accomplish is to capture the user comments from the SC, assign it to a data block item when the user clicks on the 'ok' button on the SC and then hide the SC. Since there are multiple drop down list items in the SC and TC, I plan to re-use the same SC to capture the comments. Don't know if this is a good way to do it and if it can be accomplised or not. Any suggestions/ideas are appreciated.
    The issue that I am facing is when I display the SC upon changing a list item in the CC, then the TC
    disappears.Neither does the SC appear with the text box and the ok button on it.
    1. I am using the show_view to display the SC.
    2. For the SC properties itself, I set the
    Raise on entry =NO, '
    visible = 'YES'
    3. All the canvases share the same WINDOW
    4. My canvases are ordered in the following order
    SC
    CC
    TC
    5. Using forms 6i.
    Pardon my ignorance about the workings of the canvases (I always struggled to understand how the various canvases work). Also, these questions were probably asked many times before....but figured might re-ask. Pls. excuse my laziness in this regard.
    Questions:
    1. Can I have all the 3 canvases showing at a same point in time? (does reports allow that?)
    2. Has any one implemented what I am trying to accomplish? If yes, how did you do it?
    Edited by: Megastar_Chiru on Jul 13, 2010 11:30 AM
    Edited by: Megastar_Chiru on Jul 13, 2010 11:33 AM

    If the "TC" disappears, maybe the SC overlaps it.
    If the SC isn't displayed, try using a GO_ITEM('THE_TEXT_ITEM'); instead of using SHOW_VIEW.
    Another option might be:
    Create a second form and put the "comment-field" on a canvas in that form. In the WHEN-LIST-CHANGED-trigger where you actually show the SC, do a CALL_FORM to that new form to capture the users comment and proceed when the called form is ended.

  • Cor list question

    hi guys,
    i have question regarding cor list or how to setup something like my case. i am trying to setup 2 companies with 1 uc 540. uc 540 has 1 pri and 4 pots lines, so company a will use only pri line, and company b will only use pots lines. so how can i accomplish such thing for inbound and outbound. for inbound, i am okay with but outbound whenever company b dial out, it will then automaticall pick up pri line. i have 2 set dial peer and pri has higher preference than pots line.
    let me know if you guys ever encounter similar case to this and how to approach the solution.
    thank you.

    Hi,
    I would imagine that you could accomplish your goal by implementing 2 different steering digits say 8 for company A and 9 for company B.  Then create 2 trunk groups one for the PRI and another for the FXO ports.  Then you could add restrictions to each company to keep them from dialing the others steering digit or extensions. 
    I hope this gets you on the right path.
    Thanks,
    Jason Nickle

  • ColdFusion List Question

    Hello Community!
    I have two questions regarding CF lists:
    1-) I have a list that has the values 1,2,
    As you can see, the comma at the end of that string will make mymy program break because that list of comma delimited values is being used in a SQL statement: in(1,2,)
    How do I remove that comma at the end of my list?
    2-) I have a list with the values 1,,3
    How do I get rid of that unnecesary comma? How do I fill in the space between , and , with a value so it's 1,value,3 instead?
    Thanks!
    Ysais.

    if mylist = '1,2,'
    then you could make your SQL in(#removechars(mylist, len(mylist), 1)#)
    essentially removing the last character.
    to get rid of the unnecessary comma you could CFLOOP though the list and create another list 'mynewlist' this time not including anything that's blank
    ie if mylist = '1,,3'
    <cfset mynewlist = ''>
    <cfloop list="#mylist#" index="getitem">
    <cfif getitem neq ''>
    <cfset mynewlist = listappend(mynewlist, #getitem#)>
    </cfif>
    </cfloop>
    mynewlist becomes '1,3'

  • Another memory/cpu question/s

    I have searched the forums, and the links everyone has posted , and i cant find a answer to a few questions i have !
    #1: I have seen nothing on what brand ram would work using 2-1gb in dual channel ,on the k7n2-Delta , all the tests/talk has been using 512 or smaller ,any ideas??
    #2 : Can I run pc3200-400fsb memory (1gbx2) with a 333fsb Athlon-XP-3000+ , and will it lessen or gain performance by doing so??
    #3 : What is the highest CPU(socket A) that i can use on the k7n2-Delta(would a  3200+ etc work ?) or am i limited to the 3000+ ,as i seem to get that feeling from some posts i have read , or if it will work would i be better off getting a 3200+-400fsb along with pc-3200 1gbx2 (refer to #2)
    The reason im asking these questions is i want to add more ram (currently at 1gb and want to use 2gb ) but im not sure which brand would even work as i have seen nothing posted about using 2gb in dual channel and only a few manufacurers offer 1gb sticks ,let alone a matched set for dual channel, and i am unsure of the REAL limitations of this board and weather i would notice a difference by adding 400fsb ram while still using the 333fsb cpu , then if needed later swapping out my 333fsb cpu for a 400fsb cpu of the same speed or higher , or leaving it as is ,or if i can even do the upgrade i want to do to this board !......any help would be appreciated!!!!

    well i tried the board with a barton XP3200 and a Corsair value kit 2x512mb PC3200..
    didn't work well.. it froze half of the time.. when playing games... it the texture flickers..
    I went to the salesman and changed my RAM to Kingston PC3500 (i know it want work at fsb433!) but underclocking is always good.. still didn't work...
    it seems like its incompatibility... and the board seems to be really picky... MSI motherboards are really stabil... but to be picky? comeon... why didn't MSI made it compatible with the best ram out there...
    why is it only running most of the ram on PC2700?
    i suggest on finding another board if u like ur current ram and it doesn't make any errors in memtest... or check the list for compatible ram in one of the thread here..

  • Library list question

    I just got a new computer, redownloaded iTunes, and imported my music back into it. Somehow I got most, if not all, my songs in my library twice. It is a pain but I can go through and delete them. My question is that some of the songs now have an exclaimation point icon in front of the title of the song. I was unable to find a list of what the icons mean. I am afraid to start deleting the duplicate songs until I know what the exclaimation point means. Anyone know? Sorry if this is already posted out there somewhere. Thanks.

    Hello,
    The exclamation point icon means that the music file was moved from its original location at some point and is no longer there. So the 'duplicate' ones are the old songs, that have the exclamation points, and can be deleted. However, they are not different files. The songs without exclamation points should be the ones that work (if you click on them they should play.) To be safe, I would check to make sure that the songs without exclamation points work and the ones with them don't work before you delete anything. Hope this helps.
    Victoria

  • Another CS6 build questions thread

    Hi guys,
    My first post here, I've been reading lots on here today thanks for all the info!, I'm building a new edit of, mainly for pp &amp; ae cs6. I think I'm there with components but would love to hear your opinions and experiences before I click the pay now button in case I've missed something or there's something better about to be released...ideally I'd like to order this in the next couple of days as I have an intense project next week but I could do it on current pc it will just be more painful!
    So, I mainly edit using hdv or xdcam ex, lots of video layers &amp; effects especially magic bullet etc...and my current setup doesn't even come close to cutting the proverbial mustard...
    Am looking at following bits, but 1 question, a few years ago I had a dual Xeon system with a Canopus dvstorm card on I think premiere pro 1.5, and it was blazing fast lovely real time effects but more noticeable for me was the output render times, I've read a lot over the past three days and it seems that cs6 only uses the processor for output rendering, is this the case? Or am I missing something!?
    So (based on videoguys DIY 9 and extensive research online)
    Asus p9x79 pro (please advise if the ws is any better? It seems not and I have a pci FireWire card anyway...)
    Intel core i7 3930k (c2) (can anyone tell me what the "rev2" difference is?
    Evga classified gtx680 4gb (I read...and read...and read....and read...and decided on this over the quadro 4000 please advise!!!???)
    64gb (8x8gb) ripjaws 1600mhz 12800 (I've decided to take a punt on these as I've read on here that Samsung lv (1.3??) is more stable...this is the part I'm least confident on so please please feel free to suggest what memory!?) I've gone 64gb as I understand after effect can use it?
    256gb Sandisk extreme sata3 ssd (boot)
    2 1tb caviar black (striped) (are the velociraptors worth it!?)
    2 2tb caviar green (pre backup "dump" drive &amp; music/sound effects etc
    Fractal designs r4 titanium
    I'm hoping that will speed things along a bit?
    My main questions are...
    Edit hardware my old Canopus DVD storm, and to a lesser degree my multibridge (now gone) add something, but on this setup there's no 'edit card' if that makes sense? Am I missing something (apart from an I/o device for capture p/tape export ((FireWire??)) any 'high end' work I do is on xdcam so no capture necessary?
    Memory...what's the official line? Will the ripjaws work?
    Gpu... Are the quadro cards better!? Or do they assume 'professionals' are less likely to over clock there cards and so offer longer warranty ;-)?
    Any other criticisms/ recommendations?
    Thanks

    Quick update...Ive just ordered the parts hopefully arrive tomorrow and I can put everything together!
    Thanks so much to everyone who contributes on this forum, I havent replied to all, but I have read SO many posts on here this week!
    Have I missed anything (Apart from a hardware raid controller and 10 velociraptors!!!)
    I may treat myself to a new Keyboard and mouse, I have a R.A.T 9 at the moment which I absolutley love! but get fed up with swapping batteries and so considering getting the "7" either that or the logitech mx revolution... any other recomendations?
    Also was about to order one of these...
    http://www.editorskeys.com/video-editing-keyboards/adobe-premiere-dedicated-keyboard.html
    And will keep my shuttle xpress wheel which I never use...but am planning on trying out with this new system...
    So...pretty much as above I ended up ordering the following
    Item: Samsung S24b300hl LED LCD Widescreen 23.6" HDMI Monitor
    Qty: 1 Cost: £100.11 (To complement my existing 2)
    Item: Asus P9X79 PRO Socket 2011 8 Channel Audio ATX Motherboard
    Qty: 1 Cost: £159.43
    Item: Intel Core i7 3930K 3.20GHz Socket 2011 12MB Cache Retail Boxed Processor
    Qty: 1 Cost: £398.32
    Item: EVGA GTX 680 Classified Edition 4096MB GDDR5 Dual DVI HDMI DisplayPort PCI-E Graphics Card with FREE ASSASSINS CREED III Download Coupon
    Qty: 1 Cost: £400.82
    Item: Assassins Creed III Nvidia Download Coupon (shame I have so much work to do this isnt going to get used!)
    Qty: 1 Cost: £0.00
    Item: SanDisk 240GB Extreme SSD - 2.5" SATA-III - Read 550MB/s Write 520MB/s
    Qty: 2 Cost: £116.66
    Item: Corsair 850W HX 80PLUS Gold Modular PSU
    Qty: 1 Cost: £109.99
    Item: WD 1TB 3.5" SATA-III 6Gb/s Caviar Black Hard Drive - 7200rpm 64MB Cache
    Qty: 2 Cost: £65.83
    Item: Fractal Design Define R4 Titanium Case
    Qty: 1 Cost: £81.66
    Item: Noctua NH-D14-2011 Dual Radiator Cooler with PWM fans LGA2011 only
    Qty: 1 Cost: £50.33
    Item: G-Skill 16GB (4x4GB) DDR3 1600MHz RipjawsZ X79 Memory Kit CL9 1.5V
    Qty: 2 Cost: £52.24
    PLEASE say now if Ive missed something, or if there is a conflict/incombatibility problem with any of this kit!
    Im excited...and now broke...
    In short...
    Looking at keyboard & mouse recomendations?
    Does anyone notice anything wrong with the list? Please let me know now before I open anything tomorrow!
    Will I need a mini hdmi to regular hdmi adapter?

Maybe you are looking for