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

    ASP.NET and the Global Address List

    Yes, I've seen that article and a couple of others. I think the problem I am having is a permissions one. The computer I am using for development is not part of the domain of the active directory heirarchy that I am attempting to access. I have tried several different things. I have tried...
  2. 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...
  3. cglinn

    See List of Recently Ran Scripts

    The thing is, it was a script I had just ran 2 minutes prior and there SQL statements that had been ran days ago.
  4. cglinn

    See List of Recently Ran Scripts

    Thank you SantaMufasa. Your information was valuable. However, it doesn't seem like it is showing all the sql statements. I ran a script that contained several statements and only one of them appeared after running this query. The weird thing is, it wasn't the first or the last statement in...
  5. cglinn

    See List of Recently Ran Scripts

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

    Word FormField Help

    Again, thank you for your attempt at helping me. You'll have to trust me when I say I have no other choice than to copy existing form fields. However, some of them did retain the original name. Perhaps that is just a bug. Anyway, I have everything working as it should be, using the "with...
  7. cglinn

    Word FormField Help

    I found the problem. For some reason when the code was copying another formfield it was giving it a blank name. It turns out that if you try to change the name of a formfield, which currently has a blank name, you receive an error. To get around this you can use this code...
  8. cglinn

    Word FormField Help

    Thank you for responding. What I meant by "Bookmark" was, if you go to the properties of the FormField, the name is stored in a field called "Bookmark". After I set the name, this field is blank when viewed from properties. Does this make more sense?
  9. 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...
  10. cglinn

    The point of ASP.Net Validation Controls

    It is my understanding that the ASP.Net Validation Controls actually use Javascript to perform the validation. I believe that they just use the controls to make it "easier" for people to implement validation. I could also be completely off-base here, so if someone knows better than please...
  11. cglinn

    Access Is Denied...

    Did you give the asp.net user permissions to D:\NET\App?
  12. cglinn

    Retrieving Data And Putting into an Excel Sheet (formatting)

    SoftArtisans also offers a software tool called ExcelWriter, which we have found very useful. Check it out at http://officewriter.softartisans.com/officewriter-37.aspx
  13. cglinn

    Dataset does not fill

    Yes, that is correct. Code that was returning records now returns nothing, however I know the query works. Below is some code to show what I am doing: strSQL = New StringBuilder("") strSQL.Append("select distinct libegb ""Current status[W]"", tabdos.coddos || '-' || codpay ||...
  14. 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...
  15. cglinn

    Problem with wshell.run

    Yes it does. I've also tried the same exact code in a VB application and it works.
  16. cglinn

    Problem with wshell.run

    Tsuji - Thanks for the reply. I have tried it with "/c" instead of "/k" and I get the same results. As far as the quotes go, I actually had it correct in the code and typed it wrong in the post. Any other ideas?
  17. 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...
  18. 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?
  19. 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?
  20. cglinn

    Executing a batch file with ASP

    I was able to get this working on a Windows 2000 Server with the instructions from x2cms. However, I now need to implement the same on a Windows NT Server. The problem is that there doesn't appear to be a "Component Services" for Windows NT, I am assuming this was added in Win2k...

Part and Inventory Search

Back
Top