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. Jabez3rd

    Question about the FileSystemWatcher

    I'm using a FileSystemWatcher within an ASP.Net application with VB.Net code behind pages. The FileSystemWatcher resides on Server "A" and correctly captures .txt files being written to the watched folder on Server "B". However, these events are not being written in the...
  2. Jabez3rd

    Need help with InitializeComponent()

    I've created an asp.net application that uses vb.net code behind pages. This application runs fine on my local machine (I have IIS installed locally for testing). However, when I place the application on the destination server and attempt to run it, I receive the error message: "File or...
  3. Jabez3rd

    Hello all. Using ASP.Net(VB.Code

    Hello all. Using ASP.Net(VB.Code behind),I've created a FileSystemWatcher that is to reside on Server A and monitor the activity of folder on Server B. The application works fine with watcher.path set to C:\. However, when I specify any other drive for the watcher.path, I receive an error...
  4. Jabez3rd

    Replication with identity fields

    Good day to all. I will try to state my question as clearly as possible. Our organization inherited a SQL Server 2000 database that uses identity fields as the primary key for each of the tables. We have three servers, that, for the purpose of this question I will name A, B, and C. Data from...
  5. Jabez3rd

    Error when attempting to read an Excel file with VB.Net

    I'm attempting to create an ASP.Net application (using a VB.Net code behind page)process that creates a connection to an Excel spreadsheet and reads the contents of the spreadsheet. However,when the command is executed to open the connection (cnnExcel.Open()) , I receive the following...
  6. Jabez3rd

    Deleted Code Still Appearing

    I created an ASP.Net application that uses Crystal Reports for .Net. I created the application in my development environment, and it works great. However, when I moved the application to the production server, and the reports button is clicked, an error message appears that I have long since...
  7. Jabez3rd

    ActiveX Script to append one Excel file to another Excel file

    Good day all! I am creating a DTS service containing an ActiveX script that manipulates .XLS files. To complete this process, I need some code that appends one Excel spreadsheet to an existing Excel spreadsheet. In one part of this process, I'm using the FileSystemObject to move the files...
  8. Jabez3rd

    Using VB.Net to read in a text file

    I'm creating an ASP.Net application using VB.Net code behind pages. One of the last pieces of functionality I need to add to this appliction is the ability to read in semicolon delimited text files. I've considered using "File.OpenText(FILE_NAME)" and looping through each record to...
  9. Jabez3rd

    Problem With Mailing Labels in Crystal 8.5

    Last year my organization switched from Visual Studio 6 to .Net for all development projects. With this change came Crystal Reports 8.5. We've really had no problem with .Net, and our only problem (thus far) with Crystal Reports is that the wizard for (Avery 5161) mailing labels does not...

Part and Inventory Search

Back
Top