I'll give that a try
Thank you for the info - I will try swapping out the ram. (Note: I'm still waiting on my hard drive and haven't touched the computers in a couple weeks. I will post the solution when/if I get some answers in the next week or two).
User Profile
Collapse
-
Thank you both, I'll try your suggestions and post the results.Leave a comment:
-
OS won't install
Problem:
Computer does not have an operating system and I cannot get it to install a fresh copy.
What I'm looking for:
A way to get the computer working again. My next step is to purchase a SATA drive to see if it is the hard drive. Any help or ideas would be greatly appreciated. If I've left out useful information, please ask. Thank you.
Here's what I've done:
Modified Bios to boot from CD... -
Thanks for the response.
Sorry, I should have posted "Basically, the amount stored should always only be 2 decimal places (or less), because the values passed in are always 2 decimal places." If I were passing in a value with 4 decimal places, I would expect that value to be added properly as well.
Unfortunately, one of the benefits of code reuse is also a pitfall - when the code is expected to perform "properly"...Leave a comment:
-
VBScript Scripting Dictionary Decimal Problem
Problem:
Using the sub routing below, when adding a value to another value the results eventually change from 2-decimal places to multiple decimal places.
Basically, the amount stored should always only be 2 decimal places, because the values passed in are always 2 decimal places.
Output from calling the sub routine multiple times.
...
Running total = 329430.75
New Withheld Amount = 710.79
...Last edited by tlhintoq; Mar 13 '09, 04:50 PM. Reason: [CODE] ...your code here... [/CODE] tags added -
SOAP Version Number not showing in .asmx file
Looking at the .asmx file I should see:
AddCompanyAccru als
Adds one or more Company Accrual Codes to one or more existing Companies in PayEntry
Test
The test form is only available for methods with primitive types as parameters.
SOAP 1.1
The following is a sample SOAP 1.1 request and response. The placeholders shown need to be replaced with actual values.
...
But, I... -
(Sorry, the original problem didn't get posted)
Problem:
When the data loads into the datagridview, everything displays fine. But, when I sort a column, all the data I pulled from the database gets re-displayed. (So instead of showing 10 rows of employees with bad SSN's, I get 30,000 rows of employees - both the bad and good SSN's). I could reapply the isValidSSN condition to re-hide the data, but this is not efficient. (I also...Leave a comment:
-
Filtering a DataGridView in bound mode using C#
Hello,
Quick Overview:
I am creating a Windows application using C# and have run across a problem. I’m trying to use a DataGridView in “Bound” mode, but filter the view.
I have a database table full of employees called Employees. I wish to display the First Name, Last Name, Employee Id and Social Security Number (SSN) of all employees who have illegitimate social security numbers. Due to the SSN validity...
No activity results to display
Show More
Leave a comment: