Calculation not released overall value

Hi, I have the variables representing numeric values and when I try out a product or a quotient of these values, all I get is the values themselves. I may be a bit vague, but an example should help clarify this.

For example:

A = 4

B = 2

C = 3

D = A * B/C

< cfoutput > #D # < / cfoutput >

and I'll get 4 * 2/3

not 2.6667

How can I get that it displays 2.6667

OK ColdFusion is usually without type and it must not occupy, but you REALLY put that without type, forgiving nature adversity.

Try a simpler code.







#D#

You where to define three strings, that ColdFusion would normally automatically convert numbers, if you did do the math.  But then, instead of doing math, you create another string by concatenating three original variables and some mathematical operators.

Tags: ColdFusion

Similar Questions

  • Illustrator does not include substitute values calculated in chart

    Hello

    Problem annoying here, with no solution found on the forums (note to Adobe: Please fix the search function in this forum.)

    I am trying to create a graph of row/column with axes right and left. When you try to apply a different scale than the default values to the right axis, Illustrator ignores my settings by checking the box to override calculated values and returns to its own values. I used the group selection tool to select the data points, but any value I put, I can't do the values that I want. If, however, I put the data points to use columns (such as the left axis) I can get the desired scale. But if I try to set it as a line, all substitution values are ignored. Any ideas?

    Thanks for your help,

    JUNJI

    (note to Adobe: Please fix the search function in this forum.)

    They do not develop software, so you're talking about the bad ones. any deficiency in the internal forum search engine should be addressed by the original seller who is Jive. Adobe is just as dependent on them than anyone...

    I can not get the values that I want. If, however, I put the data points to use columns (such as the left axis) I can get the desired scale. But if I try to set it as a line, all substitution values are ignored. Any ideas?

    And if you create a dummy data point? Should work. In my view, the problem you are experiencing here is have them is not correctly calculate the framework encompassing the chart in line mode. This also occurs in other conditions...

    Mylenium

  • "One or more lines on this delivery were not released pick."

    Hi experts,

    I created liberation pick and ship - confirm by using the wsh_deliveries_pub.delivery_action API.

    My problem is when I execute the two operations one after another because I get this error:

    "One or more lines on this delivery were not released pick."

    I checked that the flag wsh_delivery_details. released_status keep its value to 'R' until a few seconds where he turns to 'Y'

    I add this code to force a delay until this indicator is updated, but I guess that there is a more elegant solution for this.

    l_line_status := 'X';
    
    WHILE loop_count <= 15 AND l_line_status != 'Y' LOOP
      dbms_lock.sleep(5);
      
      loop_count := loop_count + 1;
      
      SELECT wdd.released_status
        INTO l_line_status
        FROM wsh_delivery_details wdd
       WHERE wdd.delivery_detail_id = p_delivery_details_tbl(1);
    
    
    END LOOP;
    

    Any clue?

    Kind regards

    Jose.

    Hi all

    I found the solution to my problem and I'm going to share with you all, because it is very easy!

    Instead of this algorithm:

    wsh_deliveries_pub.delivery_action(p_action_code='PICK-RELEASE')

    sleep (delay)

    wsh_deliveries_pub.delivery_action (p_action_code = 'CONFIRM')

    This makes the same and is standard and... faster:

    wsh_deliveries_pub.delivery_action(p_action_code='PICK-SHIP')

    It's a pity this forum has a low activity compared with the ADF it.

    Kind regards

    Jose.

  • Field 'blogCategoryid' is not a default value

    Add new category names displayed the following error message.  Also, it is not allow me to edit the names at all.  Please help solve this problem.  Thank you.

    Field 'blogCategoryid' is not a default value

    Root cause: java.sql.SQLException: field 'blogCategoryid' is not a default value

    The error occurred in egory.cfm C:/ColdFusion11/cfusion/wwwroot/learncfinaweek/chapter1solution/admin/content/blog/editcat: line 33

    <cfset ormFlush() />

    editCategories.cfm:

    "< cfimport taglib ="... /... "/ customTags" prefix = "ct" / >

    < ct:securityCheck redirectPage = "#cgi.script_name #" / >

    < name = "cfparam url.id" default = "0" / > "

    < name = "cfparam form.submitted" default = "0" / > "

    < name = "form.id cfparam" default = "0" / > "

    "< name =" form.name cfparam"default =" "/ >

    "< name =" cfparam form.categories"default =" "/ >

    < cfset errorBean = createObject('learncfinaweek.chapter1solution.admin.cfc.errorBean').init () / >

    < cfif form.submitted >

    <!-check if the data is valid-->

    < cfif! errorBean.hasErrors () >

    < val (form.id) cfif >

    <! - edit entity - >

    < cfset blogCategory = EntityLoad ('BlogCategory', form.id, true) / >

    < cfset blogCategory.name = form.name / >

    < cfelse >

    <!--create the entity - >

    < cfset blogCategory = EntityNew ('BlogCategory') / >

    < cfset blogCategory.name = form.name / >

    < / cfif >

    < cfset entitySave (BlogCategory) / >

    < cfset ormFlush() / >

    < cflocation url = "listcategory.cfm? message = #urlencodedformat ('Blog Category Saved')" # "addtoken ="false"/ >"

    < / cfif >

    < / cfif >

    < val (url.id) cfif >

    <! – get entity data - >

    < cfset blogCategory = EntityLoad ('BlogCategory', url.id, true) / >

    < cfset form.name = blogCategory.name / >

    < / cfif >

    < cfoutput >

    < ct:layout section = 'blog' >

    < section = 'blog' active 'post' = ct:navigation / >

    < div class = "span10" >

    < val (url.id) cfif >

    Category change < h2 > < / h2 >

    < cfelse >

    Add a category < h2 > < / h2 >

    < / cfif >

    < errorBean.hasErrors (cfif) >

    < div class = "alert error alert" >

    Error < strong > < / strong > < br / >

    The following errors occurred:

    < ul >

    < cfloop array = "#errorBean.getErrors () ' # ' index 'error' = >"

    #error.message # < /li > < li >

    < / cfloop >

    < /ul >

    < / div >

    < / cfif >

    < form class = "form-horizontal" action = "" #cgi.script_name # "method ="post">"

    < div class = "control group" >

    < class label = "label control" for = "title" > name < / label >

    < div class = "orders" >

    < input type = "text" id = 'name', name = 'name' value = "#form.name #" >

    < / div >

    < / div >

    < div class = "control group" >

    < div class = "orders" >

    < button type = 'submit' class = 'btn, btn-primary' > save < / button >

    < / div >

    < / div >

    < input type = "hidden" name = "subject" value = "1" / >

    < input type = "hidden" name = "id" value = "" #url.id # "/ >"

    < / make >

    < / div >

    < / ct:layout >

    < / cfoutput >

    blogPost.cfc page:

    persistent component = {'true'

    The property name = the column 'id' = 'blogpostid"fieldtype = generator of 'id' ="increment ";

    Name of the property = "title" ormtype = "text";

    Name of the property = "Summary" ormtype = "text";

    Name of the property = 'body' ormtype = 'text ';

    Name of the property = "dateposted" ormtype = "timestamp";

    Name of the property = "createdDateTime" ormtype = "timestamp";

    Name of the property = "modifiedDateTime" ormtype = "timestamp";

    Name of the property = "deleted" ormtype = "boolean";

    Property = "comments" singularname = "comment" fieldtype = name "one-to-many" cfc = "how" fkcolumn = "blogpostid" cascade = "all";

    Fieldtype 'categories' = property name = "one-to-many" cfc = "blogPostCategory" fkcolumn = "blogPostid;

    public string function getCategoryIDs() {}

    var categoryList = ";

    If {(hasCategories())

    for (var categoryPost in getCategories()) {}

    categoryList = listAppend (categoryList, categoryPost.blogCategory.id);

    }

    }

    CategoryList return;

    }

    public string function getCategoryNames() {}

    var categoryList = ";

    {if (hasCategories ())}

    for (var categoryPost in {getCategories())}

    categoryList = listAppend (categoryList, categoryPost.blogCategory.name, ',');

    }

    }

    CategoryList return;

    }

    }

    editBlogPost.cfm page:

    "< cfimport taglib ="... /... "/ customTags" prefix = "ct" / >

    < ct:securityCheck redirectPage = "#cgi.script_name #" / >

    < name = "cfparam url.id" default = "0" / > "

    < name = "cfparam form.submitted" default = "0" / > "

    < name = "form.id cfparam" default = "0" / > "

    "< name =" form.title cfparam"default =" "/ >

    "< name =" cfparam form.summary"default =" "/ >

    "< name =" cfparam form.body"default =" "/ >

    "< name =" cfparam form.datePosted"default =" "/ >

    "< name =" cfparam form.categories"default =" "/ >

    < cfset errorBean = createObject('learncfinaweek.chapter1solution.admin.cfc.errorBean').init () / >

    < cfif form.submitted >

    <!-check if the data is valid-->

    < cfif! Len (trim (form.title)) >

    < errorBean.addError cfset ("title is required", "title") / >

    < / cfif >

    < cfif! Len (trim (form.summary)) >

    < errorBean.addError cfset ("a summary is required", 'startDate') / >

    < / cfif >

    < cfif! Len (trim (form.body)) >

    < cfset errorBean.addError ("You must provide a body", "details") / >

    < / cfif >

    < cfif! Len (trim (form.datePosted)) >

    < cfset errorBean.addError ("You must provide a release date", "details") / >

    < / cfif >

    <! - only treat if there is not error - >

    < cfif! errorBean.hasErrors () >

    < val (form.id) cfif >

    <! - edit entity - >

    < cfset blogPost = EntityLoad ('BlogPost', form.id, true) / >

    < cfset blogPost.title = form.title / >

    < cfset blogPost.summary = form.summary / >

    < cfset blogPost.body = form.body / >

    < cfset blogPost.dateposted = form.dateposted / >

    < cfset blogPost.modifiedDateTime = now() / >

    < cfloop array = "#blogPost.getCategories () ' # ' index 'category' = >"

    < cfset entityDelete (category) / >

    < / cfloop >

    < cfelse >

    <!--create the entity - >

    < cfset blogPost = EntityNew ('BlogPost') / >

    < cfset blogPost.title = form.title / >

    < cfset blogPost.summary = form.summary / >

    < cfset blogPost.body = form.body / >

    < cfset blogPost.dateposted = form.dateposted / >

    < cfset blogPost.createdDateTime = now() / >

    < / cfif >

    < cfset entitySave (BlogPost) / >

    < cfloop list = "" #form.categories # "index ="categoryID">"

    <! - add entity category - >

    < cfset blogPostCategory = EntityNew ('blogPostCategory') / >

    < cfset blogCategory = EntityLoad ('blogCategory', categoryID, true) / >

    < cfset blogPostCategory.blogCategory = blogCategory / >

    < cfset blogPostcategory.blogpost = blogpost / >

    < cfset entitySave (blogPostCategory) / >

    < / cfloop >

    < cfset ormFlush() / >

    < cflocation url = "listblogpost.cfm? message = #urlencodedformat ('Blog Post Saved')" # "addtoken ="false"/ >"

    < / cfif >

    < / cfif >

    < val (url.id) cfif >

    <! – get entity data - >

    < cfset blogPost = EntityLoad ('BlogPost', url.id, true) / >

    < cfset form.id = blogPost.id / >

    < cfset form.title = blogPost.title / >

    < cfset form.summary = blogPost.summary / >

    < cfset form.body = blogPost.body / >

    < cfset form.dateposted = blogPost.dateposted / >

    < cfset form.categories = blogPost.categoryids / >

    <!-< cfset form.categories = blogPost.categoryNames / >->

    < / cfif >

    < cfset categories = entityLoad ('BlogCategory') / >

    < cfoutput >

    < ct:layout section = 'blog' >

    < section = 'blog' active 'post' = ct:navigation / >

    < div class = "span10" >

    < val (url.id) cfif >

    Blog post to change < h2 > < / h2 >

    < cfelse >

    Blog post add < h2 > < / h2 >

    < / cfif >

    < errorBean.hasErrors (cfif) >

    < div class = "alert error alert" >

    Error < strong > < / strong > < br / >

    The following errors occurred:

    < ul >

    < cfloop array = "#errorBean.getErrors () ' # ' index 'error' = >"

    #error.message # < /li > < li >

    < / cfloop >

    < /ul >

    < / div >

    < / cfif >

    < form class = "form-horizontal" action = "" #cgi.script_name # "method ="post">"

    < div class = "control group" >

    < class label = 'label control' for 'title' = > title < / label >

    < div class = "orders" >

    < input type = "text" id = "title" name = "title" value = "#form.title #" >

    < / div >

    < / div >

    < div class = "control group" >

    < class label = "label control" for = "title" > summary < / label >

    < div class = "orders" >

    < textarea rows = "6" id = "Summary" name = "Summary" class = 'entry-xlarge' > #form.summary # < / textarea >

    < / div >

    < / div >

    < div class = "control group" >

    < class label = "label control" for = "title" > body < / label >

    < div class = "orders" >

    < textarea rows = "3" id = "body" name = 'body' class = "wysiwyg" > #form.body # < / textarea >

    < / div >

    < / div >

    < div class = "control group" >

    < class label = 'label control' for 'details' = > publish Date < / label >

    < div class = "orders" >

    (< input type = "text" id = "datePosted" name = "datePosted" class = 'datepicker' value="#dateFormat(form.datePosted,'mm/dd/yyyy') #" > "

    < / div >

    < / div >

    < div class = "control group" >

    < class label = 'label control' for 'details' = > categories < / label >

    < div class = "orders" >

    < class label = "checkbox" >

    < cfloop array index = "" # categories # "'category' = >"

    < input type = "checkbox" name = "Catégories" value = "" #category.id # "checked < cfif listfind (form.categories, category.id) > < / cfif > > #category.name # < br / >"

    < / cfloop >

    < / label >

    < / div >

    < / div >

    < div class = "control group" >

    < div class = "orders" >

    < button type = 'submit' class = 'btn, btn-primary' > save < / button >

    < / div >

    < / div >

    < input type = "hidden" name = "subject" value = "1" / >

    < input type = "hidden" name = "id" value = "" #url.id # "/ >"

    < / make >

    < / div >

    < / ct:layout >

    < / cfoutput >

    I got it to work.  This is the DB.  MySQL Workbench open and highlight and right click on all the tables.  The choice of DROP.  Then to repopulate the tables to learncfinaweek, run the import_mysql script, which is available online.  The site works fine now.  Thank you Jesus.

  • Calculation of the nth value highest in a group

    Hi all

    I was following the problem to be solved. I have a table with the following structure:
    Table emp
    EmpID number
    NAme varchar2
    DeptID number
    Salary number
    Now, to find the maximum salary in each Department, I can use:
    select DeptId,max(salary) from emp group by DeptId;
    Now to find the second salary max, I can do below:
    select DeptId,max(salary) from emp
    where (DeptId,salary) not in (select DeptId,max(salary) salary from emp group by DeptId) group by DeptId;
    But suppose I need to find the 5th or 6th salary max then this method will be heavy.
    I need a SQL query in which I can dynamically pass the parameter to calculate.

    Kindly help.

    Calculation of the nth value highest in a group

    In recent db versions nth_value seems to be the game.

  • Why I can not get the value of a payroll result?

    Expert,

    In EBS R12 payroll, I define two elements A and B. B has a priority 1500, 3500 priority. So A is processed before B. I have write a pl/sql package to calculate B and attach the package to B through the formula result. In the package, I'll use 'Pay the value', the logic can be abstract as "value pay * 0.05". However, the result of B is not my expected. I followed my package and find that the program does not receive the value of pay. I don't know that my sql statement is right. So my conclusion is for the calculation of an assignment, these elements payroll result will be written back to DB together rather than one by one, right?
    For my case, it I want to use the value of the remuneration of the elements that have been calculated, how? Please give me some advice.

    Thanks in advance.

    you are in a gray area.

    Can try you with a more "complicated" dimension of balance, if that causes the flush that will take place.

    Some notes on this problem, I wrote a few months ago: http://oraclehrms.blogspot.com/search?q=flush

  • Search for content when the State is not released

    I would like to know how to search for content items that do not have a value of dStatus of appeared.

    Our use case, is that we have a few users who generate most of our content. At the present time they put the release Date to a value in the distant future, if the documents are not being released. However, when they want to edit or review the documents, they must go to work in progress screen that exposes none of the search functionalities of the AAU. We are looking at workflow, but that does not necessarily easier to find the documents they need, because so many documents will be in the workflow at any given time. Any ideas on how I can help my user documents that have not been released? Thank you.

    I had a similar request. The solution is the following:

    Use the GET_DATARESULTSET Service that executes a query that retrieves data revisions, Documents, and the DocMeta table.
    Build a custom service similar to GET_DATARESULTSET, which can be run by any user (currently this service has access admin only)
    Build a page similar to serach screen, in which the user selects the search criteria.
    Note that the parameter to this service is a database where clause (dDocType = 'XXX') against a content server search query (dDocType "XXX").
    The content button Search/retireve should run the service to return a result set.
    Build a similar model or use the form of search results to display the results.

    I used the service to retrieve results (released and unreleased) but executed with api cis. Therefore, I did not the serach, component of a page of search results page.

    Good luck with your stuff.

    Thank you
    Aparna

  • plugin.expose_full_path will not keep the value "false".

    I am able to change the value of the "true" to "false", but it will not retain the value 'false' to restart Firefox.

    All my plugins and extensions are uptodate. I use XP Home, also updated.

    You can check for problems with preferences and try to rename or delete the file prefs.js and possible prefs - numbered # .js and a user.js file possible to restore the values all default prefs.

  • Firefox does not release the memory of the tabs closed, what can I do?

    I've known a lot of instability with FF for a few months now and have finally begun to understand the source of the problem.

    By checking on: memory, I determined that FF is not releasing memory from closed tabs. I see at least 15 compartments corresponding to the tabs I have looked and have closed less than an hour ago. Try to GC, CC and "Minimize the use of memory" all are ineffective.

    Maybe it's a plugin? I disabled all plugins except flash. And in regards to add-ons, I'm under flashblocker, adblock pro, and have installed firebug and colorzilla.

    Some add-ons are known to cause problems like that; You can try running with disabled modules to see if they are the cause of the problem.

    15 Firefox will include a fix that prevents one of the main ways that add-ons and other code can cause the closed tabs memory leak. You can test a pre-release of Firefox 15 today to see if it solves your problem: https://www.mozilla.org/firefox/aurora/

    This page of links to some technical details on the fix: http://blog.mozilla.org/nnethercote/2012/05/15/additional-update-on-leaky-add-ons/

  • RandomGen elements, case structure nothing if it's false, while the loop passes iterations, can not get the values in table outside the structure of the case

    Hello!

    I tried to build a trigger that triggers a true value each 1000 milliseconds (from the first real);

    which real command structure box to a value of the randomNrGen of the sample and place it in a table.

    but I would like to USE this table and I can't do this beacause I can not get out of the structure of the case.

    AND:

    the while loop ignores samples; If you run the vi and look at the speed at which the table fills, ypu notice it is not periodic: the first few items are inserted at 1 second interval, but then it jumps one;

    would it be because of the wait time 1ms?

    1. How can I create a structure that does this:

    If set to True, it samples a value from Genesis at random and places it in the table

    OTHERWISE, it does NOTHING, without zeros sent to the table just waiting for the next true and only the values sampled at True remain in the table?

    2. How can I stop it pop samples (multiples of 1000 in my case)?

    In conclusion: I need to be able to take samples on the sample generator and store them in an array of 3d in a zig - zag (1.jpg) way, but able to think about it, we need to go beyond these two questions.

    Please ignore the meter.

    Please help me!

    TibiG wrote:

    Thanks, Crossrulz!

    This did not omit all values and it works fine.

    Is it possible to get information in a case without making use of the large loop?

    My program will become very complex (I need to synchronize a magnetometer and a stepper motor to make a 3d map of the magnetic field of the magnet) and I want to do everything as simple as possible.

    If there is a way to get information about a case structure, other tnan using registers with shift on the big loop, and you know it, please show me.

    Thank you!

    You could also use a Feedback node, just keep it out of the structure of the case.

  • Firewall on set as default, fixit States that it is not the default value? How can I fix it

    Help, please

    Hello

    1. what exactly is the problem you are having?

    2. what operating system is installed on the computer?

    3. what fixit says that "it is not the default value"?

    Provide us with more information about the issue so that we can better help you.

    However, read the following article and check if this is useful:

    Some services do not start in Windows Vista and Windows 7

    http://support.Microsoft.com/kb/943996

  • Computer suddenly sucks memory and does not release it

    I am running WIN XP SP3 and IE 8.  I have 1 G of RAM.  The computer will allow more RAM to be installed.  Lately, my CPU usage is 100%.  I think I understand the memory and not release it when a program is closed.  The main culprit appears to be IE8.  In the past, the use of the mem has about 200 000 to 250, 000 K.  Now, it's always more 350 000 K or even 400 000 K. I think that part of the reason is that I use yahoo mail and they have eliminated "Classic Mail".  I had to upgrade the e-mail program. I tried to use gmail, but it all works, he wants me to upgrade (or even change my browser) my browser. I'm limited to the updates because of the OP SYS and the age of the computer (at least 10 years).  I can't buy a new computer, rental of which is the cost.  I also had to set up a wireless secured to a modem in the next room.

    Does anyone have any suggestions on how I can remedy this situation.

    Thanks in advance

    100% CPU usage does not necessarily mean that your memory is exhausted.  When you use all your 1 g of RAM and need more, Windows will go on the hard drive and use virtual memory.  Disk access is very slow (and your system will be slow), but because your computer is waiting for access to the drive (and not the CPU), your CPU usage will not be 100% but your hard drive access light may be on constantly.

    Do you still have the problem when you start Internet Explorer in "SafeMode (no Addons)?

    Start-> programs-> Accessories-> system-> Internet Tools explore (no Addons)

    If this is not the case, go to tools-> Addons manage and disable some addons and plugins until you find the one that can give you problems.

    HTH,

    JW

  • Possible error with module GWT.xml file. The value of time compilation agent user (ie6) does not match the value of user.agent (ie8) run time

    Hi there... How can I sort this problem as this message looks back constantly on google Account... ERROR POSSIBLE WITH GWT. The value of time compilation agent MODULE XML FILE user (ie6) does not match the value of user.agent (ie8) run time

    Hello nEve Adam,.

    Thanks for the return of the response.  Below, I've added some links Google support on this issue.  I hope this helps.

    ERROR: Problem Possible with your *. GWT.XML file module. The value of compile time user.agent (opera) does not match

    http://www.Google.com/support/forum/p/blogger/thread?TID=2d6d9bd1326a07c4&hl=en

    In addition,

    Message from Web page

    http://social.technet.Microsoft.com/forums/en-us/ieitprocurrentver/thread/53194559-306a-4ffc-a614-4bac817f178d

  • Why lately company does not release smartphones with screens 4 inches?

    Good evening!

    Why lately company does not release smartphones with screens 4 inches? Me as a person with small hands, it is very difficult to work with models even 4.3 inches.

    Now, I have Sony Xperia P. Very comfortable: fit to display me size metal case. Everything is fine except for the inserts in plastic (lower part). Shabby paint with these pads. Now, the phone looks not very nice. So I thought to change towards a new model. Because the phone close to 3 years.

    Expected to soon release a smartphone with a diagonal of 4 inches? (And in a metal box).
    Thanks in advance for your answer.

    Hi Valeria! You can share your suggestions on the Sony Mobile community here. Thank you!

    If my post answered your question, please mark it as "accept as a Solution.

  • space of $ fga_log is not released

    Hi all

    We hope that all are doing well.

    Still you people help me and I am very grateful to you all people to share your knowledge. Today also I need your help, the question is I've truncated FGA_LOG$ table by using the command ' TRUNCATE TABLE FGA_LOG$ ", showing zero records but the space is not released.

    How can I get the space freed up table $ FGA_LOG?

    your help will be appreciated, thanks in advance.


    DB: 11.2.0.3

    OS: 6.1 RHEL


    Kind regards.

    Display the output of:

    SELECT extensions, minextents FROM dba_segments nom_segment = "$FGA_LOG";

    Make the number of extensions equal extent min?

    See you soon,.
    Brian

Maybe you are looking for

  • OSX update problem

    I ran the last updated yesterday and my Mac hangs after reboot. I have the apple logo and progress bar was clinging to about 75% since yesterday morning. Appreciate any advice on what to do next. Sorry, but I can't patch that was installed, but I kee

  • applesauce

    I found a file called applesauce, can someone tell me what it is

  • Google says cookies are disabled, but they are not &amp; I tried all the suggestions on this forum

    I have lived many sons of similar questions and tried all of the suggestions that worked for everyone. Google is still not allowing me to access Gmail because 'cookies are disabled', although they are certainly not. I looked in the exceptions, I remo

  • product compatibility

    I am considering buying iWatch – I have an iPhone 3 (it would be wiser to quality on the rise first of all phones? I used a 5 s and it was much more reliable than the 3. I can't buy both phone & shows

  • DVD drive is not present

    Hey,. My DVD drive is missing from 'my computer '. When I go to Device Manager, there is no label listed cd/DVD Drivers exist in the registry I tried to remove the UpperFilter/UpperFilter and restart without success I tried reinstalling the drivers w