Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: MJV57
  • Order by date
  1. MJV57

    Cannot return full decimal from sql parameters

    I have checked the sql out put and it does give out numbers after the decimal.
  2. MJV57

    Cannot return full decimal from sql parameters

    I have a line of code as follows: totalhoursTextBox.Text = (Convert.ToString(cmd.Parameters["@totalhrs"].Value.ToString())); This code always truncates the digits after the decimal. Can anyone help with what is required to change to get the digits after the decimal. Eg. Now I get 41 when I...
  3. MJV57

    Unable to start a crystal report in a C# program

    I have a program written in C# and everytime I try to load a crystal report I get the following error: Could not load file or assembly 'CrystalDecisions.Windows.Forms.Version=12.0.2000.0 Culture=neutral, PublicKey Toke=692fbea5521e1304' or one of its dependencies. The system connot find the...
  4. MJV57

    Shifting diskspace

    I have two virtual drives on a raid 5 a c drive and a f drive. I have space on my f drive I would like to give to my c drive. How can I do this. Is there software?
  5. MJV57

    Error calculating a text field that is formated as currency

    I have a form with a field cdnsale that is formated as currency but when I try to do a calculation with it it errors out as a division by zero; however if i format it as numerical i do not get this error. Can anyone help me to change my code so I can format as currency and not get this error. My...
  6. MJV57

    Format a text box to currency

    I have a text box which I would like to format currency but i just can't get it right. Can anyone help me with this code. Here is my code so far: adjgpperTB.Text = Convert.ToString(adjustedgrossprofpercent);
  7. MJV57

    Temporary Variable In Procedure

    Is there a way to set a variable from a select query and then use it in a update query in the same procedure. I derive a value "avgwagerate" in a select statement which uses a caluculation to get this value. I now want this value put into another table using an update command. Can anyone help me.
  8. MJV57

    Tuning Options

    I ran a tuning options analysis and received the following recomendations. Can anyone help me understand what it is telling me and if there is any harm in accepting the recommendations:
  9. MJV57

    Not Enough Disk Space

    Sniper thanks for hanging in. I have dissabled disk quotas and still have the same problem
  10. MJV57

    Not Enough Disk Space

    Where do I check disk quotas
  11. MJV57

    Not Enough Disk Space

    Im trying to copy a file from a computer running windows 7 to a server 2003 enterprise. I use to do this all the time to the same directory with the same permissions and it is now telling me there is not enough disk space to make the copy. There is in face ample disk space. Can anyone tell me...
  12. MJV57

    Change Domain

    The server in question is the only domain controller for the domain CAD and I would like to make it a application server in the domain STD. How do I demote it first and then add it to another domain. I have done this with workstations but never a server.
  13. MJV57

    Copy user and securables to new user

    I have a user Proj_Coord for domain users cad\proj_coord. I now am changing domain names and would like to copy the user Proj_Coord in SQL with all its attributes and securables to a new user Proj_CoordSTDWI for domain users stdwi\proj_coord. Can anyone help me with this task
  14. MJV57

    Change Domain

    We have two domains and would like to go to one. How would I go about converting a primary domain server in one domain to a application server in another domain?
  15. MJV57

    User to install software on computers

    Can you tell me how to use GPO to push out software
  16. MJV57

    User to install software on computers

    Is there a way to set up a user or user group that is allowed to install software on individual computers without being given all the administrative rights of a domain admin
  17. MJV57

    Set info path field based on entry in another field

    I bound it to data source icitem. And then selected value and display as @itemno. Now I need to set another field to the corresponding field in the data base named @desc
  18. MJV57

    Set info path field based on entry in another field

    Not sure where this is done within infopath.

Part and Inventory Search

Back
Top