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

    ASP.NET and the Global Address List

    Alright, I've been trying to access the Global Address List on an Exchange Server using ASP.NET. This was much easier to do using CDO and ASP. The only solutions I have found so far involve authenticating to Active Directory first which is more difficult than it sounds. I can not use the...
  2. cglinn

    See List of Recently Ran Scripts

    Is there a way to retrieve, via SQL,a list of recently ran scripts by name?
  3. cglinn

    Word FormField Help

    I need to be able to do one of two things, through code: 1. Change the max length of a form field. or 2. Rename an existing form field. I've tried changing the name of a form field with the following code. However, it doesn't seem to work, as nothing gets placed in the bookmark field...
  4. cglinn

    Dataset does not fill

    Something really strange has started occurring with a few of my datasets. I'll try to explain as best I can. I am creating a dataset by running queries against an Oracle database and merging the results into one dataset. The dataset contains two tables. When I run the code now, the first...
  5. cglinn

    Problem with wshell.run

    I am having the following problem: I had a web application using ASPExec on a WinNT server to run a batch file located on the server. We recently migrated the application to a Windows 2000 server. The ASPExec component stopped working. From what I've seen ASPExec doesn't work too well in...
  6. cglinn

    Rich Text Box for Windows Forms (Third Party Control)

    Does anyone know of anyone who sells a Rich Text Box Editor for .NET Windows Forms?
  7. cglinn

    Component Services for MMC Windows NT

    I need to access Component Services for Windows NT. I have downloaded and installed Microsoft Management Console 1.2 and tried to add the snap-in but it is not listed. Do I need to download the snap-in from somewhere? What am I missing?
  8. cglinn

    Convert Days to Years/Months

    I have a query that returns a list of 2 dates, like so: Date1 Date2 11/01/1999 04/14/2004 01/01/2003 09/23/2004 .......... ........... What I need to do is get an average time elapsed between the two dates for the entire recordset. So far, I loop through each...
  9. cglinn

    Convert Days to Years/Months

    I have a query that returns a list of 2 dates, like so: Date1 Date2 11/01/1999 04/14/2004 01/01/2003 09/23/2004 .......... ........... What I need to do is get an average time elapsed between the two dates for the entire recordset. So far, I loop through each...
  10. cglinn

    Executing a batch file...

    I am trying to run a batch file on the server through ASP. Below is my setup. The batch file resides here: C:\Batch Files\testbat.bat It runs a couple executable files located in the same folder. I have tried using Microsoft's Wscript.shell and the ASPExec free component. I can get the...
  11. cglinn

    Executing a batch file with ASP

    I am trying to run a batch file on the server through ASP. Below is my setup. The batch file resides here: C:\Batch Files\testbat.bat It runs a couple executable files located in the same folder. I have tried using Microsoft's Wscript.shell and the ASPExec free component. I can get the...
  12. cglinn

    Postback problem

    My problem is as follows: I have two buttons on a particular page. On the click of "Button A", it calls a function in another namespace (ExcelWriter()), returns to the Button A Click function and does more stuff, which at the end calls "Button B" Click function. The...
  13. cglinn

    First, I have read through all the

    First, I have read through all the submitions in these forums related to my problem and none of the solutions have worked. With that being said: I am currently using Javascript to run validation on the submition of a form once a "Save" button is clicked. I would like to disable the...
  14. cglinn

    Disable a design-time control button that uses an Image

    First, I have read through all the submitions in these forums related to my problem and none of the solutions have worked. With that being said: I am currently using Javascript to run validation on the submition of a form once a "Save" button is clicked. I would like to disable the...

Part and Inventory Search

Back
Top