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!

Recent content by Culley

  1. Culley

    Direct user to correct page upon login...help

    Okay, I'm dumb, I figured it out. I just spelled out the full url to the login_new.asp path.
  2. Culley

    Direct user to correct page upon login...help

    I believe I already have it scripted that way: Response.Redirect ("login_new.asp?r=" & Server.URLEncode(Request.ServerVariables("URL") & Request.Querystring)) Or is that not where you meant?
  3. Culley

    Direct user to correct page upon login...help

    I've created a secure login site. Everything works fine except for one thing... the redirect. I want to redirect users to the correct page they are accessing (say they're just clicking a link they've bookmarked to a particular page in the secure site) rather than forcing them to navigate in...
  4. Culley

    Limiting # of records returned

    There is nothing in DB2 compliant SQL that will limit the number of rows returned. It wont take any of the Fetch x Rows stuff. HOWEVER, if your using SPUFI to execute your SQL say "YES" to "Change Defaults". On that panel there is a 3 MAX SELECT LINES ===> value that...

Part and Inventory Search

Back
Top