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 wOOdy-Soft 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: mikecx
  • Content: Threads
  • Order by date
  1. mikecx

    System.NullReferenceException Help

    The following code produces the error in the subject line. Am I missing something simple? Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim Result As Boolean Result = InitializeWinIo() If (Result = False) Then...
  2. mikecx

    Backup Option Help

    My manager here at work has asked for some help on a project she is working on. The project is to improve the current data back-up process which has proved to be pretty much useless. Current back-ups rely on the user and can sometimes miss important files or be horribly out of date. The new...
  3. mikecx

    Quick DB String Help Needed

    I have 3 things being passed from a form. All need to be checked. The code works if all are left alone, basically set to none. If they aren't it whines. I know it's something simple to do with the syntax but I can't see it. curhs = Request.Form("schoolis") appfine =...
  4. mikecx

    Help wih Dynamic Image using XML feed

    So far I believe I have the code right to open the connection to the xml file and I have the code right to make the image. All I need to do is figure out how to get the first line of the 10 line xml file to display in the spot I want it to. <%@ Page ContentType=&quot;image/gif&quot; %> <%@...
  5. mikecx

    XP 1800 &amp; ASUS A7A266-E Problem

    I recently aquired an Athlon XP 1800+ from my friend and decided to put it in my machine. I installed it right, the machine posts but then the problems begin. I set the processor to run at the dafault 1533mhz. Saved the BIOS settings, when it went to restart there was nothing displayed on the...
  6. mikecx

    XP 1800 &amp; Asus A7A266-E Problem

    I recently aquired an Athlon XP 1800+ from my friend and decided to put it in my machine. I installed it right, the machine posts but then the problems begin. I set the processor to run at the dafault 1533mhz. Saved the BIOS settings, when it went to restart there was nothing displayed on the...
  7. mikecx

    Disallowed implicit conversion Error

    When I try to pull a number from a form and put it into a money field of my DB I get this error. The form is a text field and the text I entered is 33.00. I've tried other number and no of those work either ;) . Help! INSERT INTO dbo.payments (username, payment) VALUES ('AFD', '33') Microsoft...
  8. mikecx

    Need help with my sql string. I'm t

    Need help with my sql string. I'm trying to INSERT INTO users (wd, wh, ld, pg, sl) VALUES (1, 1, 1, 1, 1) WHERE username = 'username' and it wont let me. Help!!
  9. mikecx

    Checkboxes Stumped Me

    I have a table with 5 colums to store the data pulled from the table. wd, wh, ld, pg, & sl. Not the easiest to remember but they mean things to me. I cant figure out how to make it so that All five checkboxes appear on one page, submit to the page itself, and then update the database. I have the...
  10. mikecx

    Subtracting Variables

    How do you subtract a constant from a variable? I am pulling a number from my db ( Rs(0) ) and trying to subtract that number from 50. So far, i have failed. Below is my attempt. Help! Fullset = 100 Recset = Rs(0) 'In this case = 50 Unset = (Fullset - Recset) ( should return 50 ;) )
  11. mikecx

    var doesn't equal var

    Here's the scoop. Accroding to my code the password being sent to the next page isn't the same as the password in the database. I went in the database and checked and sure enough I used the right password. I tried creating a new account with the same problem. A friend tells me to trim the...
  12. mikecx

    Count, trim, Write Link

    If I am pulling info from a db to write news and I want it to count the total number of words, trim it to 250, then print a link to that page how would i go about doing it? I can post the code if needed.
  13. mikecx

    Server Status

    Anyone help me think of a way to get wether s server is working or not for multiple servers? I can get ' 'Response.Status = &quot;200 OK'&quot; then 'Response.Write the picture i plan on using 'End If ' But I can't do that for a remote server. Any ideas?
  14. mikecx

    Help with intergrating Novell and 2k Domain

    I'm currently working on something that has me stumped. I've got one part of a network I cannot touch. This part is the Novell part. The Novell server is used to track users, allow internet access, and allow them to login to any computer. The other part of the network is a win2k domain that I...
  15. mikecx

    Making a Boot Disk for Windows NT/2000/XP- Info

    Making a Boot Disk for Windows NT/2000/XP The primary purpose of an MS-DOS boot disk is to boot for such procedures as upgrading your system ROM. If you need to boot into Windows XP (or 2000), you need a startup floppy disk. This kind of disk is only good for booting into XP/2000 when you have...
  16. mikecx

    Artic Silver 3 Thermal Paste

    I was wondering if someone could go over the process of applying artic silver. I have used other thermal pastes and products but I dont feel nearly as safe when the instructions provided on the site www.arcticsilver.com seem to contradict themselves. If someone could just go over the process (...

Part and Inventory Search

Back
Top