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 bkrike 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: TazzMann
  • Content: Threads
  • Order by date
  1. TazzMann

    Downcasting Objects

    Hello All! I have two objects, one that is read only and one that is read-write. I am trying to morph from Readonly to Readwrite. Below is the code I am currently using to morph: private void btnCreate_Click(object sender, System.EventArgs e) { try { m_roAddress = null...
  2. TazzMann

    NotifyIcon Question

    Hi all! I added a NotifyIcon to my Windows application and it works fine with one exception: I need to remove the taskbar idication of the application when the application is minimized. I know I can set the ShowinTaskbar property to true, but what event is fired when the taskbar is...
  3. TazzMann

    Like Statement Problem on Lookup Table

    I am trying the following code and not getting any results. The like is looking in a lookup table to see if there is anything similar to what is in the original table. The original Table is populated by a spreadsheet where the user may not enter the value exactly as it appears in the lookup...
  4. TazzMann

    Error 2176

    Can anyone tell me what this is supposed to mean? "The setting for this property is too long" I get this error when I am populating a combo box using vba. I can post the code if needed, but it is simply pulling out a first and last name from a database, concatenating them and then using that...
  5. TazzMann

    Error 18456

    Hello, I have searched the past threads and can't find anything like this particular problem: We have two database servers that are identical, the sysaccount account has a password and permissions are the same on both servers. When I log into each server, lets call them A and B, with Query...
  6. TazzMann

    Date field in SQL Server 2000

    I have recently started working for a company that in someone's infinite wisdom decided to name a column in MSSQL Server 2000 as the reserved keyword 'date'. I am trying to pull some data out of a table that the only unique field is this date field. I have tried the below code, but it does not...
  7. TazzMann

    Having problem with https page

    I am trying to get a page that is on a site that uses digital certificates and https. I can get on the site fine and can get the page in question. however, when I dump the output of the page to either a file or directly to the screen, I get a page that is missing all the <option> tags. If I...
  8. TazzMann

    DBI::ADO connection to SQL Server Database

    Hello, I am new to the perl module DBI and I am trying to connect to SQL Server 7.0 and 2000 databases and I cannot find any documentation reguarding this. I am running the latest perl on a windows platform. Can someone give me some code examples or point me in the right direction? I have...
  9. TazzMann

    SQL Server Jobs Not Running

    I have a SQL Server 2000 that has a number of jobs running on it. A day ago, these jobs quit running. After that they could not even be started manually. I have looked on MSDN and found nothing. (Big Surprise) I have rebooted both the server and SQL Server. Nothing is showing up in the logs and...
  10. TazzMann

    Writing to a Cookie from VBSCRIPT

    I need to Write to a cookie inside VBSCRIPT. How can I do this since the response object is part of ASP? Tazzmann
  11. TazzMann

    Dual Boot

    I set up a machine with both win98 on one partition, and then 2000 Advanced Server on another partition. I now want to have Advanced Server on one large partition, however, I have not been able to find a way to kill the old NTFS Partition. I can delete the FAT32 Partition, but fdisk shows the...
  12. TazzMann

    Iterating Form Elements

    I am having a Brain Freeze today. What is the easiest way in VBSCRIPT to iterate through numbered form elements. i.e. for x = 1 to 3 test(x).style.backgroundcolor=&quot;red&quot; next x Thanks in advance. Tazzmann
  13. TazzMann

    Form iteration

    I have about 13 textboxes that have the same name except each one ends in a unique number (i.e. txtPrice1, txtPrice2, etc.) On the OnSubmit Event, I want to be able to Iterate through each of these and verify that there is something in them, and if so, submit the values to a dll for processing...
  14. TazzMann

    VBScript

    Just a question, not trying to ruffle feathers, but if this is a VBScript forum, why are so many 'tips' given in Javascript. Shouldn't those be in the Javascript forum and leave this forum for just vbScript? I don't know about anyone else, but I came here to get vbscript answers and I get...

Part and Inventory Search

Back
Top