User Profile

Collapse

Profile Sidebar

Collapse
Rosco
Rosco
Last Activity: May 4 '09, 02:36 AM
Joined: Dec 14 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Rosco
    replied to OS won't install
    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).
    See more | Go to post

    Leave a comment:


  • Rosco
    replied to OS won't install
    Thank you both, I'll try your suggestions and post the results.
    See more | Go to post

    Leave a comment:


  • Rosco
    started a topic OS won't install

    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...
    See more | Go to post

  • 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"...
    See more | Go to post

    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
    ...
    See more | Go to post
    Last edited by tlhintoq; Mar 13 '09, 04:50 PM. Reason: [CODE] ...your code here... [/CODE] tags added

  • Rosco
    started a topic SOAP Version Number not showing in .asmx file
    in .NET

    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...
    See more | Go to post

  • Rosco
    replied to Filtering a DataGridView in bound mode using C#
    in .NET
    (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...
    See more | Go to post
    Last edited by Rosco; Dec 24 '07, 04:10 PM. Reason: Fixing html tags

    Leave a comment:


  • Rosco
    started a topic Filtering a DataGridView in bound mode using C#
    in .NET

    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...
    See more | Go to post
    Last edited by Plater; Dec 26 '07, 03:06 PM. Reason: added CODE tag
No activity results to display
Show More
Working...