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

    Not all Active Directory Groups showing up for User

    Hi All, I'd really appreciate some help on this. It's got me a bit stumped. I am trying to retrieve all of the Groups that I am a member of from Active Directory. The follow to pieces of code are ways that I am attempting to do this. It works very well with other users...but not for me! It...
  2. spacedeveloper

    Parameters in OPENROWSET?

    Hi everyone, I must be missing something simple here, but I can't seem to find it. When I try to run this openrowset query I get an "Incorrect syntax near '+'." error near the line mentioned. Can someone help me find the problem? Thanks: declare @PropID varchar(16); declare @FolioNum int...
  3. spacedeveloper

    Active Directory not retrieving a Group that I'm a part of

    Hi All, I'd really appreciate some help on this. It's got me a bit stumped. I am trying to retrieve all of the Groups that I am a member of from Active Directory. The follow to pieces of code are ways that I am attempting to do this. It works very well with other users...but not for me! It...
  4. spacedeveloper

    How to debug classic ASP in VS?

    I have been trying for a long time now to set up a good debugging environment for my company's website, which, unfortunately, happens to be in classic ASP. Up until now I have never had a way to step-through breakpoints and have, instead, coded a lot of "response.write", but I'm increasingly...
  5. spacedeveloper

    onsubmit = 'return false' not working in IE

    Hi everyone, I'm wondering: why does my form STILL submit in IE after this code is written (it does NOT submit in other browsers)?: <form action="http://www.website.com" onsubmit="return false;" method="post"> My button is a type="submit" button. Thanks for any help
  6. spacedeveloper

    Server.ScriptTimeout not working. Why?

    Hi everyone, I was curious to know what would cause a Server.ScriptTimeout value to be bypassed? I have a Server.ScriptTimeout = 120 and my IIS timeout is set to 120 seconds as well. Then I set a 400 second delay in a stored procedure that I call within the script and the whole page waits 400...
  7. spacedeveloper

    How do I open a newer version of Excel file from older version?

    Hi everyone, I don't know if this is the correct forum for this question, but I'll try anyway and thanks for any help you can provide. I have an Excel 2007 file that is password-protected that I created on my home computer. Unfortunately, I've been trying to open it on my work's computer, which...
  8. spacedeveloper

    Script runs too long and sometimes times out

    Hi everyone, I've been working on trying to track down a problem for days now and was wondering if someone may be able to help me on this one. I am trying to make a call to a sql server stored proc that takes a property id (we work in the hotel industry) and pings the property's server to see...

Part and Inventory Search

Back
Top