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 strongm 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: *

  1. 01310564

    Error: Bad Vaiable Type

    Ok having installed VS.net on a win 2000 workstation i can now tell you that the error occurs somewhere compleatly diffrent than where i thought it did.... Red Text = Line of Error Private Sub cmd_OK_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmd_OK.Click...
  2. 01310564

    Error: Bad Vaiable Type

    The only idea i have as to which line the error occurrs on is that the information is entered into the database so the error must occur after that. We use Norton Corprate edition. Cheers, Hugh
  3. 01310564

    Error: Bad Vaiable Type

    That was my first thought but the 2000 machine has the same versions of the .net framework installed and also has bean patched to the max. Anyway here is the code. Cursor = Windows.Forms.Cursors.WaitCursor durationD = DateDiff(DateInterval.Day, frm.expected_date...
  4. 01310564

    Error: Bad Vaiable Type

    Ok here we go... I have developed a program that is now being used on several PCs and it is working great on all of them except from 1 which uses windows 2000 (the rest run on XP). The peice of code in question creates a new record in a table, updates a record in an existing table and then...
  5. 01310564

    Error: Bad Vaiable Type

    Has anyone ever come across this error message? I can't find any reference to it anywhere. I think it's something to do with running my application on windows 2000 because it works perfectly on XP machines. Cheers, Hugh
  6. 01310564

    Confusing combo box problems

    Interestingly enough I discovered if the PC has .net framework 1.0 installed as well as 1.1 then it works fine! Thanks for your responses. Cheers, Hugh
  7. 01310564

    Invalid Varable Type

    I have recently developed a relatively large program that is installed on 10 machines. Nine of the machines have windows XP pro installed and 1 has windows 2000. The problem is that all the XP machines work fine but on the 200 machine, at one particular point in the program I’m getting a very...
  8. 01310564

    Selection Criteria for Crystal Reports

    Ok here is a quick answer if you need more help please ask and i'll try and find the code i used. First create a prameter in the report, give it a name and the use the report selection critera to select the records with that date. The following code is an example and won't work but should give...
  9. 01310564

    Confusing combo box problems

    No it's using the SelectedIndexChanged event. Please ask if any other information would help. Cheers, Hugh
  10. 01310564

    Confusing combo box problems

    I have a really confusing issue with combo boxes. I have a combo box which is populated from a dataset and when you select an item it populates lots of textboxes with the relevant data from the database. Simple! On my machine, with VS Studio 2002 installed, when you first load the form with...
  11. 01310564

    Access a .Net WebService with PHP

    Hi, I have a VB.net webservice which returns "false" & username & password. The username and password are just the two parameters entered. It all works well when i access it through a vb.net client but i run in to problems when using PHP. The problem i have got is that the parameters being...
  12. 01310564

    FTPing

    Thanks that was a great help.
  13. 01310564

    FTPing

    Hello, I have a DTS package that creates five files for export, each file has a diffrent name with todays date appended to the end. i.e. file1_01062005.txt. The problem occurs durring the ftp process. i thought i could use the FTP component in DTS but it only seams to download files not upload...
  14. 01310564

    MAPI Error

    We are using Outlook 97 on one of our servers as an automatic e-mailer (Due to MS Security on later ms products). The problem occurs when using MAPI to send an e-mail with an attachment. If the e-mail is internal it works fine but if it's external unless the recipt name is resolved the e-mail is...
  15. 01310564

    SQL Conectivity Error

    Ok I have tried packet sniffing. The PC's are sending packets but the server isn't sending Anything back. Which seems very strange. Is there anything in partiqular i should be looking for in the packets. Cheers,
  16. 01310564

    SQL Conectivity Error

    Mrdenny, I can telnet from the computers that are working. Also if I start to create a ODBC to the sql server on a computer that isn't working, the server appers in the server dropdown but when it comes to authenticate it doesn't work unless i'm logged in as an administrator which is very...
  17. 01310564

    SQL Conectivity Error

    Thanks for replying. Questions and answers I'm using nt auth. Only people who have full administrator powers over the network can connect. When we format the computers we set them up exactly the same as before. 1. Firstly it is only effecting 2000 machines but not all of them so SP2 has not...
  18. 01310564

    SQL Conectivity Error

    Hello. I have been struggling with this problem for about a week so if anyone can help it will be more than aprechated. On 20 computers (out of 150) when someone tries to connect to the sql server they get these 2 errors: Connection Failed: SQLState:'01000' SQL Server Error: 10061...
  19. 01310564

    SSH

    Hi, I want to create a SFTP client program. Does anyone know of a SSH component that I don't have to pay a fortune for. Cheers
  20. 01310564

    Whats the advantage of linking Servers?

    We have just bought a new SQL server because our current server is getting hammered. I have two ideas of how to impliment this server, I can either transfer the most commonly used database onto the new server or i can link the new server to the old one. What i want to know is what sort of...

Part and Inventory Search

Back
Top