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 Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by 01310564

  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,

Part and Inventory Search

Back
Top