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 gkittelson 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: drepp
  • Order by date
  1. drepp

    Binding data to a Crystal report

    Ok, it's finally working! Thanks to both of you for your advice! Looks like the dataset problem was being caused by two things. First, a bug in the older version of VS.NET was keeping me from seeing my dataset as a viable datasource. I imported it into VS.NET 2003, and suddenly the...
  2. drepp

    Binding data to a Crystal report

    I'm building a VB.NET application for employees to enter their time worked in a week. Today, some of the users asked if I could add a report to the app that will allow supervisors to print off the timesheet they're viewing. I've used Crystal reports extensively in ASP.NET, so I thought this...
  3. drepp

    Finding recipients on undeliverable mail

    I just got done programming a VBA script for Outlook 2000. Basically, whenever e-mail is sent, it kicks and allows the user to opt to record their e-mail to a database. I'll paste in that code below. The code works just fine for normal e-mail. However, when the user gets undeliverable mail...
  4. drepp

    ASP.NET UNC connection string in C#

    That worked! Thank you SO much! You wouldn't believe how hard it was to get that simple little piece of information.
  5. drepp

    ASP.NET UNC connection string in C#

    I'm working on a C# ASP.NET app, and I'm having a problem with a connection string to an Access database. All of the examples I can find online se either server.mappath or the physical drive letter. However, all I have to work with in this case is a UNC path. What should the syntax for the...
  6. drepp

    ASP.NET UNC connection string in C#

    I'm working on a C# ASP.NET app, and I'm having a problem with a connection string to an Access database. All of the examples I can find online se either server.mappath or the physical drive letter. However, all I have to work with in this case is a UNC path. What should the syntax for the...
  7. drepp

    C# UNC path to an Access database

    I'm working on a C# ASP.NET app, and I'm having a problem with a connection string to an Access database. All of the examples I can find online se either server.mappath or the physical drive letter. However, all I have to work with in this case is a UNC path. What should the syntax for the...

Part and Inventory Search

Back
Top